@haiilo/catalyst-icons 2.17.3 → 2.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/js/icons.constants.d.ts +63 -14
- package/dist/js/icons.constants.js +57 -22
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +21 -14
- package/dist/ts/icons.constants.ts +93 -30
- package/dist/ts/icons.object.ts +39 -18
- package/package.json +1 -1
- package/src/haiilo-dark.svg +1 -0
- package/src/haiilo-light.svg +1 -0
- package/src/haiilo.svg +1 -0
- package/src/kudos.svg +1 -0
- package/src/w-birthdays-upcoming-outlined.svg +1 -1
- package/src/w-complete-profile-outlined.svg +1 -1
- package/src/w-events-upcoming-outlined.svg +1 -1
- package/src/w-feed-outlined.svg +1 -1
- package/src/w-hero-image-outlined.svg +1 -0
- package/src/w-hero-teaser-outlined.svg +1 -1
- package/src/w-iframe-outlined.svg +1 -1
- package/src/w-launchpad-outlined.svg +1 -1
- package/src/w-poll-outlined.svg +1 -1
- package/src/w-rte-outlined.svg +1 -0
- package/src/w-suggested-communities-outlined.svg +1 -1
- package/src/w-suggested-pages-outlined.svg +1 -1
- package/src/w-teaser-outlined.svg +1 -1
- package/src/w-time-off-outlined.svg +1 -0
- package/src/w-video-outlined.svg +1 -1
- /package/src/{w-alert-outlined.svg → w-callout-outlined.svg} +0 -0
- /package/src/{w-html-outlined.svg → w-code-outlined.svg} +0 -0
|
@@ -1294,6 +1294,18 @@ export declare const ciGroupOutlined: {
|
|
|
1294
1294
|
name: 'group-outlined';
|
|
1295
1295
|
data: string;
|
|
1296
1296
|
};
|
|
1297
|
+
export declare const ciHaiiloDark: {
|
|
1298
|
+
name: 'haiilo-dark';
|
|
1299
|
+
data: string;
|
|
1300
|
+
};
|
|
1301
|
+
export declare const ciHaiiloLight: {
|
|
1302
|
+
name: 'haiilo-light';
|
|
1303
|
+
data: string;
|
|
1304
|
+
};
|
|
1305
|
+
export declare const ciHaiilo: {
|
|
1306
|
+
name: 'haiilo';
|
|
1307
|
+
data: string;
|
|
1308
|
+
};
|
|
1297
1309
|
export declare const ciHalfStarFilled: {
|
|
1298
1310
|
name: 'half-star-filled';
|
|
1299
1311
|
data: string;
|
|
@@ -1346,6 +1358,10 @@ export declare const ciJira: {
|
|
|
1346
1358
|
name: 'jira';
|
|
1347
1359
|
data: string;
|
|
1348
1360
|
};
|
|
1361
|
+
export declare const ciKudos: {
|
|
1362
|
+
name: 'kudos';
|
|
1363
|
+
data: string;
|
|
1364
|
+
};
|
|
1349
1365
|
export declare const ciLayersFilled: {
|
|
1350
1366
|
name: 'layers-filled';
|
|
1351
1367
|
data: string;
|
|
@@ -2098,10 +2114,6 @@ export declare const ciVideoOutlined: {
|
|
|
2098
2114
|
name: 'video-outlined';
|
|
2099
2115
|
data: string;
|
|
2100
2116
|
};
|
|
2101
|
-
export declare const ciWAlertOutlined: {
|
|
2102
|
-
name: 'w-alert-outlined';
|
|
2103
|
-
data: string;
|
|
2104
|
-
};
|
|
2105
2117
|
export declare const ciWBirthdaysUpcomingOutlined: {
|
|
2106
2118
|
name: 'w-birthdays-upcoming-outlined';
|
|
2107
2119
|
data: string;
|
|
@@ -2126,6 +2138,14 @@ export declare const ciWButtonOutlined: {
|
|
|
2126
2138
|
name: 'w-button-outlined';
|
|
2127
2139
|
data: string;
|
|
2128
2140
|
};
|
|
2141
|
+
export declare const ciWCalloutOutlined: {
|
|
2142
|
+
name: 'w-callout-outlined';
|
|
2143
|
+
data: string;
|
|
2144
|
+
};
|
|
2145
|
+
export declare const ciWCodeOutlined: {
|
|
2146
|
+
name: 'w-code-outlined';
|
|
2147
|
+
data: string;
|
|
2148
|
+
};
|
|
2129
2149
|
export declare const ciWColleaguesNewOutlined: {
|
|
2130
2150
|
name: 'w-colleagues-new-outlined';
|
|
2131
2151
|
data: string;
|
|
@@ -2182,12 +2202,12 @@ export declare const ciWHeadlineOutlined: {
|
|
|
2182
2202
|
name: 'w-headline-outlined';
|
|
2183
2203
|
data: string;
|
|
2184
2204
|
};
|
|
2185
|
-
export declare const
|
|
2186
|
-
name: 'w-hero-
|
|
2205
|
+
export declare const ciWHeroImageOutlined: {
|
|
2206
|
+
name: 'w-hero-image-outlined';
|
|
2187
2207
|
data: string;
|
|
2188
2208
|
};
|
|
2189
|
-
export declare const
|
|
2190
|
-
name: 'w-
|
|
2209
|
+
export declare const ciWHeroTeaserOutlined: {
|
|
2210
|
+
name: 'w-hero-teaser-outlined';
|
|
2191
2211
|
data: string;
|
|
2192
2212
|
};
|
|
2193
2213
|
export declare const ciWIframeOutlined: {
|
|
@@ -2230,6 +2250,10 @@ export declare const ciWRssFeedOutlined: {
|
|
|
2230
2250
|
name: 'w-rss-feed-outlined';
|
|
2231
2251
|
data: string;
|
|
2232
2252
|
};
|
|
2253
|
+
export declare const ciWRteOutlined: {
|
|
2254
|
+
name: 'w-rte-outlined';
|
|
2255
|
+
data: string;
|
|
2256
|
+
};
|
|
2233
2257
|
export declare const ciWSubscriptionsOutlined: {
|
|
2234
2258
|
name: 'w-subscriptions-outlined';
|
|
2235
2259
|
data: string;
|
|
@@ -2250,6 +2274,10 @@ export declare const ciWTextOutlined: {
|
|
|
2250
2274
|
name: 'w-text-outlined';
|
|
2251
2275
|
data: string;
|
|
2252
2276
|
};
|
|
2277
|
+
export declare const ciWTimeOffOutlined: {
|
|
2278
|
+
name: 'w-time-off-outlined';
|
|
2279
|
+
data: string;
|
|
2280
|
+
};
|
|
2253
2281
|
export declare const ciWVideoOutlined: {
|
|
2254
2282
|
name: 'w-video-outlined';
|
|
2255
2283
|
data: string;
|
|
@@ -2282,7 +2310,7 @@ export declare const ciZive: {
|
|
|
2282
2310
|
name: 'zive';
|
|
2283
2311
|
data: string;
|
|
2284
2312
|
};
|
|
2285
|
-
export type coyoIcon = '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-chevron-double-left' | '16-chevron-double-right' | '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-clock-outlined' | '16-cross' | '16-double-chevron-down' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-image' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-ol' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-editor-ul' | '16-external-link' | '16-flag-filled' | '16-flag' | '16-flash-circle-outlined' | '16-info-circle-outlined' | '16-jira-service-management' | '16-jira' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-lock-outlined' | '16-pen-outlined' | '16-pin-outlined' | '16-play' | '16-reaction-clapping' | '16-reaction-heart' | '16-reaction-laughing' | '16-reaction-lightbulb' | '16-reaction-mood' | '16-reaction-smile' | '16-reaction-thumbs-down' | '16-reaction-thumbs-up' | '16-servicenow' | '16-sticky-filled' | '16-sticky-outlined' | '16-targeted-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | '16-warning-circle-outlined' | '32-reaction-appreciate' | '32-reaction-celebrate' | '32-reaction-clapping' | '32-reaction-heart' | '32-reaction-laughing' | '32-reaction-lightbulb' | '32-reaction-mood' | '32-reaction-recognize' | '32-reaction-smile' | '32-reaction-thumbs-down' | '32-reaction-thumbs-up' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'app-directory' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-pointing-import-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'audio-outlined' | 'ava-sparkle-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-double-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-sorting-outlined' | 'chevron-up-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'click-outlined' | 'clock-filled' | 'clock-outlined' | 'cols-2-outlined' | 'cols-3-outlined' | 'comment-outlined' | 'communities-filled' | 'communities-outlined' | 'compass-outlined' | 'content-filled' | 'content-outlined' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dash-filled' | 'dots-circle-outlined' | 'double-chevron-down' | 'download-outlined' | 'earth-outlined' | 'emoji-angry' | 'emoji-happy' | 'emoji-neutral' | 'emoji-sad' | 'emoji-smile' | 'emoji-thinking' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'file-generic-filled' | 'file-generic' | 'file-pdf' | 'file-text' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-al' | 'flag-am' | 'flag-ba' | 'flag-bg' | 'flag-circle-al' | 'flag-circle-am' | 'flag-circle-ba' | 'flag-circle-bg' | 'flag-circle-cn' | 'flag-circle-cz' | 'flag-circle-de' | 'flag-circle-dk' | 'flag-circle-ee' | 'flag-circle-en' | 'flag-circle-es' | 'flag-circle-fi' | 'flag-circle-fr' | 'flag-circle-gb' | 'flag-circle-gr' | 'flag-circle-hr' | 'flag-circle-hu' | 'flag-circle-is' | 'flag-circle-it' | 'flag-circle-jp' | 'flag-circle-kr' | 'flag-circle-la' | 'flag-circle-lv' | 'flag-circle-mk' | 'flag-circle-nl' | 'flag-circle-no' | 'flag-circle-pl' | 'flag-circle-pt' | 'flag-circle-ro' | 'flag-circle-rs' | 'flag-circle-ru' | 'flag-circle-se' | 'flag-circle-si' | 'flag-circle-sk' | 'flag-circle-th' | 'flag-circle-tr' | 'flag-circle-vn' | 'flag-cn' | 'flag-cz' | 'flag-de' | 'flag-dk' | 'flag-ee' | 'flag-en' | 'flag-es' | 'flag-fi' | 'flag-fr' | 'flag-gb' | 'flag-gr' | 'flag-hr' | 'flag-hu' | 'flag-is' | 'flag-it' | 'flag-jp' | 'flag-kr' | 'flag-la' | 'flag-lv' | 'flag-mk' | 'flag-nl' | 'flag-no' | 'flag-outlined' | 'flag-pl' | 'flag-pt' | 'flag-rect-al' | 'flag-rect-am' | 'flag-rect-ba' | 'flag-rect-bg' | 'flag-rect-cn' | 'flag-rect-cz' | 'flag-rect-de' | 'flag-rect-dk' | 'flag-rect-ee' | 'flag-rect-en' | 'flag-rect-es' | 'flag-rect-fi' | 'flag-rect-fr' | 'flag-rect-gb' | 'flag-rect-gr' | 'flag-rect-hr' | 'flag-rect-hu' | 'flag-rect-is' | 'flag-rect-it' | 'flag-rect-jp' | 'flag-rect-kr' | 'flag-rect-la' | 'flag-rect-lv' | 'flag-rect-mk' | 'flag-rect-nl' | 'flag-rect-no' | 'flag-rect-pl' | 'flag-rect-pt' | 'flag-rect-ro' | 'flag-rect-rs' | 'flag-rect-ru' | 'flag-rect-se' | 'flag-rect-si' | 'flag-rect-sk' | 'flag-rect-th' | 'flag-rect-tr' | 'flag-rect-vn' | 'flag-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'flag-vn' | 'flash-circle-outlined' | 'flash-filled' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'generic-browser-outlined' | 'gift-outlined' | 'github' | 'globe-outlined' | 'google-apps-script' | 'google-calendar' | 'google-chrome' | 'google-docs' | 'google-drawings' | 'google-drive' | 'google-forms' | 'google-mail' | 'google-my-maps' | 'google-sheets' | 'google-sites' | 'google-slides' | 'google-videos' | 'google' | 'gradient-outlined' | 'group-filled' | 'group-outlined' | 'half-star-filled' | 'hash-box-outlined' | 'hashtag-outlined' | 'history-outlined' | 'home-filled' | 'home-outlined' | 'inbox' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'jira-service-management' | 'jira' | 'layers-filled' | 'layers-outlined' | 'lightbulb-outlined' | 'likes-circle-filled' | 'link-break-outlined' | 'link-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-emails' | 'microsoft-excel' | 'microsoft-forms' | 'microsoft-meetings' | 'microsoft-onedrive' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-teams' | 'microsoft-word' | 'microsoft-yammer' | 'microsoft' | 'minus-circle-outlined' | 'module-plus-outlined' | 'money-outlined' | 'more-horizontal-filled' | 'move-handle-outlined' | 'move-outlined' | 'mozilla-firefox' | 'openai' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'phone-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'planet-filled' | 'planet-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'push-notification' | 'puzzle-piece-outlined' | 'question-mark-circle-outlined' | 'quote-outlined' | 'reaction-clapping' | 'reaction-heart' | 'reaction-laughing' | 'reaction-lightbulb' | 'reaction-mood' | 'reaction-smile' | 'reaction-thumbs-down' | 'reaction-thumbs-up' | 'reactions-thumbs-up-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'redo-outlined' | 'replace-outlined' | 'restart-outlined' | 'results-outlined' | 'rte-blockquote-filled' | 'rte-blockquote' | 'rte-bold' | 'rte-emoji' | 'rte-image' | 'rte-italic' | 'rte-layout' | 'rte-lg-ai' | 'rte-lg-blockquote' | 'rte-lg-h-1' | 'rte-lg-h-2' | 'rte-lg-image' | 'rte-lg-layout' | 'rte-lg-text' | 'rte-link' | 'rte-ol' | 'rte-redo' | 'rte-text-color' | 'rte-text-size' | 'rte-text' | 'rte-ul' | 'rte-undo' | 'rte-variable' | 'rte-video' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'servicenow' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'shield-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'sliders-outlined' | 'smartphone-outlined' | 'smile' | 'social-media-outlined' | 'sorting-outlined' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'star-filled' | 'star-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'sticker-filled' | 'sticker-outlined' | 'sticky' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'suitecase-outlined' | 'sun' | 'tag-outlined' | 'targeted-outlined' | 'text-align-center-outlined' | 'text-align-left-outlined' | 'text-align-right-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-filled' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'unpin' | 'upload-outlined' | 'user-check-outlined' | 'user-cross' | 'user-filled' | 'user-outlined' | 'user-plus-outlined' | 'variable-box-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-blog-article-recommended-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'write-outlined' | 'xing' | 'zive';
|
|
2313
|
+
export type coyoIcon = '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-chevron-double-left' | '16-chevron-double-right' | '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-clock-outlined' | '16-cross' | '16-double-chevron-down' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-image' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-ol' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-editor-ul' | '16-external-link' | '16-flag-filled' | '16-flag' | '16-flash-circle-outlined' | '16-info-circle-outlined' | '16-jira-service-management' | '16-jira' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-lock-outlined' | '16-pen-outlined' | '16-pin-outlined' | '16-play' | '16-reaction-clapping' | '16-reaction-heart' | '16-reaction-laughing' | '16-reaction-lightbulb' | '16-reaction-mood' | '16-reaction-smile' | '16-reaction-thumbs-down' | '16-reaction-thumbs-up' | '16-servicenow' | '16-sticky-filled' | '16-sticky-outlined' | '16-targeted-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | '16-warning-circle-outlined' | '32-reaction-appreciate' | '32-reaction-celebrate' | '32-reaction-clapping' | '32-reaction-heart' | '32-reaction-laughing' | '32-reaction-lightbulb' | '32-reaction-mood' | '32-reaction-recognize' | '32-reaction-smile' | '32-reaction-thumbs-down' | '32-reaction-thumbs-up' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'app-directory' | 'apple-safari' | 'archive-filled' | 'archive-outlined' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-pointing-import-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'audio-outlined' | 'ava-sparkle-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-double-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-sorting-outlined' | 'chevron-up-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'click-outlined' | 'clock-filled' | 'clock-outlined' | 'cols-2-outlined' | 'cols-3-outlined' | 'comment-outlined' | 'communities-filled' | 'communities-outlined' | 'compass-outlined' | 'content-filled' | 'content-outlined' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dash-filled' | 'dots-circle-outlined' | 'double-chevron-down' | 'download-outlined' | 'earth-outlined' | 'emoji-angry' | 'emoji-happy' | 'emoji-neutral' | 'emoji-sad' | 'emoji-smile' | 'emoji-thinking' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'file-generic-filled' | 'file-generic' | 'file-pdf' | 'file-text' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-al' | 'flag-am' | 'flag-ba' | 'flag-bg' | 'flag-circle-al' | 'flag-circle-am' | 'flag-circle-ba' | 'flag-circle-bg' | 'flag-circle-cn' | 'flag-circle-cz' | 'flag-circle-de' | 'flag-circle-dk' | 'flag-circle-ee' | 'flag-circle-en' | 'flag-circle-es' | 'flag-circle-fi' | 'flag-circle-fr' | 'flag-circle-gb' | 'flag-circle-gr' | 'flag-circle-hr' | 'flag-circle-hu' | 'flag-circle-is' | 'flag-circle-it' | 'flag-circle-jp' | 'flag-circle-kr' | 'flag-circle-la' | 'flag-circle-lv' | 'flag-circle-mk' | 'flag-circle-nl' | 'flag-circle-no' | 'flag-circle-pl' | 'flag-circle-pt' | 'flag-circle-ro' | 'flag-circle-rs' | 'flag-circle-ru' | 'flag-circle-se' | 'flag-circle-si' | 'flag-circle-sk' | 'flag-circle-th' | 'flag-circle-tr' | 'flag-circle-vn' | 'flag-cn' | 'flag-cz' | 'flag-de' | 'flag-dk' | 'flag-ee' | 'flag-en' | 'flag-es' | 'flag-fi' | 'flag-fr' | 'flag-gb' | 'flag-gr' | 'flag-hr' | 'flag-hu' | 'flag-is' | 'flag-it' | 'flag-jp' | 'flag-kr' | 'flag-la' | 'flag-lv' | 'flag-mk' | 'flag-nl' | 'flag-no' | 'flag-outlined' | 'flag-pl' | 'flag-pt' | 'flag-rect-al' | 'flag-rect-am' | 'flag-rect-ba' | 'flag-rect-bg' | 'flag-rect-cn' | 'flag-rect-cz' | 'flag-rect-de' | 'flag-rect-dk' | 'flag-rect-ee' | 'flag-rect-en' | 'flag-rect-es' | 'flag-rect-fi' | 'flag-rect-fr' | 'flag-rect-gb' | 'flag-rect-gr' | 'flag-rect-hr' | 'flag-rect-hu' | 'flag-rect-is' | 'flag-rect-it' | 'flag-rect-jp' | 'flag-rect-kr' | 'flag-rect-la' | 'flag-rect-lv' | 'flag-rect-mk' | 'flag-rect-nl' | 'flag-rect-no' | 'flag-rect-pl' | 'flag-rect-pt' | 'flag-rect-ro' | 'flag-rect-rs' | 'flag-rect-ru' | 'flag-rect-se' | 'flag-rect-si' | 'flag-rect-sk' | 'flag-rect-th' | 'flag-rect-tr' | 'flag-rect-vn' | 'flag-ro' | 'flag-rs' | 'flag-ru' | 'flag-se' | 'flag-si' | 'flag-sk' | 'flag-th' | 'flag-tr' | 'flag-vn' | 'flash-circle-outlined' | 'flash-filled' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'generic-browser-outlined' | 'gift-outlined' | 'github' | 'globe-outlined' | 'google-apps-script' | 'google-calendar' | 'google-chrome' | 'google-docs' | 'google-drawings' | 'google-drive' | 'google-forms' | 'google-mail' | 'google-my-maps' | 'google-sheets' | 'google-sites' | 'google-slides' | 'google-videos' | 'google' | 'gradient-outlined' | 'group-filled' | 'group-outlined' | 'haiilo-dark' | 'haiilo-light' | 'haiilo' | 'half-star-filled' | 'hash-box-outlined' | 'hashtag-outlined' | 'history-outlined' | 'home-filled' | 'home-outlined' | 'inbox' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'jira-service-management' | 'jira' | 'kudos' | 'layers-filled' | 'layers-outlined' | 'lightbulb-outlined' | 'likes-circle-filled' | 'link-break-outlined' | 'link-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-emails' | 'microsoft-excel' | 'microsoft-forms' | 'microsoft-meetings' | 'microsoft-onedrive' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-teams' | 'microsoft-word' | 'microsoft-yammer' | 'microsoft' | 'minus-circle-outlined' | 'module-plus-outlined' | 'money-outlined' | 'more-horizontal-filled' | 'move-handle-outlined' | 'move-outlined' | 'mozilla-firefox' | 'openai' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'phone-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'planet-filled' | 'planet-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'push-notification' | 'puzzle-piece-outlined' | 'question-mark-circle-outlined' | 'quote-outlined' | 'reaction-clapping' | 'reaction-heart' | 'reaction-laughing' | 'reaction-lightbulb' | 'reaction-mood' | 'reaction-smile' | 'reaction-thumbs-down' | 'reaction-thumbs-up' | 'reactions-thumbs-up-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'redo-outlined' | 'replace-outlined' | 'restart-outlined' | 'results-outlined' | 'rte-blockquote-filled' | 'rte-blockquote' | 'rte-bold' | 'rte-emoji' | 'rte-image' | 'rte-italic' | 'rte-layout' | 'rte-lg-ai' | 'rte-lg-blockquote' | 'rte-lg-h-1' | 'rte-lg-h-2' | 'rte-lg-image' | 'rte-lg-layout' | 'rte-lg-text' | 'rte-link' | 'rte-ol' | 'rte-redo' | 'rte-text-color' | 'rte-text-size' | 'rte-text' | 'rte-ul' | 'rte-undo' | 'rte-variable' | 'rte-video' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'servicenow' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'shield-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'sliders-outlined' | 'smartphone-outlined' | 'smile' | 'social-media-outlined' | 'sorting-outlined' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'star-filled' | 'star-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'sticker-filled' | 'sticker-outlined' | 'sticky' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'suitecase-outlined' | 'sun' | 'tag-outlined' | 'targeted-outlined' | 'text-align-center-outlined' | 'text-align-left-outlined' | 'text-align-right-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-filled' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'unpin' | 'upload-outlined' | 'user-check-outlined' | 'user-cross' | 'user-filled' | 'user-outlined' | 'user-plus-outlined' | 'variable-box-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'video-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-blog-article-recommended-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-callout-outlined' | 'w-code-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-image-outlined' | 'w-hero-teaser-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-rte-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-time-off-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'write-outlined' | 'xing' | 'zive';
|
|
2286
2314
|
export interface CoyoIcon {
|
|
2287
2315
|
name: coyoIcon;
|
|
2288
2316
|
data: string;
|
|
@@ -3260,6 +3288,15 @@ export declare const ciAll: ({
|
|
|
3260
3288
|
} | {
|
|
3261
3289
|
name: "group-outlined";
|
|
3262
3290
|
data: string;
|
|
3291
|
+
} | {
|
|
3292
|
+
name: "haiilo-dark";
|
|
3293
|
+
data: string;
|
|
3294
|
+
} | {
|
|
3295
|
+
name: "haiilo-light";
|
|
3296
|
+
data: string;
|
|
3297
|
+
} | {
|
|
3298
|
+
name: "haiilo";
|
|
3299
|
+
data: string;
|
|
3263
3300
|
} | {
|
|
3264
3301
|
name: "half-star-filled";
|
|
3265
3302
|
data: string;
|
|
@@ -3299,6 +3336,9 @@ export declare const ciAll: ({
|
|
|
3299
3336
|
} | {
|
|
3300
3337
|
name: "jira";
|
|
3301
3338
|
data: string;
|
|
3339
|
+
} | {
|
|
3340
|
+
name: "kudos";
|
|
3341
|
+
data: string;
|
|
3302
3342
|
} | {
|
|
3303
3343
|
name: "layers-filled";
|
|
3304
3344
|
data: string;
|
|
@@ -3863,9 +3903,6 @@ export declare const ciAll: ({
|
|
|
3863
3903
|
} | {
|
|
3864
3904
|
name: "video-outlined";
|
|
3865
3905
|
data: string;
|
|
3866
|
-
} | {
|
|
3867
|
-
name: "w-alert-outlined";
|
|
3868
|
-
data: string;
|
|
3869
3906
|
} | {
|
|
3870
3907
|
name: "w-birthdays-upcoming-outlined";
|
|
3871
3908
|
data: string;
|
|
@@ -3884,6 +3921,12 @@ export declare const ciAll: ({
|
|
|
3884
3921
|
} | {
|
|
3885
3922
|
name: "w-button-outlined";
|
|
3886
3923
|
data: string;
|
|
3924
|
+
} | {
|
|
3925
|
+
name: "w-callout-outlined";
|
|
3926
|
+
data: string;
|
|
3927
|
+
} | {
|
|
3928
|
+
name: "w-code-outlined";
|
|
3929
|
+
data: string;
|
|
3887
3930
|
} | {
|
|
3888
3931
|
name: "w-colleagues-new-outlined";
|
|
3889
3932
|
data: string;
|
|
@@ -3927,10 +3970,10 @@ export declare const ciAll: ({
|
|
|
3927
3970
|
name: "w-headline-outlined";
|
|
3928
3971
|
data: string;
|
|
3929
3972
|
} | {
|
|
3930
|
-
name: "w-hero-
|
|
3973
|
+
name: "w-hero-image-outlined";
|
|
3931
3974
|
data: string;
|
|
3932
3975
|
} | {
|
|
3933
|
-
name: "w-
|
|
3976
|
+
name: "w-hero-teaser-outlined";
|
|
3934
3977
|
data: string;
|
|
3935
3978
|
} | {
|
|
3936
3979
|
name: "w-iframe-outlined";
|
|
@@ -3962,6 +4005,9 @@ export declare const ciAll: ({
|
|
|
3962
4005
|
} | {
|
|
3963
4006
|
name: "w-rss-feed-outlined";
|
|
3964
4007
|
data: string;
|
|
4008
|
+
} | {
|
|
4009
|
+
name: "w-rte-outlined";
|
|
4010
|
+
data: string;
|
|
3965
4011
|
} | {
|
|
3966
4012
|
name: "w-subscriptions-outlined";
|
|
3967
4013
|
data: string;
|
|
@@ -3977,6 +4023,9 @@ export declare const ciAll: ({
|
|
|
3977
4023
|
} | {
|
|
3978
4024
|
name: "w-text-outlined";
|
|
3979
4025
|
data: string;
|
|
4026
|
+
} | {
|
|
4027
|
+
name: "w-time-off-outlined";
|
|
4028
|
+
data: string;
|
|
3980
4029
|
} | {
|
|
3981
4030
|
name: "w-video-outlined";
|
|
3982
4031
|
data: string;
|
|
@@ -1295,6 +1295,18 @@ export const ciGroupOutlined = {
|
|
|
1295
1295
|
name: 'group-outlined',
|
|
1296
1296
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M16 4.25c-2.09 0-3.75 1.737-3.75 3.836 0 1.041.407 2.064 1.056 2.83.651.769 1.597 1.334 2.694 1.334s2.043-.565 2.694-1.333c.65-.767 1.056-1.79 1.056-2.831 0-2.099-1.66-3.836-3.75-3.836m-2.25 3.836c0-1.31 1.027-2.336 2.25-2.336s2.25 1.026 2.25 2.336c0 .662-.265 1.347-.7 1.861-.436.513-.99.803-1.55.803s-1.114-.29-1.55-.803a2.95 2.95 0 0 1-.7-1.861M7.5 6.25c-1.825 0-3.25 1.536-3.25 3.361 0 .907.348 1.797.906 2.466.559.669 1.38 1.173 2.344 1.173s1.785-.504 2.344-1.173a3.9 3.9 0 0 0 .906-2.466c0-1.825-1.425-3.361-3.25-3.361M5.75 9.611c0-1.059.814-1.861 1.75-1.861s1.75.802 1.75 1.861a2.4 2.4 0 0 1-.558 1.505c-.346.415-.775.634-1.192.634s-.846-.22-1.192-.634A2.4 2.4 0 0 1 5.75 9.61Z" clip-rule="evenodd"/><path d="M10.309 16.091c.937-1.441 2.663-2.841 5.691-2.841s4.754 1.4 5.691 2.841c.458.704.72 1.403.867 1.923.17.603.437 1.64-.483 1.732-.767.077-.809-.787-.96-1.323a5.6 5.6 0 0 0-.681-1.514C19.746 15.85 18.472 14.75 16 14.75s-3.746 1.1-4.434 2.159a5.6 5.6 0 0 0-.68 1.514c-.153.538-.191 1.4-.96 1.323-.92-.092-.654-1.13-.484-1.732.148-.52.41-1.219.867-1.923M7.5 14.25c.866 0 1.618.11 2.27.297-.277.448-.51.91-.709 1.366A7 7 0 0 0 7.5 15.75c-2.287 0-3.438.89-4.04 1.698a4 4 0 0 0-.596 1.159c-.128.516-.242 1.22-.95 1.138-.833-.095-.66-1.04-.477-1.602.14-.433.389-1.01.82-1.591.889-1.192 2.488-2.302 5.243-2.302"/></svg>`,
|
|
1297
1297
|
};
|
|
1298
|
+
export const ciHaiiloDark = {
|
|
1299
|
+
name: 'haiilo-dark',
|
|
1300
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g fill="#000" clip-path="url(#haiilo-dark_svg__a)"><path d="M2.047 12.89c.1.997.863 1.87 1.92 2.053 1.606.283 3.065-1.082 2.724-2.723-.174-.84-.757-1.293-1.104-2.14-.676-1.686-.676-3.504.3-5.27.228-.406.502-.774.83-1.122l.014-.013.026-.026-.026.013C3.05 5.926 1.732 9.785 2.047 12.89m14.239-9.746c-.917-.42-2.081-.236-2.784.564a2.29 2.29 0 0 0 .99 3.695c.83.282 1.52.026 2.45.17 1.833.283 3.412 1.221 4.47 2.94.24.394.427.828.561 1.267v.013l.014.04v-.027c-.1-4.259-2.81-7.35-5.701-8.662M5.078 19.058c.763.761 2.697 2.304 5.788 2.645 2.522.282 5.748-.453 8.043-2.658 1.278-1.22 2.482-2.98 2.623-4.555.06-.656-.04-2.323-1.82-3.471s-3.814-.354-4.644.479c-.79.814-1.171 1.588-1.258 2.822-.214 2.828-2.683 4.896-5.045 5.257-1.653.255-2.837-.125-3.687-.519" opacity=".2"/><path d="M14.633 4.338a3.7 3.7 0 0 0-2.784-2.04c-1.177-.198-2.422.163-3.5.577a10.02 10.02 0 0 0-5.125 4.462c-1.07 1.923-1.257 3.846-1.184 5.027a6.6 6.6 0 0 1 1.191-1.588c.442-.42.93-.774 1.466-1.043 1.077-.552 2.194-.729 3.412-.637.944.06 1.76.48 2.563.617.803.125 1.559-.026 2.281-.38a3.74 3.74 0 0 0 1.673-4.988zm2.422-.801-.027-.013.027.027.014.013q.493.503.856 1.096c1.017 1.745 1.077 3.557.442 5.27-.328.86-.89 1.332-1.044 2.178-.288 1.647 1.204 2.967 2.797 2.645 1.057-.21 1.78-1.122 1.86-2.107.24-3.117-1.178-6.956-4.918-9.109zm.188 14.871c-2.37.296-5.32-1.01-6.337-3.681-.442-1.155-1.017-1.812-2.007-2.363-1.03-.59-3.212-.8-4.597.8-1.379 1.589-1.004 3.217-.763 3.827.575 1.477 2.248 2.841 3.814 3.668 2.837 1.49 6.15 1.333 8.484.368 2.864-1.181 4.283-3.176 4.805-4.121-.703.616-1.733 1.292-3.4 1.502Z"/></g><defs><clipPath id="haiilo-dark_svg__a"><path fill="#fff" d="M2 2.238h20v19.524H2z"/></clipPath></defs></svg>`,
|
|
1301
|
+
};
|
|
1302
|
+
export const ciHaiiloLight = {
|
|
1303
|
+
name: 'haiilo-light',
|
|
1304
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g fill="#fff" clip-path="url(#haiilo-light_svg__a)"><path d="M2.047 12.89c.1.997.863 1.87 1.92 2.053 1.606.283 3.065-1.082 2.724-2.723-.174-.84-.757-1.293-1.104-2.14-.676-1.686-.676-3.504.3-5.27.228-.406.502-.774.83-1.122l.014-.013.026-.026-.026.013C3.05 5.926 1.732 9.785 2.047 12.89m14.239-9.746c-.917-.42-2.081-.236-2.784.564a2.29 2.29 0 0 0 .99 3.695c.83.282 1.52.026 2.45.17 1.833.283 3.412 1.221 4.47 2.94.24.394.427.828.561 1.267v.013l.014.04v-.027c-.1-4.259-2.81-7.35-5.701-8.662M5.078 19.058c.763.761 2.696 2.304 5.788 2.645 2.522.282 5.748-.453 8.043-2.658 1.278-1.22 2.482-2.98 2.623-4.555.06-.656-.04-2.323-1.82-3.471s-3.814-.354-4.644.479c-.79.814-1.171 1.588-1.258 2.822-.214 2.828-2.683 4.896-5.045 5.257-1.653.255-2.837-.125-3.687-.519" opacity=".2"/><path d="M14.633 4.338a3.7 3.7 0 0 0-2.783-2.04c-1.178-.198-2.423.163-3.5.577a10.02 10.02 0 0 0-5.126 4.462c-1.07 1.923-1.257 3.846-1.184 5.027a6.6 6.6 0 0 1 1.191-1.588c.442-.42.93-.774 1.466-1.043 1.077-.552 2.194-.729 3.412-.637.944.06 1.76.48 2.563.617.803.125 1.559-.026 2.281-.38a3.74 3.74 0 0 0 1.673-4.988zm2.422-.801-.027-.013.027.027.014.013q.493.503.856 1.096c1.017 1.745 1.077 3.557.442 5.27-.328.86-.89 1.332-1.044 2.178-.288 1.647 1.204 2.967 2.797 2.645 1.057-.21 1.78-1.122 1.86-2.107.24-3.117-1.178-6.956-4.918-9.109zm.188 14.871c-2.37.296-5.32-1.01-6.337-3.681-.442-1.155-1.017-1.812-2.007-2.363-1.03-.59-3.212-.8-4.597.8-1.379 1.589-1.004 3.217-.763 3.827.575 1.477 2.248 2.841 3.814 3.668 2.837 1.49 6.15 1.333 8.484.368 2.864-1.181 4.283-3.176 4.805-4.121-.703.616-1.733 1.292-3.4 1.502Z"/></g><defs><clipPath id="haiilo-light_svg__a"><path fill="#fff" d="M2 2.238h20v19.524H2z"/></clipPath></defs></svg>`,
|
|
1305
|
+
};
|
|
1306
|
+
export const ciHaiilo = {
|
|
1307
|
+
name: 'haiilo',
|
|
1308
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#haiilo_svg__a)"><path fill="#CEF0F3" d="M2.047 12.89c.1.997.863 1.87 1.92 2.053 1.606.283 3.065-1.082 2.724-2.723-.174-.84-.757-1.293-1.104-2.14-.676-1.686-.676-3.504.3-5.27.228-.406.502-.774.83-1.122l.014-.013.026-.026-.026.013C3.05 5.926 1.732 9.785 2.047 12.89m14.239-9.746c-.917-.42-2.081-.236-2.784.564a2.29 2.29 0 0 0 .99 3.695c.83.282 1.52.026 2.45.17 1.833.283 3.412 1.221 4.47 2.94.24.394.427.828.561 1.267v.013l.014.04v-.027c-.1-4.259-2.81-7.35-5.701-8.662M5.078 19.058c.763.761 2.697 2.304 5.788 2.645 2.522.282 5.748-.453 8.043-2.658 1.278-1.22 2.482-2.98 2.623-4.555.06-.656-.04-2.323-1.82-3.471s-3.814-.354-4.644.479c-.79.814-1.171 1.588-1.258 2.822-.214 2.828-2.683 4.896-5.045 5.257-1.653.255-2.837-.125-3.687-.519"/><path fill="#31BFCD" d="M14.633 4.338a3.7 3.7 0 0 0-2.784-2.04c-1.177-.198-2.422.163-3.5.577a10.02 10.02 0 0 0-5.125 4.462c-1.07 1.923-1.257 3.846-1.184 5.027a6.6 6.6 0 0 1 1.191-1.588c.442-.42.93-.774 1.466-1.043 1.077-.552 2.194-.729 3.412-.637.944.06 1.76.48 2.563.617.803.125 1.559-.026 2.281-.38a3.74 3.74 0 0 0 1.673-4.988zm2.422-.801-.027-.013.027.027.014.013q.493.503.856 1.096c1.017 1.745 1.077 3.557.442 5.27-.328.86-.89 1.332-1.044 2.178-.288 1.647 1.204 2.967 2.797 2.645 1.057-.21 1.78-1.122 1.86-2.107.24-3.117-1.178-6.956-4.918-9.109zm.188 14.871c-2.37.296-5.32-1.01-6.337-3.681-.442-1.155-1.017-1.812-2.007-2.363-1.03-.59-3.212-.8-4.597.8-1.379 1.589-1.004 3.217-.763 3.827.575 1.477 2.248 2.841 3.814 3.668 2.837 1.49 6.15 1.333 8.484.368 2.864-1.181 4.283-3.176 4.805-4.121-.703.616-1.733 1.292-3.4 1.502Z"/></g><defs><clipPath id="haiilo_svg__a"><path fill="#fff" d="M2 2.238h20v19.524H2z"/></clipPath></defs></svg>`,
|
|
1309
|
+
};
|
|
1298
1310
|
export const ciHalfStarFilled = {
|
|
1299
1311
|
name: 'half-star-filled',
|
|
1300
1312
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M12.1 3.206a.74.74 0 0 0-.788.456L9.535 7.933a.75.75 0 0 1-.632.46l-4.612.37a.75.75 0 0 0-.428 1.317l3.514 3.01a.75.75 0 0 1 .241.743l-1.073 4.5a.75.75 0 0 0 1.12.814l3.948-2.411a.75.75 0 0 1 .487-.104z" clip-rule="evenodd"/></svg>`,
|
|
@@ -1347,6 +1359,10 @@ export const ciJira = {
|
|
|
1347
1359
|
name: 'jira',
|
|
1348
1360
|
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#2684FF" d="M20.133 3H11.02a3.86 3.86 0 0 0 1.205 2.788 4.2 4.2 0 0 0 2.909 1.154h1.678v1.553c.002 2.176 1.842 3.939 4.111 3.94V3.758c0-.419-.353-.758-.79-.758"/><path fill="url(#jira_svg__a)" d="M15.624 7.351H6.511c.002 2.176 1.842 3.939 4.111 3.94h1.679v1.558c.003 2.175 1.844 3.937 4.114 3.937V8.11c0-.419-.354-.758-.791-.758Z"/><path fill="url(#jira_svg__b)" d="M11.113 11.7H2c0 2.177 1.842 3.942 4.114 3.942h1.683v1.553c.002 2.174 1.838 3.936 4.106 3.94v-8.677c0-.419-.354-.758-.79-.758"/><defs><linearGradient id="jira_svg__a" x1="16.709" x2="9.628" y1="-.52" y2="7.145" gradientUnits="userSpaceOnUse"><stop offset=".18" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient><linearGradient id="jira_svg__b" x1="290.42" x2="131.867" y1="259.03" y2="422.764" gradientUnits="userSpaceOnUse"><stop offset=".18" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient></defs></svg>`,
|
|
1349
1361
|
};
|
|
1362
|
+
export const ciKudos = {
|
|
1363
|
+
name: 'kudos',
|
|
1364
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M15.143 7.25a1.61 1.61 0 0 1 1.488 1h.869c.912 0 1.878.797 1.582 1.927a7 7 0 0 1-1.077 2.288c-.242.33-.524.637-.842.869-.316.23-.712.416-1.163.416h-1.086a4.7 4.7 0 0 1-2.164.94v1.56H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-1.56a4.7 4.7 0 0 1-2.164-.94H8c-.45 0-.848-.187-1.163-.416a4 4 0 0 1-.842-.87 7 7 0 0 1-1.077-2.287c-.296-1.13.67-1.927 1.582-1.927h.87c.24-.586.815-1 1.487-1zm-6.286 1.5a.11.11 0 0 0-.107.107V10a3.25 3.25 0 0 0 6.5 0V8.857a.11.11 0 0 0-.107-.107zm-2.357 1c-.073 0-.117.03-.13.046a5.6 5.6 0 0 0 .835 1.783c.181.247.359.429.515.542l.045.03A4.7 4.7 0 0 1 7.25 10v-.25zm10.25.25c0 .774-.186 1.504-.515 2.15l.045-.029c.156-.113.334-.295.515-.542a5.6 5.6 0 0 0 .836-1.783.18.18 0 0 0-.131-.046h-.75z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.038 1.929a2.75 2.75 0 0 1 3.924 0l.528.537a1.25 1.25 0 0 0 1.099.357l.743-.125a2.75 2.75 0 0 1 3.176 2.307l.11.746c.06.403.315.752.68.934l.675.336a2.75 2.75 0 0 1 1.213 3.733l-.35.668a1.25 1.25 0 0 0 0 1.156l.35.668a2.75 2.75 0 0 1-1.213 3.732l-.675.336c-.365.182-.62.531-.68.935l-.11.746a2.75 2.75 0 0 1-3.176 2.307l-.743-.125a1.25 1.25 0 0 0-1.099.357l-.528.537a2.75 2.75 0 0 1-3.924 0l-.528-.537a1.25 1.25 0 0 0-1.099-.357l-.743.125a2.75 2.75 0 0 1-3.176-2.307l-.11-.746a1.25 1.25 0 0 0-.68-.935l-.675-.336a2.75 2.75 0 0 1-1.213-3.732l.349-.668a1.25 1.25 0 0 0 0-1.156l-.349-.668A2.75 2.75 0 0 1 3.027 7.02l.675-.336c.365-.182.62-.53.68-.934l.11-.746a2.75 2.75 0 0 1 3.176-2.307l.743.125a1.25 1.25 0 0 0 1.099-.357l.528-.537Zm2.854 1.05a1.25 1.25 0 0 0-1.784 0l-.528.537a2.75 2.75 0 0 1-2.418.787l-.743-.125a1.25 1.25 0 0 0-1.443 1.048l-.11.746A2.75 2.75 0 0 1 4.37 8.028l-.675.336a1.25 1.25 0 0 0-.55 1.696l.347.668a2.75 2.75 0 0 1 0 2.543l-.348.668a1.25 1.25 0 0 0 .551 1.697l.675.336a2.75 2.75 0 0 1 1.494 2.056l.11.745a1.25 1.25 0 0 0 1.444 1.05l.743-.126a2.75 2.75 0 0 1 2.418.786l.528.537a1.25 1.25 0 0 0 1.784 0l.528-.537a2.75 2.75 0 0 1 2.418-.786l.743.125a1.25 1.25 0 0 0 1.443-1.049l.11-.745a2.75 2.75 0 0 1 1.495-2.056l.675-.336a1.25 1.25 0 0 0 .55-1.697l-.347-.668a2.75 2.75 0 0 1 0-2.543l.347-.668a1.25 1.25 0 0 0-.55-1.696l-.675-.336a2.75 2.75 0 0 1-1.494-2.056l-.11-.746a1.25 1.25 0 0 0-1.444-1.048l-.743.125a2.75 2.75 0 0 1-2.418-.787z" clip-rule="evenodd"/></svg>`,
|
|
1365
|
+
};
|
|
1350
1366
|
export const ciLayersFilled = {
|
|
1351
1367
|
name: 'layers-filled',
|
|
1352
1368
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.568 3.177a1 1 0 0 0-1.136 0l-7 4.833a1 1 0 0 0 0 1.646l7 4.834a1 1 0 0 0 1.136 0l7-4.834a1 1 0 0 0 0-1.646z"/><path d="M5.581 14.186a1 1 0 0 0-1.162 1.628l7 5a1 1 0 0 0 1.162 0l7-5a1 1 0 0 0-1.162-1.628L12 18.771z"/></svg>`,
|
|
@@ -2099,13 +2115,9 @@ export const ciVideoOutlined = {
|
|
|
2099
2115
|
name: 'video-outlined',
|
|
2100
2116
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.757 9.454a.5.5 0 0 0-.757.43v4.233a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858z"/><path fill-rule="evenodd" d="M5 4.25A2.75 2.75 0 0 0 2.25 7v10A2.75 2.75 0 0 0 5 19.75h14A2.75 2.75 0 0 0 21.75 17V7A2.75 2.75 0 0 0 19 4.25zM3.75 7c0-.69.56-1.25 1.25-1.25h14c.69 0 1.25.56 1.25 1.25v10c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25z" clip-rule="evenodd"/></svg>`,
|
|
2101
2117
|
};
|
|
2102
|
-
export const ciWAlertOutlined = {
|
|
2103
|
-
name: 'w-alert-outlined',
|
|
2104
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7.25a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M5 3.25A1.75 1.75 0 0 0 3.25 5v14c0 .966.784 1.75 1.75 1.75h14A1.75 1.75 0 0 0 20.75 19V5A1.75 1.75 0 0 0 19 3.25zM4.75 5A.25.25 0 0 1 5 4.75h14a.25.25 0 0 1 .25.25v14a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25z" clip-rule="evenodd"/></svg>`,
|
|
2105
|
-
};
|
|
2106
2118
|
export const ciWBirthdaysUpcomingOutlined = {
|
|
2107
2119
|
name: 'w-birthdays-upcoming-outlined',
|
|
2108
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
2120
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.898 6.485c.274-1.37 1.965-1.882 2.953-.894l9.358 9.357c.988.989.477 2.68-.894 2.953l-11.697 2.34a1.75 1.75 0 0 1-2.06-2.06zm-.868 11.99a.25.25 0 0 0 .294.296l3.925-.787-3.435-3.435-.784 3.927Zm1.136-5.68q.016.01.032.024l.058.05 4.675 4.676.051.057q.013.015.024.032l2.332-.467-6.706-6.706zM7.79 6.65a.25.25 0 0 0-.422.128l-.384 1.914 8.12 8.12 1.915-.382a.25.25 0 0 0 .128-.422L7.791 6.65Zm10.397 3.806a.75.75 0 0 1 1.004-.052l.057.052 1.312 1.313.052.056a.75.75 0 0 1-1.112 1.004l-1.313-1.312a.75.75 0 0 1 0-1.06Zm2.262-3.463a.75.75 0 0 1 .475 1.424l-1.97.656a.75.75 0 0 1-.474-1.423zM18.718 3.02a.75.75 0 0 1 .75.75h-.75.75v.047l-.005.09a3.2 3.2 0 0 1-.32 1.182 2.5 2.5 0 0 1-.838.966c-.414.275-.932.433-1.555.433-.36 0-.581.089-.722.182a1 1 0 0 0-.33.388 1.7 1.7 0 0 0-.167.652v.004l-.004.07a.75.75 0 0 1-1.496-.077h.75-.75V7.69l.001-.03a3 3 0 0 1 .04-.384 3.2 3.2 0 0 1 .284-.888 2.5 2.5 0 0 1 .84-.966c.413-.275.93-.434 1.554-.434.36 0 .582-.088.722-.181a1 1 0 0 0 .33-.388 1.7 1.7 0 0 0 .166-.652v-.004a.75.75 0 0 1 .75-.743m-6.655 2.06V3.112a.75.75 0 0 1 1.5 0v1.97a.75.75 0 0 1-1.5 0Z"/></svg>`,
|
|
2109
2121
|
};
|
|
2110
2122
|
export const ciWBlogArticleNewOutlined = {
|
|
2111
2123
|
name: 'w-blog-article-new-outlined',
|
|
@@ -2127,13 +2139,21 @@ export const ciWButtonOutlined = {
|
|
|
2127
2139
|
name: 'w-button-outlined',
|
|
2128
2140
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 12.75h10v-1.5H7z"/><path fill-rule="evenodd" d="M6 4.25A3.75 3.75 0 0 0 2.25 8v8A3.75 3.75 0 0 0 6 19.75h12A3.75 3.75 0 0 0 21.75 16V8A3.75 3.75 0 0 0 18 4.25zM3.75 8A2.25 2.25 0 0 1 6 5.75h12A2.25 2.25 0 0 1 20.25 8v8A2.25 2.25 0 0 1 18 18.25H6A2.25 2.25 0 0 1 3.75 16z" clip-rule="evenodd"/></svg>`,
|
|
2129
2141
|
};
|
|
2142
|
+
export const ciWCalloutOutlined = {
|
|
2143
|
+
name: 'w-callout-outlined',
|
|
2144
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7.25a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M5 3.25A1.75 1.75 0 0 0 3.25 5v14c0 .966.784 1.75 1.75 1.75h14A1.75 1.75 0 0 0 20.75 19V5A1.75 1.75 0 0 0 19 3.25zM4.75 5A.25.25 0 0 1 5 4.75h14a.25.25 0 0 1 .25.25v14a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25z" clip-rule="evenodd"/></svg>`,
|
|
2145
|
+
};
|
|
2146
|
+
export const ciWCodeOutlined = {
|
|
2147
|
+
name: 'w-code-outlined',
|
|
2148
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.721 5.206a.75.75 0 1 0-1.442-.412l-4 14a.75.75 0 1 0 1.442.412zM7.53 7.47a.75.75 0 0 1 0 1.06L4.06 12l3.47 3.47a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 1.06 0m8.94 0a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L19.94 12l-3.47-3.47a.75.75 0 0 1 0-1.06"/></svg>`,
|
|
2149
|
+
};
|
|
2130
2150
|
export const ciWColleaguesNewOutlined = {
|
|
2131
2151
|
name: 'w-colleagues-new-outlined',
|
|
2132
2152
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M11.86 12.793a4.75 4.75 0 1 0-5.72 0c-2.256.899-3.89 2.834-3.89 5.207a.75.75 0 0 0 1.5 0c0-2.225 2.217-4.25 5.25-4.25s5.25 2.025 5.25 4.25a.75.75 0 0 0 1.5 0c0-2.373-1.634-4.309-3.89-5.207M5.75 9a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.25 10.5a3.25 3.25 0 1 1 5.517 2.33c1.168.646 1.983 1.787 1.983 3.17a.75.75 0 0 1-1.5 0c0-1.138-1.119-2.25-2.75-2.25-.636 0-1.212.177-1.67.465a.75.75 0 1 1-.799-1.27q.099-.06.2-.118a3.24 3.24 0 0 1-.981-2.327m3.25-1.75a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5" clip-rule="evenodd"/></svg>`,
|
|
2133
2153
|
};
|
|
2134
2154
|
export const ciWCompleteProfileOutlined = {
|
|
2135
2155
|
name: 'w-complete-profile-outlined',
|
|
2136
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="
|
|
2156
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M13.207 2.435c4.876.539 8.668 4.671 8.668 9.69a9.75 9.75 0 0 1-9.75 9.75c-5.019 0-9.151-3.792-9.69-8.668l1.49-.165a8.2 8.2 0 0 0 1.662 4.114c.355-.787 1.115-1.4 1.96-1.823.814-.407 1.814-.7 2.914-.848a3.75 3.75 0 1 1 3.327 0c1.1.148 2.1.44 2.915.848.845.422 1.603 1.036 1.958 1.822a8.2 8.2 0 0 0 1.714-5.03 8.253 8.253 0 0 0-7.333-8.2l.083-.745zm-1.082 13.44c-1.566 0-2.946.32-3.907.8-1.006.503-1.343 1.059-1.343 1.45 0 .11-.025.212-.067.306a8.22 8.22 0 0 0 5.317 1.944c2.026 0 3.88-.732 5.316-1.944a.75.75 0 0 1-.066-.306c0-.391-.337-.947-1.343-1.45-.961-.48-2.341-.8-3.907-.8m0-7a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5" clip-rule="evenodd"/><path d="M3.098 12.379a.75.75 0 0 1 .827.663l-1.49.165a.75.75 0 0 1 .663-.828m.027-4.254a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m4-2a1 1 0 1 1 0 2 1 1 0 0 1 0-2m4.082.31-.165 1.49a.75.75 0 0 1 .165-1.49"/></svg>`,
|
|
2137
2157
|
};
|
|
2138
2158
|
export const ciWDividerOutlined = {
|
|
2139
2159
|
name: 'w-divider-outlined',
|
|
@@ -2161,7 +2181,7 @@ export const ciWDownloadOutlined = {
|
|
|
2161
2181
|
};
|
|
2162
2182
|
export const ciWEventsUpcomingOutlined = {
|
|
2163
2183
|
name: 'w-events-upcoming-outlined',
|
|
2164
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="
|
|
2184
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.308 17.7H11.77v-5.813h-.043l-1.665 1.043v-1.363l1.8-1.14h1.446z"/><path fill-rule="evenodd" d="M16.8 3.45c.547 0 1.004-.001 1.375.03.38.03.736.098 1.073.27.517.263.938.684 1.202 1.202.172.337.24.693.27 1.073.031.371.03.827.03 1.375V17c0 .547.001 1.004-.03 1.375-.03.38-.098.736-.27 1.073a2.75 2.75 0 0 1-1.202 1.202c-.337.172-.694.24-1.073.27-.371.031-.828.03-1.375.03H7.2c-.547 0-1.004.001-1.375-.03-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.202-1.202c-.172-.337-.24-.694-.27-1.073-.031-.371-.03-.828-.03-1.375V7.4c0-.548-.001-1.004.03-1.375.03-.38.098-.736.27-1.073A2.75 2.75 0 0 1 4.752 3.75c.337-.172.693-.24 1.073-.27.371-.031.828-.03 1.375-.03zM4.75 8.95V17c0 .572 0 .957.024 1.253.024.287.067.424.113.514.12.236.31.426.546.546.09.046.227.09.514.113.296.024.68.024 1.253.024h9.6c.572 0 .957 0 1.253-.024.287-.024.424-.067.514-.113.235-.12.427-.31.546-.546.046-.09.09-.227.113-.514.024-.296.024-.68.024-1.253V8.95zm2.45-4c-.572 0-.957 0-1.253.024-.287.024-.424.067-.514.113a1.25 1.25 0 0 0-.546.546c-.046.09-.09.227-.113.514-.024.296-.024.68-.024 1.253v.05h14.5V7.4c0-.572 0-.957-.024-1.253-.024-.287-.067-.424-.113-.514a1.25 1.25 0 0 0-.546-.546c-.09-.046-.227-.09-.514-.113-.296-.024-.68-.024-1.253-.024z" clip-rule="evenodd"/></svg>`,
|
|
2165
2185
|
};
|
|
2166
2186
|
export const ciWFacegameOutlined = {
|
|
2167
2187
|
name: 'w-facegame-outlined',
|
|
@@ -2169,7 +2189,7 @@ export const ciWFacegameOutlined = {
|
|
|
2169
2189
|
};
|
|
2170
2190
|
export const ciWFeedOutlined = {
|
|
2171
2191
|
name: 'w-feed-outlined',
|
|
2172
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24
|
|
2192
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25"><path d="M12 19.85a.75.75 0 1 1 0 1.5H4a.75.75 0 0 1 0-1.5zm4-4a.75.75 0 1 1 0 1.5H4a.75.75 0 0 1 0-1.5zm-11.25-4h14.5v-6.5H4.75zm16 .25c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25v-7c0-.69.56-1.25 1.25-1.25h15c.69 0 1.25.56 1.25 1.25z"/></svg>`,
|
|
2173
2193
|
};
|
|
2174
2194
|
export const ciWGalleryOutlined = {
|
|
2175
2195
|
name: 'w-gallery-outlined',
|
|
@@ -2183,17 +2203,17 @@ export const ciWHeadlineOutlined = {
|
|
|
2183
2203
|
name: 'w-headline-outlined',
|
|
2184
2204
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 5.25a.75.75 0 0 1 .75.75v12a.75.75 0 0 1-1.5 0v-5.25h-8.5V18a.75.75 0 0 1-1.5 0V6a.75.75 0 0 1 1.5 0v5.25h8.5V6a.75.75 0 0 1 .75-.75"/></svg>`,
|
|
2185
2205
|
};
|
|
2206
|
+
export const ciWHeroImageOutlined = {
|
|
2207
|
+
name: 'w-hero-image-outlined',
|
|
2208
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.571 8.712a.5.5 0 0 1 .858 0l.778 1.294c.07.116.184.199.316.23l1.472.34a.5.5 0 0 1 .265.816l-.99 1.14a.5.5 0 0 0-.122.371l.131 1.505a.5.5 0 0 1-.693.504l-1.39-.59a.5.5 0 0 0-.391 0l-1.39.59a.5.5 0 0 1-.694-.504l.13-1.505a.5.5 0 0 0-.12-.37l-.99-1.141a.5.5 0 0 1 .264-.816l1.472-.34a.5.5 0 0 0 .316-.23z"/><path fill-rule="evenodd" d="M19 3.25A2.75 2.75 0 0 1 21.75 6v12A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25zM5 4.75c-.69 0-1.25.56-1.25 1.25v12c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25z" clip-rule="evenodd"/></svg>`,
|
|
2209
|
+
};
|
|
2186
2210
|
export const ciWHeroTeaserOutlined = {
|
|
2187
2211
|
name: 'w-hero-teaser-outlined',
|
|
2188
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
2189
|
-
};
|
|
2190
|
-
export const ciWHtmlOutlined = {
|
|
2191
|
-
name: 'w-html-outlined',
|
|
2192
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.721 5.206a.75.75 0 1 0-1.442-.412l-4 14a.75.75 0 1 0 1.442.412zM7.53 7.47a.75.75 0 0 1 0 1.06L4.06 12l3.47 3.47a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 1.06 0m8.94 0a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L19.94 12l-3.47-3.47a.75.75 0 0 1 0-1.06"/></svg>`,
|
|
2212
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.571 8.712a.5.5 0 0 1 .858 0l.778 1.294c.07.116.184.199.316.23l1.472.34a.5.5 0 0 1 .265.815l-.99 1.141a.5.5 0 0 0-.122.371l.131 1.505a.5.5 0 0 1-.693.504l-1.39-.59a.5.5 0 0 0-.391 0l-1.39.59a.5.5 0 0 1-.694-.504l.13-1.505a.5.5 0 0 0-.12-.37l-.99-1.142a.5.5 0 0 1 .264-.815l1.472-.34a.5.5 0 0 0 .316-.23z"/><path fill-rule="evenodd" d="M17 2.25A2.75 2.75 0 0 1 19.75 5v14A2.75 2.75 0 0 1 17 21.75H7A2.75 2.75 0 0 1 4.25 19V5A2.75 2.75 0 0 1 7 2.25zM7 3.75c-.69 0-1.25.56-1.25 1.25v14c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25V5c0-.69-.56-1.25-1.25-1.25z" clip-rule="evenodd"/><path d="M2 7.25a.75.75 0 0 1 .75.75v8a.75.75 0 0 1-1.5 0V8A.75.75 0 0 1 2 7.25m20 0a.75.75 0 0 1 .75.75v8a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75"/></svg>`,
|
|
2193
2213
|
};
|
|
2194
2214
|
export const ciWIframeOutlined = {
|
|
2195
2215
|
name: 'w-iframe-outlined',
|
|
2196
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="
|
|
2216
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.25 18v-1a.75.75 0 0 1 1.5 0v1c0 .69.56 1.25 1.25 1.25h1a.75.75 0 0 1 0 1.5H6A2.75 2.75 0 0 1 3.25 18m16 0v-1a.75.75 0 0 1 1.5 0v1A2.75 2.75 0 0 1 18 20.75h-1a.75.75 0 0 1 0-1.5h1c.69 0 1.25-.56 1.25-1.25m-3-9c0-.69-.56-1.25-1.25-1.25H9c-.69 0-1.25.56-1.25 1.25v6c0 .69.56 1.25 1.25 1.25h6c.69 0 1.25-.56 1.25-1.25zm-13-2V6A2.75 2.75 0 0 1 6 3.25h1a.75.75 0 0 1 0 1.5H6c-.69 0-1.25.56-1.25 1.25v1a.75.75 0 0 1-1.5 0m16 0V6c0-.69-.56-1.25-1.25-1.25h-1a.75.75 0 0 1 0-1.5h1A2.75 2.75 0 0 1 20.75 6v1a.75.75 0 0 1-1.5 0m-1.5 8A2.75 2.75 0 0 1 15 17.75H9A2.75 2.75 0 0 1 6.25 15V9A2.75 2.75 0 0 1 9 6.25h6A2.75 2.75 0 0 1 17.75 9z"/></svg>`,
|
|
2197
2217
|
};
|
|
2198
2218
|
export const ciWImageOutlined = {
|
|
2199
2219
|
name: 'w-image-outlined',
|
|
@@ -2201,7 +2221,7 @@ export const ciWImageOutlined = {
|
|
|
2201
2221
|
};
|
|
2202
2222
|
export const ciWLaunchpadOutlined = {
|
|
2203
2223
|
name: 'w-launchpad-outlined',
|
|
2204
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="
|
|
2224
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.374 16.683a.5.5 0 0 1-.93.07l-1.618-3.412a.5.5 0 0 0-.237-.238l-3.413-1.617a.5.5 0 0 1 .07-.93l7.865-2.36a.5.5 0 0 1 .622.623z"/><path fill-rule="evenodd" d="M12 2.18a9.75 9.75 0 0 0-9.75 9.75c0 5.384 4.365 9.75 9.75 9.75s9.75-4.366 9.75-9.75A9.75 9.75 0 0 0 12 2.18m-8.25 9.75a8.25 8.25 0 1 1 16.5 0 8.25 8.25 0 0 1-16.5 0" clip-rule="evenodd"/></svg>`,
|
|
2205
2225
|
};
|
|
2206
2226
|
export const ciWMediaOutlined = {
|
|
2207
2227
|
name: 'w-media-outlined',
|
|
@@ -2221,7 +2241,7 @@ export const ciWPluginTwitterOutlined = {
|
|
|
2221
2241
|
};
|
|
2222
2242
|
export const ciWPollOutlined = {
|
|
2223
2243
|
name: 'w-poll-outlined',
|
|
2224
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
2244
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 19V5a.75.75 0 0 1 1.5 0v14a.75.75 0 0 1-1.5 0m15.75-3.95.077.004a.75.75 0 0 1 0 1.492l-.077.004h-11a.75.75 0 0 1 0-1.5zm-7-4 .077.004a.75.75 0 0 1 0 1.492l-.077.004h-4a.75.75 0 0 1 0-1.5zm4-4 .077.004a.75.75 0 0 1 0 1.492l-.077.004h-8a.75.75 0 0 1 0-1.5z"/></svg>`,
|
|
2225
2245
|
};
|
|
2226
2246
|
export const ciWProfileOutlined = {
|
|
2227
2247
|
name: 'w-profile-outlined',
|
|
@@ -2231,29 +2251,37 @@ export const ciWRssFeedOutlined = {
|
|
|
2231
2251
|
name: 'w-rss-feed-outlined',
|
|
2232
2252
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 4.25a.75.75 0 0 0 0 1.5c6.765 0 12.25 5.485 12.25 12.25a.75.75 0 0 0 1.5 0c0-7.594-6.156-13.75-13.75-13.75"/><path d="M5.25 9A.75.75 0 0 1 6 8.25 9.75 9.75 0 0 1 15.75 18a.75.75 0 0 1-1.5 0A8.25 8.25 0 0 0 6 9.75.75.75 0 0 1 5.25 9"/><path d="M6 12.25a.75.75 0 0 0 0 1.5A4.25 4.25 0 0 1 10.25 18a.75.75 0 0 0 1.5 0A5.75 5.75 0 0 0 6 12.25M5.5 20a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/></svg>`,
|
|
2233
2253
|
};
|
|
2254
|
+
export const ciWRteOutlined = {
|
|
2255
|
+
name: 'w-rte-outlined',
|
|
2256
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.558 13.487-1.81-4.734a11 11 0 0 1-.392-1.224q-.093.365-.195.68-.094.315-.187.56l-1.802 4.718zm3.579 4.548h-1.395a.62.62 0 0 1-.39-.12.67.67 0 0 1-.222-.305l-1.079-2.83h-5.38l-1.08 2.83a.7.7 0 0 1-.221.297.6.6 0 0 1-.391.128H2.585L7.447 5.829h1.827zm5.654-3.834q-1.01.034-1.717.162-.706.119-1.147.323t-.638.484q-.195.271-.195.612 0 .322.102.561.11.229.289.383.187.144.433.212.247.068.536.068a2.95 2.95 0 0 0 1.3-.289q.28-.144.536-.348.255-.204.501-.468zm-4.862-3.595a5 5 0 0 1 1.564-1.029 5 5 0 0 1 1.862-.34q.74 0 1.309.247.57.237.96.671.392.434.587 1.037.204.603.204 1.335v5.508h-.74q-.246 0-.374-.077-.127-.085-.204-.306l-.178-.756q-.332.306-.655.544a4.6 4.6 0 0 1-.68.4 3.6 3.6 0 0 1-.748.246 4.3 4.3 0 0 1-.884.085q-.51 0-.96-.136a2.2 2.2 0 0 1-.774-.434 2.1 2.1 0 0 1-.527-.722 2.5 2.5 0 0 1-.187-1.012q0-.51.272-.977.281-.477.901-.85.63-.375 1.632-.612 1.012-.24 2.482-.272v-.63q0-.976-.416-1.461-.417-.485-1.224-.485-.544 0-.918.136a3.5 3.5 0 0 0-.638.306q-.263.162-.467.298a.7.7 0 0 1-.408.136.5.5 0 0 1-.298-.094.8.8 0 0 1-.195-.22z"/></svg>`,
|
|
2257
|
+
};
|
|
2234
2258
|
export const ciWSubscriptionsOutlined = {
|
|
2235
2259
|
name: 'w-subscriptions-outlined',
|
|
2236
2260
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.25a7.03 7.03 0 0 0-7.022 6.71l-.124 2.733a6.95 6.95 0 0 1-1.287 3.723l-.05.07c-.826 1.157.001 2.764 1.423 2.764h14.12c1.422 0 2.25-1.607 1.423-2.765l-.05-.07a.75.75 0 0 0-1.22.873l.049.07a.248.248 0 0 1-.202.392H4.94a.248.248 0 0 1-.202-.393l.05-.07a8.45 8.45 0 0 0 1.565-4.526l.124-2.733a5.53 5.53 0 0 1 7.14-5.038.75.75 0 0 0 .438-1.434A7 7 0 0 0 12 2.25"/><path d="M18.438 6.391a.75.75 0 0 1 .17 1.047l-3.6 5a.75.75 0 0 1-1.088.138l-2.4-2a.75.75 0 0 1 .96-1.152l1.782 1.485 3.13-4.347a.75.75 0 0 1 1.046-.17Zm-9.174 13.05a.75.75 0 0 1 1.059.059c.413.461 1.01.75 1.677.75.666 0 1.264-.289 1.677-.75a.75.75 0 0 1 1.118 1A3.74 3.74 0 0 1 12 21.75c-1.11 0-2.11-.484-2.795-1.25a.75.75 0 0 1 .059-1.059"/></svg>`,
|
|
2237
2261
|
};
|
|
2238
2262
|
export const ciWSuggestedCommunitiesOutlined = {
|
|
2239
2263
|
name: 'w-suggested-communities-outlined',
|
|
2240
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
2264
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.25 18a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m-6-6a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m12 0a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m-6-6a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m1.5 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m-6-6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m12 0a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m-6-6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0"/></svg>`,
|
|
2241
2265
|
};
|
|
2242
2266
|
export const ciWSuggestedPagesOutlined = {
|
|
2243
2267
|
name: 'w-suggested-pages-outlined',
|
|
2244
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
2268
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.564 14.39a.75.75 0 0 1 .872 1.22l-7 5a.75.75 0 0 1-.871 0l-7-5-.061-.048a.75.75 0 0 1 .932-1.173L12 19.078l6.564-4.689Zm-6.89-11.065a.75.75 0 0 1 .752.058l7 4.833a.75.75 0 0 1 0 1.234l-7 4.834a.75.75 0 0 1-.852 0l-7-4.834a.75.75 0 0 1 0-1.234l7-4.833zM6.319 8.833 12 12.755l5.68-3.922L12 4.91 6.32 8.833Z"/></svg>`,
|
|
2245
2269
|
};
|
|
2246
2270
|
export const ciWTeaserOutlined = {
|
|
2247
2271
|
name: 'w-teaser-outlined',
|
|
2248
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
2272
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 18.25a.75.75 0 0 1 0 1.5H6a.75.75 0 1 1 0-1.5zm5 0a.75.75 0 0 1 0 1.5h-2a.75.75 0 1 1 0-1.5zm5 0a.75.75 0 0 1 0 1.5h-2a.75.75 0 1 1 0-1.5zM19.25 7c0-.691-.56-1.25-1.25-1.25H6c-.69 0-1.25.559-1.25 1.25v6c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25zm1.5 6A2.75 2.75 0 0 1 18 15.75H6A2.75 2.75 0 0 1 3.25 13V7A2.75 2.75 0 0 1 6 4.25h12A2.75 2.75 0 0 1 20.75 7z"/></svg>`,
|
|
2249
2273
|
};
|
|
2250
2274
|
export const ciWTextOutlined = {
|
|
2251
2275
|
name: 'w-text-outlined',
|
|
2252
2276
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 5.25a.75.75 0 0 0 0 1.5h4.25V18a.75.75 0 0 0 1.5 0V6.75H17a.75.75 0 0 0 0-1.5z"/></svg>`,
|
|
2253
2277
|
};
|
|
2278
|
+
export const ciWTimeOffOutlined = {
|
|
2279
|
+
name: 'w-time-off-outlined',
|
|
2280
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M8.963 4.25A2.75 2.75 0 0 0 6.213 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2.312a2.75 2.75 0 0 0-2.75-2.75zM16.188 7c0-.69-.56-1.25-1.25-1.25H8.963c-.69 0-1.25.56-1.25 1.25zM7.713 8.5h8.475v10H7.713zm-1.5 0H4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h2.213zm11.475 10v-10H20a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5z" clip-rule="evenodd"/></svg>`,
|
|
2281
|
+
};
|
|
2254
2282
|
export const ciWVideoOutlined = {
|
|
2255
2283
|
name: 'w-video-outlined',
|
|
2256
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
2284
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 9.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.429z"/><path fill-rule="evenodd" d="M5.81 3.933a56 56 0 0 1 12.38 0 4.003 4.003 0 0 1 3.56 3.978v8.178a4.003 4.003 0 0 1-3.56 3.978 56 56 0 0 1-12.38 0 4.003 4.003 0 0 1-3.56-3.978V7.91a4.003 4.003 0 0 1 3.56-3.978Zm12.213 1.49a54.6 54.6 0 0 0-12.046 0A2.503 2.503 0 0 0 3.75 7.912v8.178c0 1.275.96 2.346 2.227 2.487 4.003.445 8.043.445 12.046 0a2.503 2.503 0 0 0 2.227-2.487V7.91c0-1.275-.96-2.346-2.227-2.487" clip-rule="evenodd"/></svg>`,
|
|
2257
2285
|
};
|
|
2258
2286
|
export const ciWWelcomeOutlined = {
|
|
2259
2287
|
name: 'w-welcome-outlined',
|
|
@@ -2608,6 +2636,9 @@ export const ciAll = [
|
|
|
2608
2636
|
ciGradientOutlined,
|
|
2609
2637
|
ciGroupFilled,
|
|
2610
2638
|
ciGroupOutlined,
|
|
2639
|
+
ciHaiiloDark,
|
|
2640
|
+
ciHaiiloLight,
|
|
2641
|
+
ciHaiilo,
|
|
2611
2642
|
ciHalfStarFilled,
|
|
2612
2643
|
ciHashBoxOutlined,
|
|
2613
2644
|
ciHashtagOutlined,
|
|
@@ -2621,6 +2652,7 @@ export const ciAll = [
|
|
|
2621
2652
|
ciItalicOutlined,
|
|
2622
2653
|
ciJiraServiceManagement,
|
|
2623
2654
|
ciJira,
|
|
2655
|
+
ciKudos,
|
|
2624
2656
|
ciLayersFilled,
|
|
2625
2657
|
ciLayersOutlined,
|
|
2626
2658
|
ciLightbulbOutlined,
|
|
@@ -2809,13 +2841,14 @@ export const ciAll = [
|
|
|
2809
2841
|
ciVideoCameraFilled,
|
|
2810
2842
|
ciVideoCameraOutlined,
|
|
2811
2843
|
ciVideoOutlined,
|
|
2812
|
-
ciWAlertOutlined,
|
|
2813
2844
|
ciWBirthdaysUpcomingOutlined,
|
|
2814
2845
|
ciWBlogArticleNewOutlined,
|
|
2815
2846
|
ciWBlogArticleOutlined,
|
|
2816
2847
|
ciWBlogArticleRecommendedOutlined,
|
|
2817
2848
|
ciWBookmarksOutlined,
|
|
2818
2849
|
ciWButtonOutlined,
|
|
2850
|
+
ciWCalloutOutlined,
|
|
2851
|
+
ciWCodeOutlined,
|
|
2819
2852
|
ciWColleaguesNewOutlined,
|
|
2820
2853
|
ciWCompleteProfileOutlined,
|
|
2821
2854
|
ciWDividerOutlined,
|
|
@@ -2830,8 +2863,8 @@ export const ciAll = [
|
|
|
2830
2863
|
ciWGalleryOutlined,
|
|
2831
2864
|
ciWHashtagsOutlined,
|
|
2832
2865
|
ciWHeadlineOutlined,
|
|
2866
|
+
ciWHeroImageOutlined,
|
|
2833
2867
|
ciWHeroTeaserOutlined,
|
|
2834
|
-
ciWHtmlOutlined,
|
|
2835
2868
|
ciWIframeOutlined,
|
|
2836
2869
|
ciWImageOutlined,
|
|
2837
2870
|
ciWLaunchpadOutlined,
|
|
@@ -2842,11 +2875,13 @@ export const ciAll = [
|
|
|
2842
2875
|
ciWPollOutlined,
|
|
2843
2876
|
ciWProfileOutlined,
|
|
2844
2877
|
ciWRssFeedOutlined,
|
|
2878
|
+
ciWRteOutlined,
|
|
2845
2879
|
ciWSubscriptionsOutlined,
|
|
2846
2880
|
ciWSuggestedCommunitiesOutlined,
|
|
2847
2881
|
ciWSuggestedPagesOutlined,
|
|
2848
2882
|
ciWTeaserOutlined,
|
|
2849
2883
|
ciWTextOutlined,
|
|
2884
|
+
ciWTimeOffOutlined,
|
|
2850
2885
|
ciWVideoOutlined,
|
|
2851
2886
|
ciWWelcomeOutlined,
|
|
2852
2887
|
ciWWikiArticleNewOutlined,
|