diff --git a/package.json b/package.json index cd93e1bf..8dd303cf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 9c517dfd..90ff1541 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1812,6 +1812,22 @@ export const TokensOutline = () => ( ); +export const Trace = () => ( + + + +); + export const TraceFilled = () => (