From 5c33709fc820cef574c338fa54bc0633790ea1b8 Mon Sep 17 00:00:00 2001 From: sengoku-f <31064651+sengoku-f@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BE=E6=A0=87,=20jinghua?= =?UTF-8?q?=20=E6=94=B9=E4=B8=BA=20jinghua-color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons.json | 404 +++++++++++++++++++++++++- package.json | 2 +- src/map.js | 36 +++ src/svg/TOP.svg | 1 + src/svg/ad-product.svg | 1 + src/svg/announcement.svg | 1 + src/svg/assembly-line.svg | 1 + src/svg/audit.svg | 1 + src/svg/bell-close.svg | 1 + src/svg/bell-tips.svg | 1 + src/svg/bell.svg | 1 + src/svg/chart-graph.svg | 1 + src/svg/date.svg | 1 + src/svg/doc.svg | 1 + src/svg/eye-close.svg | 1 + src/svg/eye-slash.svg | 1 + src/svg/eye.svg | 1 + src/svg/intersection.svg | 1 + src/svg/jinghua-color.svg | 1 + src/svg/label.svg | 1 + src/svg/link.svg | 1 + src/svg/lock.svg | 1 + src/svg/medal-fill.svg | 1 + src/svg/medal.svg | 1 + src/svg/message-fill.svg | 1 + src/svg/message.svg | 1 + src/svg/return.svg | 1 + src/svg/robot-fill.svg | 1 + src/svg/robot.svg | 1 + src/svg/shield-add.svg | 1 + src/svg/tag-one.svg | 1 + src/svg/topic-setting.svg | 1 + src/svg/topic.svg | 1 + src/svg/unlock.svg | 1 + src/svg/user-plus.svg | 1 + src/svg/user-to-user-transmission.svg | 1 + src/svg/user.svg | 1 + src/svg/version.svg | 1 + src/svg/vip.svg | 1 + 39 files changed, 473 insertions(+), 5 deletions(-) create mode 100644 src/svg/TOP.svg create mode 100644 src/svg/ad-product.svg create mode 100644 src/svg/announcement.svg create mode 100644 src/svg/assembly-line.svg create mode 100644 src/svg/audit.svg create mode 100644 src/svg/bell-close.svg create mode 100644 src/svg/bell-tips.svg create mode 100644 src/svg/bell.svg create mode 100644 src/svg/chart-graph.svg create mode 100644 src/svg/date.svg create mode 100644 src/svg/doc.svg create mode 100644 src/svg/eye-close.svg create mode 100644 src/svg/eye-slash.svg create mode 100644 src/svg/eye.svg create mode 100644 src/svg/intersection.svg create mode 100644 src/svg/jinghua-color.svg create mode 100644 src/svg/label.svg create mode 100644 src/svg/link.svg create mode 100644 src/svg/lock.svg create mode 100644 src/svg/medal-fill.svg create mode 100644 src/svg/medal.svg create mode 100644 src/svg/message-fill.svg create mode 100644 src/svg/message.svg create mode 100644 src/svg/return.svg create mode 100644 src/svg/robot-fill.svg create mode 100644 src/svg/robot.svg create mode 100644 src/svg/shield-add.svg create mode 100644 src/svg/tag-one.svg create mode 100644 src/svg/topic-setting.svg create mode 100644 src/svg/topic.svg create mode 100644 src/svg/unlock.svg create mode 100644 src/svg/user-plus.svg create mode 100644 src/svg/user-to-user-transmission.svg create mode 100644 src/svg/user.svg create mode 100644 src/svg/version.svg create mode 100644 src/svg/vip.svg diff --git a/icons.json b/icons.json index eaca40d..b1423b8 100644 --- a/icons.json +++ b/icons.json @@ -1,6 +1,17 @@ [ { "id": 0, + "name": "ad-product", + "componentName": "IconAdProduct", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:21:34.827Z", + "tag": [] + }, + { + "id": 1, "name": "add", "componentName": "IconAdd", "title": "添加", @@ -15,7 +26,73 @@ ] }, { - "id": 1, + "id": 2, + "name": "announcement", + "componentName": "IconAnnouncement", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:20:25.962Z", + "tag": [] + }, + { + "id": 3, + "name": "assembly-line", + "componentName": "IconAssemblyLine", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:19:42.720Z", + "tag": [] + }, + { + "id": 4, + "name": "audit", + "componentName": "IconAudit", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:19:32.266Z", + "tag": [] + }, + { + "id": 5, + "name": "bell-close", + "componentName": "IconBellClose", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:16:42.000Z", + "tag": [] + }, + { + "id": 6, + "name": "bell-tips", + "componentName": "IconBellTips", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:16:42.000Z", + "tag": [] + }, + { + "id": 7, + "name": "bell", + "componentName": "IconBell", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:16:42.000Z", + "tag": [] + }, + { + "id": 8, "name": "calendar-color", "componentName": "IconCalendarColor", "title": "defaultTitle", @@ -26,7 +103,216 @@ "tag": [] }, { - "id": 2, + "id": 9, + "name": "chart-graph", + "componentName": "IconChartGraph", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:21:08.047Z", + "tag": [] + }, + { + "id": 10, + "name": "date", + "componentName": "IconDate", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:21:44.408Z", + "tag": [] + }, + { + "id": 11, + "name": "doc", + "componentName": "IconDoc", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:17:11.032Z", + "tag": [] + }, + { + "id": 12, + "name": "eye-close", + "componentName": "IconEyeClose", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:42.000Z", + "tag": [] + }, + { + "id": 13, + "name": "eye-slash", + "componentName": "IconEyeSlash", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:49.246Z", + "tag": [] + }, + { + "id": 14, + "name": "eye", + "componentName": "IconEye", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:42.000Z", + "tag": [] + }, + { + "id": 15, + "name": "intersection", + "componentName": "IconIntersection", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:18:05.403Z", + "tag": [] + }, + { + "id": 16, + "name": "jinghua-color", + "componentName": "IconJinghuaColor", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:17:54.093Z", + "tag": [] + }, + { + "id": 17, + "name": "label", + "componentName": "IconLabel", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:21:39.102Z", + "tag": [] + }, + { + "id": 18, + "name": "link", + "componentName": "IconLink", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:20:35.763Z", + "tag": [] + }, + { + "id": 19, + "name": "lock", + "componentName": "IconLock", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:16:00.000Z", + "tag": [] + }, + { + "id": 20, + "name": "medal-fill", + "componentName": "IconMedalFill", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:34.000Z", + "tag": [] + }, + { + "id": 21, + "name": "medal", + "componentName": "IconMedal", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:34.000Z", + "tag": [] + }, + { + "id": 22, + "name": "message-fill", + "componentName": "IconMessageFill", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:17:02.000Z", + "tag": [] + }, + { + "id": 23, + "name": "message", + "componentName": "IconMessage", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:17:02.000Z", + "tag": [] + }, + { + "id": 24, + "name": "return", + "componentName": "IconReturn", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:18:13.306Z", + "tag": [] + }, + { + "id": 25, + "name": "robot-fill", + "componentName": "IconRobotFill", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:19:53.290Z", + "tag": [] + }, + { + "id": 26, + "name": "robot", + "componentName": "IconRobot", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:19:51.335Z", + "tag": [] + }, + { + "id": 27, + "name": "shield-add", + "componentName": "IconShieldAdd", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:20:57.612Z", + "tag": [] + }, + { + "id": 28, "name": "SZYGGL", "componentName": "IconSZYGGL", "title": "数字员工管理", @@ -41,7 +327,7 @@ ] }, { - "id": 3, + "id": 29, "name": "SZYGZY", "componentName": "IconSZYGZY", "title": "数字员工资源", @@ -56,7 +342,117 @@ ] }, { - "id": 4, + "id": 30, + "name": "tag-one", + "componentName": "IconTagOne", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:20:29.553Z", + "tag": [] + }, + { + "id": 31, + "name": "TOP", + "componentName": "IconTOP", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:19.896Z", + "tag": [] + }, + { + "id": 32, + "name": "topic-setting", + "componentName": "IconTopicSetting", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:06.000Z", + "tag": [] + }, + { + "id": 33, + "name": "topic", + "componentName": "IconTopic", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:15:06.000Z", + "tag": [] + }, + { + "id": 34, + "name": "unlock", + "componentName": "IconUnlock", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:16:00.000Z", + "tag": [] + }, + { + "id": 35, + "name": "user-plus", + "componentName": "IconUserPlus", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:18:54.167Z", + "tag": [] + }, + { + "id": 36, + "name": "user-to-user-transmission", + "componentName": "IconUserToUserTransmission", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:21:01.028Z", + "tag": [] + }, + { + "id": 37, + "name": "user", + "componentName": "IconUser", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:18:51.080Z", + "tag": [] + }, + { + "id": 38, + "name": "version", + "componentName": "IconVersion", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:18:30.496Z", + "tag": [] + }, + { + "id": 39, + "name": "vip", + "componentName": "IconVip", + "title": "defaultTitle", + "category": "Default", + "categoryCN": "默认", + "author": "unknown", + "modifiedTime": "2024-09-29T01:20:13.783Z", + "tag": [] + }, + { + "id": 40, "name": "WDSZYG", "componentName": "IconWDSZYG", "title": "我的数字员工", diff --git a/package.json b/package.json index 541b01f..1ccc0ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ksw-rpom-icon-vue", - "version": "0.1.5", + "version": "0.1.6", "license": "ISC", "description": "KSW RPOM ICON", "main": "packages/cjs/index.js", diff --git a/src/map.js b/src/map.js index ca674c9..6bf7c8a 100644 --- a/src/map.js +++ b/src/map.js @@ -1,5 +1,41 @@ +export { default as IconAdProduct } from './icons/ad-product'; export { default as IconAdd } from './icons/add'; +export { default as IconAnnouncement } from './icons/announcement'; +export { default as IconAssemblyLine } from './icons/assembly-line'; +export { default as IconAudit } from './icons/audit'; +export { default as IconBellClose } from './icons/bell-close'; +export { default as IconBellTips } from './icons/bell-tips'; +export { default as IconBell } from './icons/bell'; export { default as IconCalendarColor } from './icons/calendar-color'; +export { default as IconChartGraph } from './icons/chart-graph'; +export { default as IconDate } from './icons/date'; +export { default as IconDoc } from './icons/doc'; +export { default as IconEyeClose } from './icons/eye-close'; +export { default as IconEyeSlash } from './icons/eye-slash'; +export { default as IconEye } from './icons/eye'; +export { default as IconIntersection } from './icons/intersection'; +export { default as IconJinghuaColor } from './icons/jinghua-color'; +export { default as IconLabel } from './icons/label'; +export { default as IconLink } from './icons/link'; +export { default as IconLock } from './icons/lock'; +export { default as IconMedalFill } from './icons/medal-fill'; +export { default as IconMedal } from './icons/medal'; +export { default as IconMessageFill } from './icons/message-fill'; +export { default as IconMessage } from './icons/message'; +export { default as IconReturn } from './icons/return'; +export { default as IconRobotFill } from './icons/robot-fill'; +export { default as IconRobot } from './icons/robot'; +export { default as IconShieldAdd } from './icons/shield-add'; export { default as IconSZYGGL } from './icons/SZYGGL'; export { default as IconSZYGZY } from './icons/SZYGZY'; +export { default as IconTagOne } from './icons/tag-one'; +export { default as IconTOP } from './icons/TOP'; +export { default as IconTopicSetting } from './icons/topic-setting'; +export { default as IconTopic } from './icons/topic'; +export { default as IconUnlock } from './icons/unlock'; +export { default as IconUserPlus } from './icons/user-plus'; +export { default as IconUserToUserTransmission } from './icons/user-to-user-transmission'; +export { default as IconUser } from './icons/user'; +export { default as IconVersion } from './icons/version'; +export { default as IconVip } from './icons/vip'; export { default as IconWDSZYG } from './icons/WDSZYG'; diff --git a/src/svg/TOP.svg b/src/svg/TOP.svg new file mode 100644 index 0000000..16ee1a6 --- /dev/null +++ b/src/svg/TOP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/ad-product.svg b/src/svg/ad-product.svg new file mode 100644 index 0000000..c6fb0e2 --- /dev/null +++ b/src/svg/ad-product.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/announcement.svg b/src/svg/announcement.svg new file mode 100644 index 0000000..2ea93e4 --- /dev/null +++ b/src/svg/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/assembly-line.svg b/src/svg/assembly-line.svg new file mode 100644 index 0000000..820fae8 --- /dev/null +++ b/src/svg/assembly-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/audit.svg b/src/svg/audit.svg new file mode 100644 index 0000000..78b050e --- /dev/null +++ b/src/svg/audit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/bell-close.svg b/src/svg/bell-close.svg new file mode 100644 index 0000000..7ca5ea0 --- /dev/null +++ b/src/svg/bell-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/bell-tips.svg b/src/svg/bell-tips.svg new file mode 100644 index 0000000..b51f1f6 --- /dev/null +++ b/src/svg/bell-tips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/bell.svg b/src/svg/bell.svg new file mode 100644 index 0000000..131d0cc --- /dev/null +++ b/src/svg/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/chart-graph.svg b/src/svg/chart-graph.svg new file mode 100644 index 0000000..59e16c0 --- /dev/null +++ b/src/svg/chart-graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/date.svg b/src/svg/date.svg new file mode 100644 index 0000000..1f44e96 --- /dev/null +++ b/src/svg/date.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/doc.svg b/src/svg/doc.svg new file mode 100644 index 0000000..7f04bdb --- /dev/null +++ b/src/svg/doc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/eye-close.svg b/src/svg/eye-close.svg new file mode 100644 index 0000000..074b05a --- /dev/null +++ b/src/svg/eye-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/eye-slash.svg b/src/svg/eye-slash.svg new file mode 100644 index 0000000..8a8af83 --- /dev/null +++ b/src/svg/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/eye.svg b/src/svg/eye.svg new file mode 100644 index 0000000..42a6eb2 --- /dev/null +++ b/src/svg/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/intersection.svg b/src/svg/intersection.svg new file mode 100644 index 0000000..d5b9bd6 --- /dev/null +++ b/src/svg/intersection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/jinghua-color.svg b/src/svg/jinghua-color.svg new file mode 100644 index 0000000..56ad9bb --- /dev/null +++ b/src/svg/jinghua-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/label.svg b/src/svg/label.svg new file mode 100644 index 0000000..82b91e3 --- /dev/null +++ b/src/svg/label.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/link.svg b/src/svg/link.svg new file mode 100644 index 0000000..a39507b --- /dev/null +++ b/src/svg/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/lock.svg b/src/svg/lock.svg new file mode 100644 index 0000000..8976a0f --- /dev/null +++ b/src/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/medal-fill.svg b/src/svg/medal-fill.svg new file mode 100644 index 0000000..5c861cc --- /dev/null +++ b/src/svg/medal-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/medal.svg b/src/svg/medal.svg new file mode 100644 index 0000000..b6084bd --- /dev/null +++ b/src/svg/medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/message-fill.svg b/src/svg/message-fill.svg new file mode 100644 index 0000000..117cf84 --- /dev/null +++ b/src/svg/message-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/message.svg b/src/svg/message.svg new file mode 100644 index 0000000..c80bc31 --- /dev/null +++ b/src/svg/message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/return.svg b/src/svg/return.svg new file mode 100644 index 0000000..6ddf8c3 --- /dev/null +++ b/src/svg/return.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/robot-fill.svg b/src/svg/robot-fill.svg new file mode 100644 index 0000000..485a49e --- /dev/null +++ b/src/svg/robot-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/robot.svg b/src/svg/robot.svg new file mode 100644 index 0000000..baeca32 --- /dev/null +++ b/src/svg/robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/shield-add.svg b/src/svg/shield-add.svg new file mode 100644 index 0000000..d27a5ca --- /dev/null +++ b/src/svg/shield-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/tag-one.svg b/src/svg/tag-one.svg new file mode 100644 index 0000000..24398c4 --- /dev/null +++ b/src/svg/tag-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/topic-setting.svg b/src/svg/topic-setting.svg new file mode 100644 index 0000000..b645cc2 --- /dev/null +++ b/src/svg/topic-setting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/topic.svg b/src/svg/topic.svg new file mode 100644 index 0000000..bdff533 --- /dev/null +++ b/src/svg/topic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unlock.svg b/src/svg/unlock.svg new file mode 100644 index 0000000..3291055 --- /dev/null +++ b/src/svg/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/user-plus.svg b/src/svg/user-plus.svg new file mode 100644 index 0000000..bbb4b30 --- /dev/null +++ b/src/svg/user-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/user-to-user-transmission.svg b/src/svg/user-to-user-transmission.svg new file mode 100644 index 0000000..f64c92c --- /dev/null +++ b/src/svg/user-to-user-transmission.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/user.svg b/src/svg/user.svg new file mode 100644 index 0000000..121ae3f --- /dev/null +++ b/src/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/version.svg b/src/svg/version.svg new file mode 100644 index 0000000..31632b5 --- /dev/null +++ b/src/svg/version.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/vip.svg b/src/svg/vip.svg new file mode 100644 index 0000000..8aad8a8 --- /dev/null +++ b/src/svg/vip.svg @@ -0,0 +1 @@ + \ No newline at end of file