diff --git a/package.json b/package.json index b37302d7..e070ff8a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 2cd89ace..23ecebbf 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -410,6 +410,31 @@ export const BookOutline = () => ( ); +export const Brain = () => ( + + + + +); + export const BrowserOutline = () => ( @@ -602,7 +627,6 @@ export const CubeOutline = () => { > { height="20" > ( ); +export const SlideOut = () => ( + + + + + + + + + +); + +export const SlideIn = () => ( + + + + + + + + + +); + export const SunOutline = () => (