diff --git a/src/icons/Add.tsx b/src/icons/Add.tsx index 4e95b62b..3831d29c 100644 --- a/src/icons/Add.tsx +++ b/src/icons/Add.tsx @@ -5,7 +5,7 @@ import { IconProps } from "../utils/types"; export const Add: React.FC = ({ fill = "#525252" }) => { return ( - + = ({ fill = "#525252" }) => { + return ( + + + + ); +}; diff --git a/src/icons/index.ts b/src/icons/index.ts index 39c76019..2b734460 100644 --- a/src/icons/index.ts +++ b/src/icons/index.ts @@ -10,6 +10,7 @@ export * from "./Close"; export * from "./CloseSmall"; export * from "./Dash"; export * from "./DefaultUser"; +export * from "./Delete"; export * from "./Equals"; export * from "./FastBackward"; export * from "./FastForward";