diff --git a/package.json b/package.json index 739e4af2..83caba34 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.5", + "version": "1.3.6", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 270b4cb4..50819b26 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -47,6 +47,19 @@ export const ArrowBack = () => ( ); +export const ArrowCompareOutline = () => ( + + + + +); + export const ArrowIosBackOutline = () => ( @@ -1260,12 +1273,12 @@ export const HardDriveFilled = () => ( - - + + -) +); export const Histogram = () => (