diff options
author | Kirill Rogovoy <[email protected]> | 2021-07-20 21:24:52 +0300 |
---|---|---|
committer | Kirill Rogovoy <[email protected]> | 2021-07-20 21:24:52 +0300 |
commit | 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb (patch) | |
tree | 273dfc086444533d86d580961c92ba8d14781a67 /app/components/icon/icons | |
parent | f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 (diff) |
WIP
Diffstat (limited to 'app/components/icon/icons')
-rw-r--r-- | app/components/icon/icons/arrow-left.png | bin | 329 -> 0 bytes | |||
-rw-r--r-- | app/components/icon/icons/[email protected] | bin | 329 -> 0 bytes | |||
-rw-r--r-- | app/components/icon/icons/bullet.png | bin | 204 -> 0 bytes | |||
-rw-r--r-- | app/components/icon/icons/[email protected] | bin | 204 -> 0 bytes | |||
-rw-r--r-- | app/components/icon/icons/index.ts | 6 |
5 files changed, 0 insertions, 6 deletions
diff --git a/app/components/icon/icons/arrow-left.png b/app/components/icon/icons/arrow-left.png Binary files differdeleted file mode 100644 index 9d607d7..0000000 --- a/app/components/icon/icons/arrow-left.png +++ /dev/null diff --git a/app/components/icon/icons/[email protected] b/app/components/icon/icons/[email protected] Binary files differdeleted file mode 100644 index 9d607d7..0000000 --- a/app/components/icon/icons/[email protected] +++ /dev/null diff --git a/app/components/icon/icons/bullet.png b/app/components/icon/icons/bullet.png Binary files differdeleted file mode 100644 index 8fc256f..0000000 --- a/app/components/icon/icons/bullet.png +++ /dev/null diff --git a/app/components/icon/icons/[email protected] b/app/components/icon/icons/[email protected] Binary files differdeleted file mode 100644 index 8fc256f..0000000 --- a/app/components/icon/icons/[email protected] +++ /dev/null diff --git a/app/components/icon/icons/index.ts b/app/components/icon/icons/index.ts deleted file mode 100644 index 792e408..0000000 --- a/app/components/icon/icons/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -export const icons = { - back: require('./arrow-left.png'), - bullet: require('./bullet.png'), -} - -export type IconTypes = keyof typeof icons |