From e5021187e96b78b53203bd95d08d6818aea47d17 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 14 Jul 2021 15:10:31 +0200 Subject: New Ignite 7.0.6 app --- app/components/icon/icons/arrow-left.png | Bin 0 -> 329 bytes app/components/icon/icons/arrow-left@2x.png | Bin 0 -> 329 bytes app/components/icon/icons/bullet.png | Bin 0 -> 204 bytes app/components/icon/icons/bullet@2x.png | Bin 0 -> 204 bytes app/components/icon/icons/index.ts | 6 ++++++ 5 files changed, 6 insertions(+) create mode 100644 app/components/icon/icons/arrow-left.png create mode 100644 app/components/icon/icons/arrow-left@2x.png create mode 100644 app/components/icon/icons/bullet.png create mode 100644 app/components/icon/icons/bullet@2x.png create mode 100644 app/components/icon/icons/index.ts (limited to 'app/components/icon/icons') diff --git a/app/components/icon/icons/arrow-left.png b/app/components/icon/icons/arrow-left.png new file mode 100644 index 0000000..9d607d7 Binary files /dev/null and b/app/components/icon/icons/arrow-left.png differ diff --git a/app/components/icon/icons/arrow-left@2x.png b/app/components/icon/icons/arrow-left@2x.png new file mode 100644 index 0000000..9d607d7 Binary files /dev/null and b/app/components/icon/icons/arrow-left@2x.png differ diff --git a/app/components/icon/icons/bullet.png b/app/components/icon/icons/bullet.png new file mode 100644 index 0000000..8fc256f Binary files /dev/null and b/app/components/icon/icons/bullet.png differ diff --git a/app/components/icon/icons/bullet@2x.png b/app/components/icon/icons/bullet@2x.png new file mode 100644 index 0000000..8fc256f Binary files /dev/null and b/app/components/icon/icons/bullet@2x.png differ diff --git a/app/components/icon/icons/index.ts b/app/components/icon/icons/index.ts new file mode 100644 index 0000000..00e8a59 --- /dev/null +++ b/app/components/icon/icons/index.ts @@ -0,0 +1,6 @@ +export const icons = { + back: require("./arrow-left.png"), + bullet: require("./bullet.png"), +} + +export type IconTypes = keyof typeof icons -- cgit v1.2.3