Skip to content

Commit f1f2cd2

Browse files
authored
feat: trace icon (#221)
* feat: trace icon * v1.4.1
1 parent 8c87af4 commit f1f2cd2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.4.1",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

src/icon/Icons.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,22 @@ export const TokensOutline = () => (
18121812
</svg>
18131813
);
18141814

1815+
export const Trace = () => (
1816+
<svg
1817+
width="24"
1818+
height="24"
1819+
viewBox="0 0 24 24"
1820+
fill="none"
1821+
xmlns="http://www.w3.org/2000/svg"
1822+
>
1823+
<path
1824+
fillRule="evenodd"
1825+
clipRule="evenodd"
1826+
d="M7 5C7 4.44772 6.55228 4 6 4C5.44772 4 5 4.44772 5 5V9V15C5 16.6569 6.34315 18 8 18H13.4375C13.8375 19.0243 14.834 19.75 16 19.75C17.5188 19.75 18.75 18.5188 18.75 17C18.75 15.4812 17.5188 14.25 16 14.25C14.834 14.25 13.8375 14.9757 13.4375 16H8C7.44772 16 7 15.5523 7 15V11H13.4375C13.8375 12.0243 14.834 12.75 16 12.75C17.5188 12.75 18.75 11.5188 18.75 10C18.75 8.48122 17.5188 7.25 16 7.25C14.834 7.25 13.8375 7.97566 13.4375 9H7V5ZM16 8.75C15.3096 8.75 14.75 9.30964 14.75 10C14.75 10.6904 15.3096 11.25 16 11.25C16.6904 11.25 17.25 10.6904 17.25 10C17.25 9.30964 16.6904 8.75 16 8.75ZM14.75 17C14.75 16.3096 15.3096 15.75 16 15.75C16.6904 15.75 17.25 16.3096 17.25 17C17.25 17.6904 16.6904 18.25 16 18.25C15.3096 18.25 14.75 17.6904 14.75 17Z"
1827+
/>
1828+
</svg>
1829+
);
1830+
18151831
export const TraceFilled = () => (
18161832
<svg
18171833
width="20"

0 commit comments

Comments
 (0)