Skip to content

Commit

Permalink
Icon: Update TSquare icon (#8710)
Browse files Browse the repository at this point in the history
* Icon: Update TSQUARE icon

* Icon: Update TSquare icon design

---------

Co-authored-by: Alexandre Pinot <[email protected]>
  • Loading branch information
pinotalexandre and Alexandre Pinot authored Nov 18, 2024
1 parent 568ada6 commit 6ba0e1a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sparkle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.314",
"version": "0.2.316",
"scripts": {
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
Expand Down
2 changes: 1 addition & 1 deletion sparkle/src/icons/solid/TSquare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SvgTSquare = (props: SVGProps<SVGSVGElement>) => (
>
<path
fill="#000"
d="M2 3.5c0-.552-.052-.5.5-.5h19c.552 0 .5-.052.5.5v17c0 .552.052.5-.5.5h-19c-.552 0-.5.052-.5-.5v-17ZM4 5v14h16V5H4Zm3 3h10v3h-2v-1h-2v4h1.5v2h-5v-2H11v-4H9v1H7V8Z"
d="M2.001 3.557c0-.614-.052-.556.5-.556H21.5c.552 0 .5-.058.5.556v18.886c0 .614.052.555-.5.555H2.5c-.552 0-.5.059-.5-.555V3.557Zm2 1.666v15.554H20V5.223H4Zm3 3.333h9.998v3.333h-2v-1.11h-2v4.443h1.5v2.222H9.5v-2.222H11v-4.444H9v1.111H7V8.556Z"
/>
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion sparkle/src/icons/src/solid/TSquare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sparkle/src/icons/src/stroke/TSquare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sparkle/src/icons/stroke/TSquare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SvgTSquare = (props: SVGProps<SVGSVGElement>) => (
>
<path
fill="#000"
d="M2 3.5c0-.552-.052-.5.5-.5h19c.552 0 .5-.052.5.5v17c0 .552.052.5-.5.5h-19c-.552 0-.5.052-.5-.5v-17ZM4 5v14h16V5H4Zm3 3h10v3h-2v-1h-2v4h1.5v2h-5v-2H11v-4H9v1H7V8Z"
d="M2.001 3.557c0-.614-.052-.556.5-.556H21.5c.552 0 .5-.058.5.556v18.886c0 .614.052.555-.5.555H2.5c-.552 0-.5.059-.5-.555V3.557Zm2 1.666v15.554H20V5.223H4Zm3 3.333h9.998v3.333h-2v-1.11h-2v4.443h1.5v2.222H9.5v-2.222H11v-4.444H9v1.111H7V8.556Z"
/>
</svg>
);
Expand Down

0 comments on commit 6ba0e1a

Please sign in to comment.