summaryrefslogtreecommitdiff
path: root/app/components/icon/icons
diff options
context:
space:
mode:
authorKirill Rogovoy <[email protected]>2021-07-20 21:24:52 +0300
committerKirill Rogovoy <[email protected]>2021-07-20 21:24:52 +0300
commit5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb (patch)
tree273dfc086444533d86d580961c92ba8d14781a67 /app/components/icon/icons
parentf0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 (diff)
WIP
Diffstat (limited to 'app/components/icon/icons')
-rw-r--r--app/components/icon/icons/arrow-left.pngbin329 -> 0 bytes
-rw-r--r--app/components/icon/icons/[email protected]bin329 -> 0 bytes
-rw-r--r--app/components/icon/icons/bullet.pngbin204 -> 0 bytes
-rw-r--r--app/components/icon/icons/[email protected]bin204 -> 0 bytes
-rw-r--r--app/components/icon/icons/index.ts6
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
deleted file mode 100644
index 9d607d7..0000000
--- a/app/components/icon/icons/arrow-left.png
+++ /dev/null
Binary files differ
diff --git a/app/components/icon/icons/[email protected] b/app/components/icon/icons/[email protected]
deleted file mode 100644
index 9d607d7..0000000
--- a/app/components/icon/icons/[email protected]
+++ /dev/null
Binary files differ
diff --git a/app/components/icon/icons/bullet.png b/app/components/icon/icons/bullet.png
deleted file mode 100644
index 8fc256f..0000000
--- a/app/components/icon/icons/bullet.png
+++ /dev/null
Binary files differ
diff --git a/app/components/icon/icons/[email protected] b/app/components/icon/icons/[email protected]
deleted file mode 100644
index 8fc256f..0000000
--- a/app/components/icon/icons/[email protected]
+++ /dev/null
Binary files differ
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