@nectary/components 0.49.0 → 1.0.0
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/accordion-item/index.d.ts +1 -1
- package/accordion-item/index.js +6 -3
- package/alert/index.d.ts +1 -3
- package/alert/index.js +17 -5
- package/card/index.js +1 -0
- package/chat-bubble/index.d.ts +1 -4
- package/chat-bubble/index.js +25 -7
- package/checkbox/types.d.ts +22 -0
- package/chip/index.d.ts +1 -1
- package/chip/index.js +6 -3
- package/code-tag/index.d.ts +0 -2
- package/code-tag/index.js +0 -2
- package/color-menu/index.d.ts +1 -1
- package/color-menu/index.js +8 -4
- package/color-swatch/index.d.ts +0 -1
- package/color-swatch/index.js +0 -1
- package/date-picker/index.d.ts +1 -6
- package/date-picker/index.js +19 -8
- package/dialog/index.d.ts +1 -1
- package/dialog/index.js +6 -3
- package/emoji-picker/index.d.ts +1 -9
- package/emoji-picker/index.js +10 -13
- package/file-status/index.d.ts +1 -4
- package/file-status/index.js +19 -6
- package/help-tooltip/index.d.ts +1 -1
- package/help-tooltip/index.js +6 -3
- package/horizontal-stepper/index.d.ts +0 -2
- package/horizontal-stepper/index.js +0 -2
- package/horizontal-stepper-item/index.d.ts +1 -2
- package/horizontal-stepper-item/index.js +12 -6
- package/icon/index.js +1 -1
- package/inline-alert/index.d.ts +1 -4
- package/inline-alert/index.js +15 -6
- package/input/index.d.ts +1 -1
- package/input/index.js +6 -3
- package/link/index.d.ts +1 -2
- package/link/index.js +13 -4
- package/list-item/index.d.ts +0 -1
- package/list-item/index.js +0 -1
- package/package.json +2 -2
- package/pagination/index.d.ts +1 -2
- package/pagination/index.js +13 -4
- package/progress/index.d.ts +0 -5
- package/progress/index.js +0 -5
- package/rich-text/index.d.ts +0 -1
- package/rich-text/index.js +0 -1
- package/segment-collapse/index.d.ts +1 -2
- package/segment-collapse/index.js +6 -4
- package/select-button/index.d.ts +1 -1
- package/select-button/index.js +6 -3
- package/select-menu/index.d.ts +1 -2
- package/select-menu/index.js +6 -4
- package/select-menu-option/index.d.ts +1 -1
- package/select-menu-option/index.js +6 -3
- package/spinner/types.d.ts +3 -0
- package/tabs/index.js +1 -1
- package/tabs-icon-option/index.js +1 -1
- package/tabs-option/index.js +1 -1
- package/text/index.d.ts +0 -1
- package/text/index.js +0 -1
- package/text/types.d.ts +12 -0
- package/textarea/index.js +1 -1
- package/theme/accordion-item.css +4 -0
- package/theme/alert.css +6 -0
- package/theme/chat.css +9 -0
- package/theme/chip.css +1 -0
- package/theme/color-menu.css +4 -0
- package/theme/date-picker.css +7 -0
- package/theme/dialog.css +4 -0
- package/theme/emoji-picker.css +13 -0
- package/theme/file-status.css +7 -0
- package/theme/fonts.css +4 -3
- package/theme/help-tooltip.css +5 -0
- package/theme/horizontal-stepper.css +5 -0
- package/theme/icon.css +1 -1
- package/theme/index.d.ts +22 -4
- package/theme/index.js +22 -4
- package/theme/inline-alert.css +7 -0
- package/theme/input.css +3 -0
- package/theme/link.css +5 -0
- package/theme/pagination.css +5 -0
- package/theme/segment.css +4 -0
- package/theme/select-button.css +3 -0
- package/theme/select-menu.css +6 -0
- package/theme/time-picker.css +4 -0
- package/theme/toast.css +7 -0
- package/theme/vertical-stepper.css +5 -0
- package/time-picker/index.d.ts +1 -1
- package/time-picker/index.js +6 -3
- package/title/index.d.ts +0 -1
- package/title/index.js +0 -1
- package/title/types.d.ts +12 -0
- package/toast/index.d.ts +1 -4
- package/toast/index.js +15 -6
- package/toast-manager/index.d.ts +0 -4
- package/toast-manager/index.js +1 -5
- package/utils/debounce.d.ts +4 -0
- package/utils/debounce.js +2 -1
- package/utils/dom.d.ts +1 -0
- package/utils/dom.js +8 -1
- package/utils/element.js +1 -1
- package/vertical-stepper/index.d.ts +0 -2
- package/vertical-stepper/index.js +0 -2
- package/vertical-stepper-item/index.d.ts +1 -2
- package/vertical-stepper-item/index.js +12 -6
- package/icons/360/index.d.ts +0 -11
- package/icons/360/index.js +0 -4
- package/icons/3d-rotation/index.d.ts +0 -11
- package/icons/3d-rotation/index.js +0 -4
- package/icons/4k/index.d.ts +0 -11
- package/icons/4k/index.js +0 -4
- package/icons/5g/index.d.ts +0 -11
- package/icons/5g/index.js +0 -4
- package/icons/6-ft-apart/index.d.ts +0 -11
- package/icons/6-ft-apart/index.js +0 -4
- package/icons/ac-unit/index.d.ts +0 -11
- package/icons/ac-unit/index.js +0 -4
- package/icons/access-alarm/index.d.ts +0 -11
- package/icons/access-alarm/index.js +0 -4
- package/icons/access-alarms/index.d.ts +0 -11
- package/icons/access-alarms/index.js +0 -4
- package/icons/access-time/index.d.ts +0 -11
- package/icons/access-time/index.js +0 -4
- package/icons/accessibility/index.d.ts +0 -11
- package/icons/accessibility/index.js +0 -4
- package/icons/accessibility-new/index.d.ts +0 -11
- package/icons/accessibility-new/index.js +0 -4
- package/icons/accessible/index.d.ts +0 -11
- package/icons/accessible/index.js +0 -4
- package/icons/accessible-forward/index.d.ts +0 -11
- package/icons/accessible-forward/index.js +0 -4
- package/icons/account-balance/index.d.ts +0 -11
- package/icons/account-balance/index.js +0 -4
- package/icons/account-balance-wallet/index.d.ts +0 -11
- package/icons/account-balance-wallet/index.js +0 -4
- package/icons/account-box/index.d.ts +0 -11
- package/icons/account-box/index.js +0 -4
- package/icons/account-circle/index.d.ts +0 -11
- package/icons/account-circle/index.js +0 -4
- package/icons/ad-units/index.d.ts +0 -11
- package/icons/ad-units/index.js +0 -4
- package/icons/add/index.d.ts +0 -11
- package/icons/add/index.js +0 -4
- package/icons/add-a-photo/index.d.ts +0 -11
- package/icons/add-a-photo/index.js +0 -4
- package/icons/add-alarm/index.d.ts +0 -11
- package/icons/add-alarm/index.js +0 -4
- package/icons/add-alert/index.d.ts +0 -11
- package/icons/add-alert/index.js +0 -4
- package/icons/add-box/index.d.ts +0 -11
- package/icons/add-box/index.js +0 -4
- package/icons/add-business/index.d.ts +0 -11
- package/icons/add-business/index.js +0 -4
- package/icons/add-circle/index.d.ts +0 -11
- package/icons/add-circle/index.js +0 -4
- package/icons/add-circle-outline/index.d.ts +0 -11
- package/icons/add-circle-outline/index.js +0 -4
- package/icons/add-comment/index.d.ts +0 -11
- package/icons/add-comment/index.js +0 -4
- package/icons/add-ic-call/index.d.ts +0 -11
- package/icons/add-ic-call/index.js +0 -4
- package/icons/add-location/index.d.ts +0 -11
- package/icons/add-location/index.js +0 -4
- package/icons/add-location-alt/index.d.ts +0 -11
- package/icons/add-location-alt/index.js +0 -4
- package/icons/add-photo-alternate/index.d.ts +0 -11
- package/icons/add-photo-alternate/index.js +0 -4
- package/icons/add-road/index.d.ts +0 -11
- package/icons/add-road/index.js +0 -4
- package/icons/add-shopping-cart/index.d.ts +0 -11
- package/icons/add-shopping-cart/index.js +0 -4
- package/icons/add-task/index.d.ts +0 -11
- package/icons/add-task/index.js +0 -4
- package/icons/add-to-home-screen/index.d.ts +0 -11
- package/icons/add-to-home-screen/index.js +0 -4
- package/icons/add-to-photos/index.d.ts +0 -11
- package/icons/add-to-photos/index.js +0 -4
- package/icons/add-to-queue/index.d.ts +0 -11
- package/icons/add-to-queue/index.js +0 -4
- package/icons/addchart/index.d.ts +0 -11
- package/icons/addchart/index.js +0 -4
- package/icons/adjust/index.d.ts +0 -11
- package/icons/adjust/index.js +0 -4
- package/icons/admin-panel-settings/index.d.ts +0 -11
- package/icons/admin-panel-settings/index.js +0 -4
- package/icons/agriculture/index.d.ts +0 -11
- package/icons/agriculture/index.js +0 -4
- package/icons/airplanemode-active/index.d.ts +0 -11
- package/icons/airplanemode-active/index.js +0 -4
- package/icons/airplanemode-inactive/index.d.ts +0 -11
- package/icons/airplanemode-inactive/index.js +0 -4
- package/icons/airplay/index.d.ts +0 -11
- package/icons/airplay/index.js +0 -4
- package/icons/airport-shuttle/index.d.ts +0 -11
- package/icons/airport-shuttle/index.js +0 -4
- package/icons/alarm/index.d.ts +0 -11
- package/icons/alarm/index.js +0 -4
- package/icons/alarm-add/index.d.ts +0 -11
- package/icons/alarm-add/index.js +0 -4
- package/icons/alarm-off/index.d.ts +0 -11
- package/icons/alarm-off/index.js +0 -4
- package/icons/alarm-on/index.d.ts +0 -11
- package/icons/alarm-on/index.js +0 -4
- package/icons/album/index.d.ts +0 -11
- package/icons/album/index.js +0 -4
- package/icons/all-inbox/index.d.ts +0 -11
- package/icons/all-inbox/index.js +0 -4
- package/icons/all-inclusive/index.d.ts +0 -11
- package/icons/all-inclusive/index.js +0 -4
- package/icons/all-out/index.d.ts +0 -11
- package/icons/all-out/index.js +0 -4
- package/icons/alt-route/index.d.ts +0 -11
- package/icons/alt-route/index.js +0 -4
- package/icons/alternate-email/index.d.ts +0 -11
- package/icons/alternate-email/index.js +0 -4
- package/icons/amp-stories/index.d.ts +0 -11
- package/icons/amp-stories/index.js +0 -4
- package/icons/analytics/index.d.ts +0 -11
- package/icons/analytics/index.js +0 -4
- package/icons/anchor/index.d.ts +0 -11
- package/icons/anchor/index.js +0 -4
- package/icons/android/index.d.ts +0 -11
- package/icons/android/index.js +0 -4
- package/icons/announcement/index.d.ts +0 -11
- package/icons/announcement/index.js +0 -4
- package/icons/apartment/index.d.ts +0 -11
- package/icons/apartment/index.js +0 -4
- package/icons/api/index.d.ts +0 -11
- package/icons/api/index.js +0 -4
- package/icons/app-blocking/index.d.ts +0 -11
- package/icons/app-blocking/index.js +0 -4
- package/icons/app-settings-alt/index.d.ts +0 -11
- package/icons/app-settings-alt/index.js +0 -4
- package/icons/apps/index.d.ts +0 -11
- package/icons/apps/index.js +0 -4
- package/icons/architecture/index.d.ts +0 -11
- package/icons/architecture/index.js +0 -4
- package/icons/archive/index.d.ts +0 -11
- package/icons/archive/index.js +0 -4
- package/icons/arrow-back/index.d.ts +0 -11
- package/icons/arrow-back/index.js +0 -4
- package/icons/arrow-back-ios/index.d.ts +0 -11
- package/icons/arrow-back-ios/index.js +0 -4
- package/icons/arrow-circle-down/index.d.ts +0 -11
- package/icons/arrow-circle-down/index.js +0 -4
- package/icons/arrow-circle-up/index.d.ts +0 -11
- package/icons/arrow-circle-up/index.js +0 -4
- package/icons/arrow-downward/index.d.ts +0 -11
- package/icons/arrow-downward/index.js +0 -4
- package/icons/arrow-drop-down/index.d.ts +0 -11
- package/icons/arrow-drop-down/index.js +0 -4
- package/icons/arrow-drop-down-circle/index.d.ts +0 -11
- package/icons/arrow-drop-down-circle/index.js +0 -4
- package/icons/arrow-drop-up/index.d.ts +0 -11
- package/icons/arrow-drop-up/index.js +0 -4
- package/icons/arrow-forward/index.d.ts +0 -11
- package/icons/arrow-forward/index.js +0 -4
- package/icons/arrow-forward-ios/index.d.ts +0 -11
- package/icons/arrow-forward-ios/index.js +0 -4
- package/icons/arrow-left/index.d.ts +0 -11
- package/icons/arrow-left/index.js +0 -4
- package/icons/arrow-right/index.d.ts +0 -11
- package/icons/arrow-right/index.js +0 -4
- package/icons/arrow-right-alt/index.d.ts +0 -11
- package/icons/arrow-right-alt/index.js +0 -4
- package/icons/arrow-upward/index.d.ts +0 -11
- package/icons/arrow-upward/index.js +0 -4
- package/icons/art-track/index.d.ts +0 -11
- package/icons/art-track/index.js +0 -4
- package/icons/article/index.d.ts +0 -11
- package/icons/article/index.js +0 -4
- package/icons/aspect-ratio/index.d.ts +0 -11
- package/icons/aspect-ratio/index.js +0 -4
- package/icons/assessment/index.d.ts +0 -11
- package/icons/assessment/index.js +0 -4
- package/icons/assignment/index.d.ts +0 -11
- package/icons/assignment/index.js +0 -4
- package/icons/assignment-ind/index.d.ts +0 -11
- package/icons/assignment-ind/index.js +0 -4
- package/icons/assignment-late/index.d.ts +0 -11
- package/icons/assignment-late/index.js +0 -4
- package/icons/assignment-return/index.d.ts +0 -11
- package/icons/assignment-return/index.js +0 -4
- package/icons/assignment-returned/index.d.ts +0 -11
- package/icons/assignment-returned/index.js +0 -4
- package/icons/assignment-turned-in/index.d.ts +0 -11
- package/icons/assignment-turned-in/index.js +0 -4
- package/icons/assistant/index.d.ts +0 -11
- package/icons/assistant/index.js +0 -4
- package/icons/assistant-photo/index.d.ts +0 -11
- package/icons/assistant-photo/index.js +0 -4
- package/icons/atm/index.d.ts +0 -11
- package/icons/atm/index.js +0 -4
- package/icons/attach-email/index.d.ts +0 -11
- package/icons/attach-email/index.js +0 -4
- package/icons/attach-file/index.d.ts +0 -11
- package/icons/attach-file/index.js +0 -4
- package/icons/attach-money/index.d.ts +0 -11
- package/icons/attach-money/index.js +0 -4
- package/icons/attachment/index.d.ts +0 -11
- package/icons/attachment/index.js +0 -4
- package/icons/attribution/index.d.ts +0 -11
- package/icons/attribution/index.js +0 -4
- package/icons/audiotrack/index.d.ts +0 -11
- package/icons/audiotrack/index.js +0 -4
- package/icons/auto-delete/index.d.ts +0 -11
- package/icons/auto-delete/index.js +0 -4
- package/icons/auto-mode/index.d.ts +0 -11
- package/icons/auto-mode/index.js +0 -4
- package/icons/autorenew/index.d.ts +0 -11
- package/icons/autorenew/index.js +0 -4
- package/icons/av-timer/index.d.ts +0 -11
- package/icons/av-timer/index.js +0 -4
- package/icons/baby-changing-station/index.d.ts +0 -11
- package/icons/baby-changing-station/index.js +0 -4
- package/icons/backpack/index.d.ts +0 -11
- package/icons/backpack/index.js +0 -4
- package/icons/backspace/index.d.ts +0 -11
- package/icons/backspace/index.js +0 -4
- package/icons/backup/index.d.ts +0 -11
- package/icons/backup/index.js +0 -4
- package/icons/backup-table/index.d.ts +0 -11
- package/icons/backup-table/index.js +0 -4
- package/icons/ballot/index.d.ts +0 -11
- package/icons/ballot/index.js +0 -4
- package/icons/bar-chart/index.d.ts +0 -11
- package/icons/bar-chart/index.js +0 -4
- package/icons/batch-prediction/index.d.ts +0 -11
- package/icons/batch-prediction/index.js +0 -4
- package/icons/bathtub/index.d.ts +0 -11
- package/icons/bathtub/index.js +0 -4
- package/icons/battery-alert/index.d.ts +0 -11
- package/icons/battery-alert/index.js +0 -4
- package/icons/battery-charging-full/index.d.ts +0 -11
- package/icons/battery-charging-full/index.js +0 -4
- package/icons/battery-full/index.d.ts +0 -11
- package/icons/battery-full/index.js +0 -4
- package/icons/battery-std/index.d.ts +0 -11
- package/icons/battery-std/index.js +0 -4
- package/icons/battery-unknown/index.d.ts +0 -11
- package/icons/battery-unknown/index.js +0 -4
- package/icons/beach-access/index.d.ts +0 -11
- package/icons/beach-access/index.js +0 -4
- package/icons/bedtime/index.d.ts +0 -11
- package/icons/bedtime/index.js +0 -4
- package/icons/beenhere/index.d.ts +0 -11
- package/icons/beenhere/index.js +0 -4
- package/icons/bento/index.d.ts +0 -11
- package/icons/bento/index.js +0 -4
- package/icons/bike-scooter/index.d.ts +0 -11
- package/icons/bike-scooter/index.js +0 -4
- package/icons/biotech/index.d.ts +0 -11
- package/icons/biotech/index.js +0 -4
- package/icons/blinds/index.d.ts +0 -11
- package/icons/blinds/index.js +0 -4
- package/icons/blinds-closed/index.d.ts +0 -11
- package/icons/blinds-closed/index.js +0 -4
- package/icons/block/index.d.ts +0 -11
- package/icons/block/index.js +0 -4
- package/icons/bluetooth/index.d.ts +0 -11
- package/icons/bluetooth/index.js +0 -4
- package/icons/bluetooth-connected/index.d.ts +0 -11
- package/icons/bluetooth-connected/index.js +0 -4
- package/icons/bluetooth-disabled/index.d.ts +0 -11
- package/icons/bluetooth-disabled/index.js +0 -4
- package/icons/bluetooth-searching/index.d.ts +0 -11
- package/icons/bluetooth-searching/index.js +0 -4
- package/icons/blur-circular/index.d.ts +0 -11
- package/icons/blur-circular/index.js +0 -4
- package/icons/blur-linear/index.d.ts +0 -11
- package/icons/blur-linear/index.js +0 -4
- package/icons/blur-off/index.d.ts +0 -11
- package/icons/blur-off/index.js +0 -4
- package/icons/blur-on/index.d.ts +0 -11
- package/icons/blur-on/index.js +0 -4
- package/icons/book/index.d.ts +0 -11
- package/icons/book/index.js +0 -4
- package/icons/book-online/index.d.ts +0 -11
- package/icons/book-online/index.js +0 -4
- package/icons/bookmark/index.d.ts +0 -11
- package/icons/bookmark/index.js +0 -4
- package/icons/bookmark-border/index.d.ts +0 -11
- package/icons/bookmark-border/index.js +0 -4
- package/icons/bookmarks/index.d.ts +0 -11
- package/icons/bookmarks/index.js +0 -4
- package/icons/border-all/index.d.ts +0 -11
- package/icons/border-all/index.js +0 -4
- package/icons/border-bottom/index.d.ts +0 -11
- package/icons/border-bottom/index.js +0 -4
- package/icons/border-clear/index.d.ts +0 -11
- package/icons/border-clear/index.js +0 -4
- package/icons/border-horizontal/index.d.ts +0 -11
- package/icons/border-horizontal/index.js +0 -4
- package/icons/border-inner/index.d.ts +0 -11
- package/icons/border-inner/index.js +0 -4
- package/icons/border-left/index.d.ts +0 -11
- package/icons/border-left/index.js +0 -4
- package/icons/border-outer/index.d.ts +0 -11
- package/icons/border-outer/index.js +0 -4
- package/icons/border-right/index.d.ts +0 -11
- package/icons/border-right/index.js +0 -4
- package/icons/border-style/index.d.ts +0 -11
- package/icons/border-style/index.js +0 -4
- package/icons/border-top/index.d.ts +0 -11
- package/icons/border-top/index.js +0 -4
- package/icons/border-vertical/index.d.ts +0 -11
- package/icons/border-vertical/index.js +0 -4
- package/icons/branding-watermark/index.d.ts +0 -11
- package/icons/branding-watermark/index.js +0 -4
- package/icons/brightness-1/index.d.ts +0 -11
- package/icons/brightness-1/index.js +0 -4
- package/icons/brightness-2/index.d.ts +0 -11
- package/icons/brightness-2/index.js +0 -4
- package/icons/brightness-3/index.d.ts +0 -11
- package/icons/brightness-3/index.js +0 -4
- package/icons/brightness-4/index.d.ts +0 -11
- package/icons/brightness-4/index.js +0 -4
- package/icons/brightness-5/index.d.ts +0 -11
- package/icons/brightness-5/index.js +0 -4
- package/icons/brightness-6/index.d.ts +0 -11
- package/icons/brightness-6/index.js +0 -4
- package/icons/brightness-7/index.d.ts +0 -11
- package/icons/brightness-7/index.js +0 -4
- package/icons/brightness-auto/index.d.ts +0 -11
- package/icons/brightness-auto/index.js +0 -4
- package/icons/brightness-high/index.d.ts +0 -11
- package/icons/brightness-high/index.js +0 -4
- package/icons/brightness-low/index.d.ts +0 -11
- package/icons/brightness-low/index.js +0 -4
- package/icons/brightness-medium/index.d.ts +0 -11
- package/icons/brightness-medium/index.js +0 -4
- package/icons/broadcast-on-home/index.d.ts +0 -11
- package/icons/broadcast-on-home/index.js +0 -4
- package/icons/broadcast-on-personal/index.d.ts +0 -11
- package/icons/broadcast-on-personal/index.js +0 -4
- package/icons/broken-image/index.d.ts +0 -11
- package/icons/broken-image/index.js +0 -4
- package/icons/browser-not-supported/index.d.ts +0 -11
- package/icons/browser-not-supported/index.js +0 -4
- package/icons/brush/index.d.ts +0 -11
- package/icons/brush/index.js +0 -4
- package/icons/bubble-chart/index.d.ts +0 -11
- package/icons/bubble-chart/index.js +0 -4
- package/icons/bug-report/index.d.ts +0 -11
- package/icons/bug-report/index.js +0 -4
- package/icons/build/index.d.ts +0 -11
- package/icons/build/index.js +0 -4
- package/icons/build-circle/index.d.ts +0 -11
- package/icons/build-circle/index.js +0 -4
- package/icons/burst-mode/index.d.ts +0 -11
- package/icons/burst-mode/index.js +0 -4
- package/icons/business/index.d.ts +0 -11
- package/icons/business/index.js +0 -4
- package/icons/business-center/index.d.ts +0 -11
- package/icons/business-center/index.js +0 -4
- package/icons/cached/index.d.ts +0 -11
- package/icons/cached/index.js +0 -4
- package/icons/cake/index.d.ts +0 -11
- package/icons/cake/index.js +0 -4
- package/icons/calculate/index.d.ts +0 -11
- package/icons/calculate/index.js +0 -4
- package/icons/calendar-today/index.d.ts +0 -11
- package/icons/calendar-today/index.js +0 -4
- package/icons/calendar-view-day/index.d.ts +0 -11
- package/icons/calendar-view-day/index.js +0 -4
- package/icons/call/index.d.ts +0 -11
- package/icons/call/index.js +0 -4
- package/icons/call-end/index.d.ts +0 -11
- package/icons/call-end/index.js +0 -4
- package/icons/call-made/index.d.ts +0 -11
- package/icons/call-made/index.js +0 -4
- package/icons/call-merge/index.d.ts +0 -11
- package/icons/call-merge/index.js +0 -4
- package/icons/call-missed/index.d.ts +0 -11
- package/icons/call-missed/index.js +0 -4
- package/icons/call-missed-outgoing/index.d.ts +0 -11
- package/icons/call-missed-outgoing/index.js +0 -4
- package/icons/call-received/index.d.ts +0 -11
- package/icons/call-received/index.js +0 -4
- package/icons/call-split/index.d.ts +0 -11
- package/icons/call-split/index.js +0 -4
- package/icons/call-to-action/index.d.ts +0 -11
- package/icons/call-to-action/index.js +0 -4
- package/icons/camera/index.d.ts +0 -11
- package/icons/camera/index.js +0 -4
- package/icons/camera-alt/index.d.ts +0 -11
- package/icons/camera-alt/index.js +0 -4
- package/icons/camera-enhance/index.d.ts +0 -11
- package/icons/camera-enhance/index.js +0 -4
- package/icons/camera-front/index.d.ts +0 -11
- package/icons/camera-front/index.js +0 -4
- package/icons/camera-rear/index.d.ts +0 -11
- package/icons/camera-rear/index.js +0 -4
- package/icons/camera-roll/index.d.ts +0 -11
- package/icons/camera-roll/index.js +0 -4
- package/icons/campaign/index.d.ts +0 -11
- package/icons/campaign/index.js +0 -4
- package/icons/cancel/index.d.ts +0 -11
- package/icons/cancel/index.js +0 -4
- package/icons/cancel-presentation/index.d.ts +0 -11
- package/icons/cancel-presentation/index.js +0 -4
- package/icons/cancel-schedule-send/index.d.ts +0 -11
- package/icons/cancel-schedule-send/index.js +0 -4
- package/icons/card-giftcard/index.d.ts +0 -11
- package/icons/card-giftcard/index.js +0 -4
- package/icons/card-membership/index.d.ts +0 -11
- package/icons/card-membership/index.js +0 -4
- package/icons/card-travel/index.d.ts +0 -11
- package/icons/card-travel/index.js +0 -4
- package/icons/carpenter/index.d.ts +0 -11
- package/icons/carpenter/index.js +0 -4
- package/icons/casino/index.d.ts +0 -11
- package/icons/casino/index.js +0 -4
- package/icons/cast/index.d.ts +0 -11
- package/icons/cast/index.js +0 -4
- package/icons/cast-connected/index.d.ts +0 -11
- package/icons/cast-connected/index.js +0 -4
- package/icons/cast-for-education/index.d.ts +0 -11
- package/icons/cast-for-education/index.js +0 -4
- package/icons/category/index.d.ts +0 -11
- package/icons/category/index.js +0 -4
- package/icons/center-focus-strong/index.d.ts +0 -11
- package/icons/center-focus-strong/index.js +0 -4
- package/icons/center-focus-weak/index.d.ts +0 -11
- package/icons/center-focus-weak/index.js +0 -4
- package/icons/change-history/index.d.ts +0 -11
- package/icons/change-history/index.js +0 -4
- package/icons/charging-station/index.d.ts +0 -11
- package/icons/charging-station/index.js +0 -4
- package/icons/chat/index.d.ts +0 -11
- package/icons/chat/index.js +0 -4
- package/icons/chat-bubble/index.d.ts +0 -11
- package/icons/chat-bubble/index.js +0 -4
- package/icons/chat-bubble-outline/index.d.ts +0 -11
- package/icons/chat-bubble-outline/index.js +0 -4
- package/icons/check/index.d.ts +0 -11
- package/icons/check/index.js +0 -4
- package/icons/check-box/index.d.ts +0 -11
- package/icons/check-box/index.js +0 -4
- package/icons/check-box-outline-blank/index.d.ts +0 -11
- package/icons/check-box-outline-blank/index.js +0 -4
- package/icons/check-circle/index.d.ts +0 -11
- package/icons/check-circle/index.js +0 -4
- package/icons/check-circle-outline/index.d.ts +0 -11
- package/icons/check-circle-outline/index.js +0 -4
- package/icons/checkroom/index.d.ts +0 -11
- package/icons/checkroom/index.js +0 -4
- package/icons/chevron-left/index.d.ts +0 -11
- package/icons/chevron-left/index.js +0 -4
- package/icons/chevron-right/index.d.ts +0 -11
- package/icons/chevron-right/index.js +0 -4
- package/icons/child-care/index.d.ts +0 -11
- package/icons/child-care/index.js +0 -4
- package/icons/child-friendly/index.d.ts +0 -11
- package/icons/child-friendly/index.js +0 -4
- package/icons/chrome-reader-mode/index.d.ts +0 -11
- package/icons/chrome-reader-mode/index.js +0 -4
- package/icons/class/index.d.ts +0 -11
- package/icons/class/index.js +0 -4
- package/icons/clean-hands/index.d.ts +0 -11
- package/icons/clean-hands/index.js +0 -4
- package/icons/cleaning-services/index.d.ts +0 -11
- package/icons/cleaning-services/index.js +0 -4
- package/icons/clear/index.d.ts +0 -11
- package/icons/clear/index.js +0 -4
- package/icons/clear-all/index.d.ts +0 -11
- package/icons/clear-all/index.js +0 -4
- package/icons/close/index.d.ts +0 -11
- package/icons/close/index.js +0 -4
- package/icons/close-fullscreen/index.d.ts +0 -11
- package/icons/close-fullscreen/index.js +0 -4
- package/icons/closed-caption/index.d.ts +0 -11
- package/icons/closed-caption/index.js +0 -4
- package/icons/closed-caption-disabled/index.d.ts +0 -11
- package/icons/closed-caption-disabled/index.js +0 -4
- package/icons/cloud/index.d.ts +0 -11
- package/icons/cloud/index.js +0 -4
- package/icons/cloud-circle/index.d.ts +0 -11
- package/icons/cloud-circle/index.js +0 -4
- package/icons/cloud-done/index.d.ts +0 -11
- package/icons/cloud-done/index.js +0 -4
- package/icons/cloud-download/index.d.ts +0 -11
- package/icons/cloud-download/index.js +0 -4
- package/icons/cloud-off/index.d.ts +0 -11
- package/icons/cloud-off/index.js +0 -4
- package/icons/cloud-queue/index.d.ts +0 -11
- package/icons/cloud-queue/index.js +0 -4
- package/icons/cloud-upload/index.d.ts +0 -11
- package/icons/cloud-upload/index.js +0 -4
- package/icons/code/index.d.ts +0 -11
- package/icons/code/index.js +0 -4
- package/icons/collections/index.d.ts +0 -11
- package/icons/collections/index.js +0 -4
- package/icons/collections-bookmark/index.d.ts +0 -11
- package/icons/collections-bookmark/index.js +0 -4
- package/icons/color-lens/index.d.ts +0 -11
- package/icons/color-lens/index.js +0 -4
- package/icons/colorize/index.d.ts +0 -11
- package/icons/colorize/index.js +0 -4
- package/icons/comment/index.d.ts +0 -11
- package/icons/comment/index.js +0 -4
- package/icons/comment-bank/index.d.ts +0 -11
- package/icons/comment-bank/index.js +0 -4
- package/icons/commute/index.d.ts +0 -11
- package/icons/commute/index.js +0 -4
- package/icons/compare/index.d.ts +0 -11
- package/icons/compare/index.js +0 -4
- package/icons/compare-arrows/index.d.ts +0 -11
- package/icons/compare-arrows/index.js +0 -4
- package/icons/compass-calibration/index.d.ts +0 -11
- package/icons/compass-calibration/index.js +0 -4
- package/icons/computer/index.d.ts +0 -11
- package/icons/computer/index.js +0 -4
- package/icons/connect-without-contact/index.d.ts +0 -11
- package/icons/connect-without-contact/index.js +0 -4
- package/icons/construction/index.d.ts +0 -11
- package/icons/construction/index.js +0 -4
- package/icons/contact-mail/index.d.ts +0 -11
- package/icons/contact-mail/index.js +0 -4
- package/icons/contact-page/index.d.ts +0 -11
- package/icons/contact-page/index.js +0 -4
- package/icons/contact-phone/index.d.ts +0 -11
- package/icons/contact-phone/index.js +0 -4
- package/icons/contact-support/index.d.ts +0 -11
- package/icons/contact-support/index.js +0 -4
- package/icons/contactless/index.d.ts +0 -11
- package/icons/contactless/index.js +0 -4
- package/icons/contacts/index.d.ts +0 -11
- package/icons/contacts/index.js +0 -4
- package/icons/content-copy/index.d.ts +0 -11
- package/icons/content-copy/index.js +0 -4
- package/icons/content-cut/index.d.ts +0 -11
- package/icons/content-cut/index.js +0 -4
- package/icons/content-paste/index.d.ts +0 -11
- package/icons/content-paste/index.js +0 -4
- package/icons/control-camera/index.d.ts +0 -11
- package/icons/control-camera/index.js +0 -4
- package/icons/control-point/index.d.ts +0 -11
- package/icons/control-point/index.js +0 -4
- package/icons/control-point-duplicate/index.d.ts +0 -11
- package/icons/control-point-duplicate/index.js +0 -4
- package/icons/copyright/index.d.ts +0 -11
- package/icons/copyright/index.js +0 -4
- package/icons/coronavirus/index.d.ts +0 -11
- package/icons/coronavirus/index.js +0 -4
- package/icons/corporate-fare/index.d.ts +0 -11
- package/icons/corporate-fare/index.js +0 -4
- package/icons/countertops/index.d.ts +0 -11
- package/icons/countertops/index.js +0 -4
- package/icons/create/index.d.ts +0 -11
- package/icons/create/index.js +0 -4
- package/icons/create-icon-class.d.ts +0 -1
- package/icons/create-icon-class.js +0 -17
- package/icons/create-new-folder/index.d.ts +0 -11
- package/icons/create-new-folder/index.js +0 -4
- package/icons/credit-card/index.d.ts +0 -11
- package/icons/credit-card/index.js +0 -4
- package/icons/crop/index.d.ts +0 -11
- package/icons/crop/index.js +0 -4
- package/icons/crop-16-9/index.d.ts +0 -11
- package/icons/crop-16-9/index.js +0 -4
- package/icons/crop-3-2/index.d.ts +0 -11
- package/icons/crop-3-2/index.js +0 -4
- package/icons/crop-5-4/index.d.ts +0 -11
- package/icons/crop-5-4/index.js +0 -4
- package/icons/crop-7-5/index.d.ts +0 -11
- package/icons/crop-7-5/index.js +0 -4
- package/icons/crop-din/index.d.ts +0 -11
- package/icons/crop-din/index.js +0 -4
- package/icons/crop-free/index.d.ts +0 -11
- package/icons/crop-free/index.js +0 -4
- package/icons/crop-landscape/index.d.ts +0 -11
- package/icons/crop-landscape/index.js +0 -4
- package/icons/crop-original/index.d.ts +0 -11
- package/icons/crop-original/index.js +0 -4
- package/icons/crop-portrait/index.d.ts +0 -11
- package/icons/crop-portrait/index.js +0 -4
- package/icons/crop-rotate/index.d.ts +0 -11
- package/icons/crop-rotate/index.js +0 -4
- package/icons/crop-square/index.d.ts +0 -11
- package/icons/crop-square/index.js +0 -4
- package/icons/curtains/index.d.ts +0 -11
- package/icons/curtains/index.js +0 -4
- package/icons/curtains-closed/index.d.ts +0 -11
- package/icons/curtains-closed/index.js +0 -4
- package/icons/dashboard/index.d.ts +0 -11
- package/icons/dashboard/index.js +0 -4
- package/icons/data-usage/index.d.ts +0 -11
- package/icons/data-usage/index.js +0 -4
- package/icons/date-range/index.d.ts +0 -11
- package/icons/date-range/index.js +0 -4
- package/icons/deck/index.d.ts +0 -11
- package/icons/deck/index.js +0 -4
- package/icons/dehaze/index.d.ts +0 -11
- package/icons/dehaze/index.js +0 -4
- package/icons/delete/index.d.ts +0 -11
- package/icons/delete/index.js +0 -4
- package/icons/delete-forever/index.d.ts +0 -11
- package/icons/delete-forever/index.js +0 -4
- package/icons/delete-outline/index.d.ts +0 -11
- package/icons/delete-outline/index.js +0 -4
- package/icons/delete-sweep/index.d.ts +0 -11
- package/icons/delete-sweep/index.js +0 -4
- package/icons/departure-board/index.d.ts +0 -11
- package/icons/departure-board/index.js +0 -4
- package/icons/description/index.d.ts +0 -11
- package/icons/description/index.js +0 -4
- package/icons/design-services/index.d.ts +0 -11
- package/icons/design-services/index.js +0 -4
- package/icons/desktop-access-disabled/index.d.ts +0 -11
- package/icons/desktop-access-disabled/index.js +0 -4
- package/icons/desktop-mac/index.d.ts +0 -11
- package/icons/desktop-mac/index.js +0 -4
- package/icons/desktop-windows/index.d.ts +0 -11
- package/icons/desktop-windows/index.js +0 -4
- package/icons/details/index.d.ts +0 -11
- package/icons/details/index.js +0 -4
- package/icons/developer-board/index.d.ts +0 -11
- package/icons/developer-board/index.js +0 -4
- package/icons/developer-mode/index.d.ts +0 -11
- package/icons/developer-mode/index.js +0 -4
- package/icons/device-hub/index.d.ts +0 -11
- package/icons/device-hub/index.js +0 -4
- package/icons/device-unknown/index.d.ts +0 -11
- package/icons/device-unknown/index.js +0 -4
- package/icons/devices/index.d.ts +0 -11
- package/icons/devices/index.js +0 -4
- package/icons/devices-other/index.d.ts +0 -11
- package/icons/devices-other/index.js +0 -4
- package/icons/dialer-sip/index.d.ts +0 -11
- package/icons/dialer-sip/index.js +0 -4
- package/icons/dialpad/index.d.ts +0 -11
- package/icons/dialpad/index.js +0 -4
- package/icons/directions/index.d.ts +0 -11
- package/icons/directions/index.js +0 -4
- package/icons/directions-bike/index.d.ts +0 -11
- package/icons/directions-bike/index.js +0 -4
- package/icons/directions-boat/index.d.ts +0 -11
- package/icons/directions-boat/index.js +0 -4
- package/icons/directions-bus/index.d.ts +0 -11
- package/icons/directions-bus/index.js +0 -4
- package/icons/directions-car/index.d.ts +0 -11
- package/icons/directions-car/index.js +0 -4
- package/icons/directions-railway/index.d.ts +0 -11
- package/icons/directions-railway/index.js +0 -4
- package/icons/directions-run/index.d.ts +0 -11
- package/icons/directions-run/index.js +0 -4
- package/icons/directions-subway/index.d.ts +0 -11
- package/icons/directions-subway/index.js +0 -4
- package/icons/directions-transit/index.d.ts +0 -11
- package/icons/directions-transit/index.js +0 -4
- package/icons/directions-walk/index.d.ts +0 -11
- package/icons/directions-walk/index.js +0 -4
- package/icons/disabled-by-default/index.d.ts +0 -11
- package/icons/disabled-by-default/index.js +0 -4
- package/icons/dns/index.d.ts +0 -11
- package/icons/dns/index.js +0 -4
- package/icons/do-not-step/index.d.ts +0 -11
- package/icons/do-not-step/index.js +0 -4
- package/icons/do-not-touch/index.d.ts +0 -11
- package/icons/do-not-touch/index.js +0 -4
- package/icons/dock/index.d.ts +0 -11
- package/icons/dock/index.js +0 -4
- package/icons/domain/index.d.ts +0 -11
- package/icons/domain/index.js +0 -4
- package/icons/domain-disabled/index.d.ts +0 -11
- package/icons/domain-disabled/index.js +0 -4
- package/icons/domain-verification/index.d.ts +0 -11
- package/icons/domain-verification/index.js +0 -4
- package/icons/done/index.d.ts +0 -11
- package/icons/done/index.js +0 -4
- package/icons/done-all/index.d.ts +0 -11
- package/icons/done-all/index.js +0 -4
- package/icons/done-outline/index.d.ts +0 -11
- package/icons/done-outline/index.js +0 -4
- package/icons/donut-large/index.d.ts +0 -11
- package/icons/donut-large/index.js +0 -4
- package/icons/donut-small/index.d.ts +0 -11
- package/icons/donut-small/index.js +0 -4
- package/icons/double-arrow/index.d.ts +0 -11
- package/icons/double-arrow/index.js +0 -4
- package/icons/download/index.d.ts +0 -11
- package/icons/download/index.js +0 -4
- package/icons/download-done/index.d.ts +0 -11
- package/icons/download-done/index.js +0 -4
- package/icons/drafts/index.d.ts +0 -11
- package/icons/drafts/index.js +0 -4
- package/icons/drag-handle/index.d.ts +0 -11
- package/icons/drag-handle/index.js +0 -4
- package/icons/drag-indicator/index.d.ts +0 -11
- package/icons/drag-indicator/index.js +0 -4
- package/icons/dry/index.d.ts +0 -11
- package/icons/dry/index.js +0 -4
- package/icons/duo/index.d.ts +0 -11
- package/icons/duo/index.js +0 -4
- package/icons/dvr/index.d.ts +0 -11
- package/icons/dvr/index.js +0 -4
- package/icons/dynamic-feed/index.d.ts +0 -11
- package/icons/dynamic-feed/index.js +0 -4
- package/icons/dynamic-form/index.d.ts +0 -11
- package/icons/dynamic-form/index.js +0 -4
- package/icons/east/index.d.ts +0 -11
- package/icons/east/index.js +0 -4
- package/icons/eco/index.d.ts +0 -11
- package/icons/eco/index.js +0 -4
- package/icons/edit/index.d.ts +0 -11
- package/icons/edit/index.js +0 -4
- package/icons/edit-attributes/index.d.ts +0 -11
- package/icons/edit-attributes/index.js +0 -4
- package/icons/edit-location/index.d.ts +0 -11
- package/icons/edit-location/index.js +0 -4
- package/icons/edit-road/index.d.ts +0 -11
- package/icons/edit-road/index.js +0 -4
- package/icons/eject/index.d.ts +0 -11
- package/icons/eject/index.js +0 -4
- package/icons/elderly/index.d.ts +0 -11
- package/icons/elderly/index.js +0 -4
- package/icons/electric-bike/index.d.ts +0 -11
- package/icons/electric-bike/index.js +0 -4
- package/icons/electric-bolt/index.d.ts +0 -11
- package/icons/electric-bolt/index.js +0 -4
- package/icons/electric-car/index.d.ts +0 -11
- package/icons/electric-car/index.js +0 -4
- package/icons/electric-meter/index.d.ts +0 -11
- package/icons/electric-meter/index.js +0 -4
- package/icons/electric-moped/index.d.ts +0 -11
- package/icons/electric-moped/index.js +0 -4
- package/icons/electric-rickshaw/index.d.ts +0 -11
- package/icons/electric-rickshaw/index.js +0 -4
- package/icons/electric-scooter/index.d.ts +0 -11
- package/icons/electric-scooter/index.js +0 -4
- package/icons/electrical-services/index.d.ts +0 -11
- package/icons/electrical-services/index.js +0 -4
- package/icons/elevator/index.d.ts +0 -11
- package/icons/elevator/index.js +0 -4
- package/icons/email/index.d.ts +0 -11
- package/icons/email/index.js +0 -4
- package/icons/emoji-emotions/index.d.ts +0 -11
- package/icons/emoji-emotions/index.js +0 -4
- package/icons/emoji-events/index.d.ts +0 -11
- package/icons/emoji-events/index.js +0 -4
- package/icons/emoji-flags/index.d.ts +0 -11
- package/icons/emoji-flags/index.js +0 -4
- package/icons/emoji-food-beverage/index.d.ts +0 -11
- package/icons/emoji-food-beverage/index.js +0 -4
- package/icons/emoji-nature/index.d.ts +0 -11
- package/icons/emoji-nature/index.js +0 -4
- package/icons/emoji-objects/index.d.ts +0 -11
- package/icons/emoji-objects/index.js +0 -4
- package/icons/emoji-people/index.d.ts +0 -11
- package/icons/emoji-people/index.js +0 -4
- package/icons/emoji-symbols/index.d.ts +0 -11
- package/icons/emoji-symbols/index.js +0 -4
- package/icons/emoji-transportation/index.d.ts +0 -11
- package/icons/emoji-transportation/index.js +0 -4
- package/icons/energy-savings-leaf/index.d.ts +0 -11
- package/icons/energy-savings-leaf/index.js +0 -4
- package/icons/engineering/index.d.ts +0 -11
- package/icons/engineering/index.js +0 -4
- package/icons/equalizer/index.d.ts +0 -11
- package/icons/equalizer/index.js +0 -4
- package/icons/error/index.d.ts +0 -11
- package/icons/error/index.js +0 -4
- package/icons/error-outline/index.d.ts +0 -11
- package/icons/error-outline/index.js +0 -4
- package/icons/escalator/index.d.ts +0 -11
- package/icons/escalator/index.js +0 -4
- package/icons/escalator-warning/index.d.ts +0 -11
- package/icons/escalator-warning/index.js +0 -4
- package/icons/euro/index.d.ts +0 -11
- package/icons/euro/index.js +0 -4
- package/icons/euro-symbol/index.d.ts +0 -11
- package/icons/euro-symbol/index.js +0 -4
- package/icons/ev-station/index.d.ts +0 -11
- package/icons/ev-station/index.js +0 -4
- package/icons/event/index.d.ts +0 -11
- package/icons/event/index.js +0 -4
- package/icons/event-seat/index.d.ts +0 -11
- package/icons/event-seat/index.js +0 -4
- package/icons/exclamation/index.d.ts +0 -11
- package/icons/exclamation/index.js +0 -4
- package/icons/exit-to-app/index.d.ts +0 -11
- package/icons/exit-to-app/index.js +0 -4
- package/icons/expand-less/index.d.ts +0 -11
- package/icons/expand-less/index.js +0 -4
- package/icons/expand-more/index.d.ts +0 -11
- package/icons/expand-more/index.js +0 -4
- package/icons/explicit/index.d.ts +0 -11
- package/icons/explicit/index.js +0 -4
- package/icons/explore/index.d.ts +0 -11
- package/icons/explore/index.js +0 -4
- package/icons/explore-off/index.d.ts +0 -11
- package/icons/explore-off/index.js +0 -4
- package/icons/exposure/index.d.ts +0 -11
- package/icons/exposure/index.js +0 -4
- package/icons/exposure-neg-1/index.d.ts +0 -11
- package/icons/exposure-neg-1/index.js +0 -4
- package/icons/exposure-neg-2/index.d.ts +0 -11
- package/icons/exposure-neg-2/index.js +0 -4
- package/icons/exposure-plus-1/index.d.ts +0 -11
- package/icons/exposure-plus-1/index.js +0 -4
- package/icons/exposure-plus-2/index.d.ts +0 -11
- package/icons/exposure-plus-2/index.js +0 -4
- package/icons/exposure-zero/index.d.ts +0 -11
- package/icons/exposure-zero/index.js +0 -4
- package/icons/extension/index.d.ts +0 -11
- package/icons/extension/index.js +0 -4
- package/icons/face/index.d.ts +0 -11
- package/icons/face/index.js +0 -4
- package/icons/face-unlock/index.d.ts +0 -11
- package/icons/face-unlock/index.js +0 -4
- package/icons/facebook/index.d.ts +0 -11
- package/icons/facebook/index.js +0 -4
- package/icons/fact-check/index.d.ts +0 -11
- package/icons/fact-check/index.js +0 -4
- package/icons/family-restroom/index.d.ts +0 -11
- package/icons/family-restroom/index.js +0 -4
- package/icons/fast-forward/index.d.ts +0 -11
- package/icons/fast-forward/index.js +0 -4
- package/icons/fast-rewind/index.d.ts +0 -11
- package/icons/fast-rewind/index.js +0 -4
- package/icons/fastfood/index.d.ts +0 -11
- package/icons/fastfood/index.js +0 -4
- package/icons/favorite/index.d.ts +0 -11
- package/icons/favorite/index.js +0 -4
- package/icons/favorite-border/index.d.ts +0 -11
- package/icons/favorite-border/index.js +0 -4
- package/icons/featured-play-list/index.d.ts +0 -11
- package/icons/featured-play-list/index.js +0 -4
- package/icons/featured-video/index.d.ts +0 -11
- package/icons/featured-video/index.js +0 -4
- package/icons/feedback/index.d.ts +0 -11
- package/icons/feedback/index.js +0 -4
- package/icons/fence/index.d.ts +0 -11
- package/icons/fence/index.js +0 -4
- package/icons/fiber-dvr/index.d.ts +0 -11
- package/icons/fiber-dvr/index.js +0 -4
- package/icons/fiber-manual-record/index.d.ts +0 -11
- package/icons/fiber-manual-record/index.js +0 -4
- package/icons/fiber-new/index.d.ts +0 -11
- package/icons/fiber-new/index.js +0 -4
- package/icons/fiber-pin/index.d.ts +0 -11
- package/icons/fiber-pin/index.js +0 -4
- package/icons/fiber-smart-record/index.d.ts +0 -11
- package/icons/fiber-smart-record/index.js +0 -4
- package/icons/file-copy/index.d.ts +0 -11
- package/icons/file-copy/index.js +0 -4
- package/icons/filter/index.d.ts +0 -11
- package/icons/filter/index.js +0 -4
- package/icons/filter-1/index.d.ts +0 -11
- package/icons/filter-1/index.js +0 -4
- package/icons/filter-2/index.d.ts +0 -11
- package/icons/filter-2/index.js +0 -4
- package/icons/filter-3/index.d.ts +0 -11
- package/icons/filter-3/index.js +0 -4
- package/icons/filter-4/index.d.ts +0 -11
- package/icons/filter-4/index.js +0 -4
- package/icons/filter-5/index.d.ts +0 -11
- package/icons/filter-5/index.js +0 -4
- package/icons/filter-6/index.d.ts +0 -11
- package/icons/filter-6/index.js +0 -4
- package/icons/filter-7/index.d.ts +0 -11
- package/icons/filter-7/index.js +0 -4
- package/icons/filter-8/index.d.ts +0 -11
- package/icons/filter-8/index.js +0 -4
- package/icons/filter-9/index.d.ts +0 -11
- package/icons/filter-9/index.js +0 -4
- package/icons/filter-9-plus/index.d.ts +0 -11
- package/icons/filter-9-plus/index.js +0 -4
- package/icons/filter-alt/index.d.ts +0 -11
- package/icons/filter-alt/index.js +0 -4
- package/icons/filter-b-and-w/index.d.ts +0 -11
- package/icons/filter-b-and-w/index.js +0 -4
- package/icons/filter-center-focus/index.d.ts +0 -11
- package/icons/filter-center-focus/index.js +0 -4
- package/icons/filter-drama/index.d.ts +0 -11
- package/icons/filter-drama/index.js +0 -4
- package/icons/filter-frames/index.d.ts +0 -11
- package/icons/filter-frames/index.js +0 -4
- package/icons/filter-hdr/index.d.ts +0 -11
- package/icons/filter-hdr/index.js +0 -4
- package/icons/filter-list/index.d.ts +0 -11
- package/icons/filter-list/index.js +0 -4
- package/icons/filter-none/index.d.ts +0 -11
- package/icons/filter-none/index.js +0 -4
- package/icons/filter-tilt-shift/index.d.ts +0 -11
- package/icons/filter-tilt-shift/index.js +0 -4
- package/icons/filter-vintage/index.d.ts +0 -11
- package/icons/filter-vintage/index.js +0 -4
- package/icons/find-in-page/index.d.ts +0 -11
- package/icons/find-in-page/index.js +0 -4
- package/icons/find-replace/index.d.ts +0 -11
- package/icons/find-replace/index.js +0 -4
- package/icons/fingerprint/index.d.ts +0 -11
- package/icons/fingerprint/index.js +0 -4
- package/icons/fire-extinguisher/index.d.ts +0 -11
- package/icons/fire-extinguisher/index.js +0 -4
- package/icons/fireplace/index.d.ts +0 -11
- package/icons/fireplace/index.js +0 -4
- package/icons/first-page/index.d.ts +0 -11
- package/icons/first-page/index.js +0 -4
- package/icons/fitness-center/index.d.ts +0 -11
- package/icons/fitness-center/index.js +0 -4
- package/icons/flag/index.d.ts +0 -11
- package/icons/flag/index.js +0 -4
- package/icons/flaky/index.d.ts +0 -11
- package/icons/flaky/index.js +0 -4
- package/icons/flare/index.d.ts +0 -11
- package/icons/flare/index.js +0 -4
- package/icons/flash-auto/index.d.ts +0 -11
- package/icons/flash-auto/index.js +0 -4
- package/icons/flash-off/index.d.ts +0 -11
- package/icons/flash-off/index.js +0 -4
- package/icons/flash-on/index.d.ts +0 -11
- package/icons/flash-on/index.js +0 -4
- package/icons/flight/index.d.ts +0 -11
- package/icons/flight/index.js +0 -4
- package/icons/flight-land/index.d.ts +0 -11
- package/icons/flight-land/index.js +0 -4
- package/icons/flight-takeoff/index.d.ts +0 -11
- package/icons/flight-takeoff/index.js +0 -4
- package/icons/flip/index.d.ts +0 -11
- package/icons/flip/index.js +0 -4
- package/icons/flip-camera-android/index.d.ts +0 -11
- package/icons/flip-camera-android/index.js +0 -4
- package/icons/flip-camera-ios/index.d.ts +0 -11
- package/icons/flip-camera-ios/index.js +0 -4
- package/icons/flip-to-back/index.d.ts +0 -11
- package/icons/flip-to-back/index.js +0 -4
- package/icons/flip-to-front/index.d.ts +0 -11
- package/icons/flip-to-front/index.js +0 -4
- package/icons/folder/index.d.ts +0 -11
- package/icons/folder/index.js +0 -4
- package/icons/folder-open/index.d.ts +0 -11
- package/icons/folder-open/index.js +0 -4
- package/icons/folder-shared/index.d.ts +0 -11
- package/icons/folder-shared/index.js +0 -4
- package/icons/follow-the-signs/index.d.ts +0 -11
- package/icons/follow-the-signs/index.js +0 -4
- package/icons/font-download/index.d.ts +0 -11
- package/icons/font-download/index.js +0 -4
- package/icons/food-bank/index.d.ts +0 -11
- package/icons/food-bank/index.js +0 -4
- package/icons/format-align-center/index.d.ts +0 -11
- package/icons/format-align-center/index.js +0 -4
- package/icons/format-align-justify/index.d.ts +0 -11
- package/icons/format-align-justify/index.js +0 -4
- package/icons/format-align-left/index.d.ts +0 -11
- package/icons/format-align-left/index.js +0 -4
- package/icons/format-align-right/index.d.ts +0 -11
- package/icons/format-align-right/index.js +0 -4
- package/icons/format-bold/index.d.ts +0 -11
- package/icons/format-bold/index.js +0 -4
- package/icons/format-clear/index.d.ts +0 -11
- package/icons/format-clear/index.js +0 -4
- package/icons/format-color-reset/index.d.ts +0 -11
- package/icons/format-color-reset/index.js +0 -4
- package/icons/format-indent-decrease/index.d.ts +0 -11
- package/icons/format-indent-decrease/index.js +0 -4
- package/icons/format-indent-increase/index.d.ts +0 -11
- package/icons/format-indent-increase/index.js +0 -4
- package/icons/format-italic/index.d.ts +0 -11
- package/icons/format-italic/index.js +0 -4
- package/icons/format-line-spacing/index.d.ts +0 -11
- package/icons/format-line-spacing/index.js +0 -4
- package/icons/format-list-bulleted/index.d.ts +0 -11
- package/icons/format-list-bulleted/index.js +0 -4
- package/icons/format-list-numbered/index.d.ts +0 -11
- package/icons/format-list-numbered/index.js +0 -4
- package/icons/format-list-numbered-rtl/index.d.ts +0 -11
- package/icons/format-list-numbered-rtl/index.js +0 -4
- package/icons/format-paint/index.d.ts +0 -11
- package/icons/format-paint/index.js +0 -4
- package/icons/format-quote/index.d.ts +0 -11
- package/icons/format-quote/index.js +0 -4
- package/icons/format-shapes/index.d.ts +0 -11
- package/icons/format-shapes/index.js +0 -4
- package/icons/format-size/index.d.ts +0 -11
- package/icons/format-size/index.js +0 -4
- package/icons/format-strikethrough/index.d.ts +0 -11
- package/icons/format-strikethrough/index.js +0 -4
- package/icons/format-textdirection-l-to-r/index.d.ts +0 -11
- package/icons/format-textdirection-l-to-r/index.js +0 -4
- package/icons/format-textdirection-r-to-l/index.d.ts +0 -11
- package/icons/format-textdirection-r-to-l/index.js +0 -4
- package/icons/format-underlined/index.d.ts +0 -11
- package/icons/format-underlined/index.js +0 -4
- package/icons/forum/index.d.ts +0 -11
- package/icons/forum/index.js +0 -4
- package/icons/forward/index.d.ts +0 -11
- package/icons/forward/index.js +0 -4
- package/icons/forward-10/index.d.ts +0 -11
- package/icons/forward-10/index.js +0 -4
- package/icons/forward-30/index.d.ts +0 -11
- package/icons/forward-30/index.js +0 -4
- package/icons/forward-5/index.d.ts +0 -11
- package/icons/forward-5/index.js +0 -4
- package/icons/forward-to-inbox/index.d.ts +0 -11
- package/icons/forward-to-inbox/index.js +0 -4
- package/icons/foundation/index.d.ts +0 -11
- package/icons/foundation/index.js +0 -4
- package/icons/free-breakfast/index.d.ts +0 -11
- package/icons/free-breakfast/index.js +0 -4
- package/icons/fullscreen/index.d.ts +0 -11
- package/icons/fullscreen/index.js +0 -4
- package/icons/fullscreen-exit/index.d.ts +0 -11
- package/icons/fullscreen-exit/index.js +0 -4
- package/icons/functions/index.d.ts +0 -11
- package/icons/functions/index.js +0 -4
- package/icons/g-translate/index.d.ts +0 -11
- package/icons/g-translate/index.js +0 -4
- package/icons/gamepad/index.d.ts +0 -11
- package/icons/gamepad/index.js +0 -4
- package/icons/games/index.d.ts +0 -11
- package/icons/games/index.js +0 -4
- package/icons/gas-meter/index.d.ts +0 -11
- package/icons/gas-meter/index.js +0 -4
- package/icons/gavel/index.d.ts +0 -11
- package/icons/gavel/index.js +0 -4
- package/icons/gesture/index.d.ts +0 -11
- package/icons/gesture/index.js +0 -4
- package/icons/get-app/index.d.ts +0 -11
- package/icons/get-app/index.js +0 -4
- package/icons/gif/index.d.ts +0 -11
- package/icons/gif/index.js +0 -4
- package/icons/golf-course/index.d.ts +0 -11
- package/icons/golf-course/index.js +0 -4
- package/icons/gps-fixed/index.d.ts +0 -11
- package/icons/gps-fixed/index.js +0 -4
- package/icons/gps-not-fixed/index.d.ts +0 -11
- package/icons/gps-not-fixed/index.js +0 -4
- package/icons/gps-off/index.d.ts +0 -11
- package/icons/gps-off/index.js +0 -4
- package/icons/grade/index.d.ts +0 -11
- package/icons/grade/index.js +0 -4
- package/icons/gradient/index.d.ts +0 -11
- package/icons/gradient/index.js +0 -4
- package/icons/grading/index.d.ts +0 -11
- package/icons/grading/index.js +0 -4
- package/icons/grain/index.d.ts +0 -11
- package/icons/grain/index.js +0 -4
- package/icons/graphic-eq/index.d.ts +0 -11
- package/icons/graphic-eq/index.js +0 -4
- package/icons/grass/index.d.ts +0 -11
- package/icons/grass/index.js +0 -4
- package/icons/grid-off/index.d.ts +0 -11
- package/icons/grid-off/index.js +0 -4
- package/icons/grid-on/index.d.ts +0 -11
- package/icons/grid-on/index.js +0 -4
- package/icons/group/index.d.ts +0 -11
- package/icons/group/index.js +0 -4
- package/icons/group-add/index.d.ts +0 -11
- package/icons/group-add/index.js +0 -4
- package/icons/group-work/index.d.ts +0 -11
- package/icons/group-work/index.js +0 -4
- package/icons/groups/index.d.ts +0 -11
- package/icons/groups/index.js +0 -4
- package/icons/handyman/index.d.ts +0 -11
- package/icons/handyman/index.js +0 -4
- package/icons/hd/index.d.ts +0 -11
- package/icons/hd/index.js +0 -4
- package/icons/hdr-off/index.d.ts +0 -11
- package/icons/hdr-off/index.js +0 -4
- package/icons/hdr-on/index.d.ts +0 -11
- package/icons/hdr-on/index.js +0 -4
- package/icons/hdr-strong/index.d.ts +0 -11
- package/icons/hdr-strong/index.js +0 -4
- package/icons/hdr-weak/index.d.ts +0 -11
- package/icons/hdr-weak/index.js +0 -4
- package/icons/headset/index.d.ts +0 -11
- package/icons/headset/index.js +0 -4
- package/icons/headset-mic/index.d.ts +0 -11
- package/icons/headset-mic/index.js +0 -4
- package/icons/healing/index.d.ts +0 -11
- package/icons/healing/index.js +0 -4
- package/icons/hearing/index.d.ts +0 -11
- package/icons/hearing/index.js +0 -4
- package/icons/hearing-disabled/index.d.ts +0 -11
- package/icons/hearing-disabled/index.js +0 -4
- package/icons/heat-pump/index.d.ts +0 -11
- package/icons/heat-pump/index.js +0 -4
- package/icons/height/index.d.ts +0 -11
- package/icons/height/index.js +0 -4
- package/icons/help/index.d.ts +0 -11
- package/icons/help/index.js +0 -4
- package/icons/help-center/index.d.ts +0 -11
- package/icons/help-center/index.js +0 -4
- package/icons/help-outline/index.d.ts +0 -11
- package/icons/help-outline/index.js +0 -4
- package/icons/high-quality/index.d.ts +0 -11
- package/icons/high-quality/index.js +0 -4
- package/icons/highlight/index.d.ts +0 -11
- package/icons/highlight/index.js +0 -4
- package/icons/highlight-alt/index.d.ts +0 -11
- package/icons/highlight-alt/index.js +0 -4
- package/icons/highlight-off/index.d.ts +0 -11
- package/icons/highlight-off/index.js +0 -4
- package/icons/history/index.d.ts +0 -11
- package/icons/history/index.js +0 -4
- package/icons/history-edu/index.d.ts +0 -11
- package/icons/history-edu/index.js +0 -4
- package/icons/history-toggle-off/index.d.ts +0 -11
- package/icons/history-toggle-off/index.js +0 -4
- package/icons/home/index.d.ts +0 -11
- package/icons/home/index.js +0 -4
- package/icons/home-repair-service/index.d.ts +0 -11
- package/icons/home-repair-service/index.js +0 -4
- package/icons/home-work/index.d.ts +0 -11
- package/icons/home-work/index.js +0 -4
- package/icons/horizontal-rule/index.d.ts +0 -11
- package/icons/horizontal-rule/index.js +0 -4
- package/icons/horizontal-split/index.d.ts +0 -11
- package/icons/horizontal-split/index.js +0 -4
- package/icons/hot-tub/index.d.ts +0 -11
- package/icons/hot-tub/index.js +0 -4
- package/icons/hotel/index.d.ts +0 -11
- package/icons/hotel/index.js +0 -4
- package/icons/hourglass-bottom/index.d.ts +0 -11
- package/icons/hourglass-bottom/index.js +0 -4
- package/icons/hourglass-disabled/index.d.ts +0 -11
- package/icons/hourglass-disabled/index.js +0 -4
- package/icons/hourglass-empty/index.d.ts +0 -11
- package/icons/hourglass-empty/index.js +0 -4
- package/icons/hourglass-full/index.d.ts +0 -11
- package/icons/hourglass-full/index.js +0 -4
- package/icons/hourglass-top/index.d.ts +0 -11
- package/icons/hourglass-top/index.js +0 -4
- package/icons/house/index.d.ts +0 -11
- package/icons/house/index.js +0 -4
- package/icons/house-siding/index.d.ts +0 -11
- package/icons/house-siding/index.js +0 -4
- package/icons/how-to-reg/index.d.ts +0 -11
- package/icons/how-to-reg/index.js +0 -4
- package/icons/how-to-vote/index.d.ts +0 -11
- package/icons/how-to-vote/index.js +0 -4
- package/icons/http/index.d.ts +0 -11
- package/icons/http/index.js +0 -4
- package/icons/https/index.d.ts +0 -11
- package/icons/https/index.js +0 -4
- package/icons/hvac/index.d.ts +0 -11
- package/icons/hvac/index.js +0 -4
- package/icons/image/index.d.ts +0 -11
- package/icons/image/index.js +0 -4
- package/icons/image-aspect-ratio/index.d.ts +0 -11
- package/icons/image-aspect-ratio/index.js +0 -4
- package/icons/image-not-supported/index.d.ts +0 -11
- package/icons/image-not-supported/index.js +0 -4
- package/icons/image-search/index.d.ts +0 -11
- package/icons/image-search/index.js +0 -4
- package/icons/import-contacts/index.d.ts +0 -11
- package/icons/import-contacts/index.js +0 -4
- package/icons/import-export/index.d.ts +0 -11
- package/icons/import-export/index.js +0 -4
- package/icons/important-devices/index.d.ts +0 -11
- package/icons/important-devices/index.js +0 -4
- package/icons/inbox/index.d.ts +0 -11
- package/icons/inbox/index.js +0 -4
- package/icons/indeterminate-check-box/index.d.ts +0 -11
- package/icons/indeterminate-check-box/index.js +0 -4
- package/icons/info/index.d.ts +0 -11
- package/icons/info/index.js +0 -4
- package/icons/info-outline/index.d.ts +0 -11
- package/icons/info-outline/index.js +0 -4
- package/icons/input/index.d.ts +0 -11
- package/icons/input/index.js +0 -4
- package/icons/insert-chart/index.d.ts +0 -11
- package/icons/insert-chart/index.js +0 -4
- package/icons/insert-chart-outlined/index.d.ts +0 -11
- package/icons/insert-chart-outlined/index.js +0 -4
- package/icons/insert-comment/index.d.ts +0 -11
- package/icons/insert-comment/index.js +0 -4
- package/icons/insert-drive-file/index.d.ts +0 -11
- package/icons/insert-drive-file/index.js +0 -4
- package/icons/insert-emoticon/index.d.ts +0 -11
- package/icons/insert-emoticon/index.js +0 -4
- package/icons/insert-invitation/index.d.ts +0 -11
- package/icons/insert-invitation/index.js +0 -4
- package/icons/insert-link/index.d.ts +0 -11
- package/icons/insert-link/index.js +0 -4
- package/icons/insert-photo/index.d.ts +0 -11
- package/icons/insert-photo/index.js +0 -4
- package/icons/insights/index.d.ts +0 -11
- package/icons/insights/index.js +0 -4
- package/icons/integration-instructions/index.d.ts +0 -11
- package/icons/integration-instructions/index.js +0 -4
- package/icons/invert-colors/index.d.ts +0 -11
- package/icons/invert-colors/index.js +0 -4
- package/icons/invert-colors-off/index.d.ts +0 -11
- package/icons/invert-colors-off/index.js +0 -4
- package/icons/iso/index.d.ts +0 -11
- package/icons/iso/index.js +0 -4
- package/icons/keyboard/index.d.ts +0 -11
- package/icons/keyboard/index.js +0 -4
- package/icons/keyboard-arrow-down/index.d.ts +0 -11
- package/icons/keyboard-arrow-down/index.js +0 -4
- package/icons/keyboard-arrow-left/index.d.ts +0 -11
- package/icons/keyboard-arrow-left/index.js +0 -4
- package/icons/keyboard-arrow-right/index.d.ts +0 -11
- package/icons/keyboard-arrow-right/index.js +0 -4
- package/icons/keyboard-arrow-up/index.d.ts +0 -11
- package/icons/keyboard-arrow-up/index.js +0 -4
- package/icons/keyboard-backspace/index.d.ts +0 -11
- package/icons/keyboard-backspace/index.js +0 -4
- package/icons/keyboard-capslock/index.d.ts +0 -11
- package/icons/keyboard-capslock/index.js +0 -4
- package/icons/keyboard-double-arrow-left/index.d.ts +0 -11
- package/icons/keyboard-double-arrow-left/index.js +0 -4
- package/icons/keyboard-double-arrow-right/index.d.ts +0 -11
- package/icons/keyboard-double-arrow-right/index.js +0 -4
- package/icons/keyboard-hide/index.d.ts +0 -11
- package/icons/keyboard-hide/index.js +0 -4
- package/icons/keyboard-return/index.d.ts +0 -11
- package/icons/keyboard-return/index.js +0 -4
- package/icons/keyboard-tab/index.d.ts +0 -11
- package/icons/keyboard-tab/index.js +0 -4
- package/icons/keyboard-voice/index.d.ts +0 -11
- package/icons/keyboard-voice/index.js +0 -4
- package/icons/king-bed/index.d.ts +0 -11
- package/icons/king-bed/index.js +0 -4
- package/icons/kitchen/index.d.ts +0 -11
- package/icons/kitchen/index.js +0 -4
- package/icons/label/index.d.ts +0 -11
- package/icons/label/index.js +0 -4
- package/icons/label-important/index.d.ts +0 -11
- package/icons/label-important/index.js +0 -4
- package/icons/label-important-outline/index.d.ts +0 -11
- package/icons/label-important-outline/index.js +0 -4
- package/icons/label-off/index.d.ts +0 -11
- package/icons/label-off/index.js +0 -4
- package/icons/label-outline/index.d.ts +0 -11
- package/icons/label-outline/index.js +0 -4
- package/icons/landscape/index.d.ts +0 -11
- package/icons/landscape/index.js +0 -4
- package/icons/language/index.d.ts +0 -11
- package/icons/language/index.js +0 -4
- package/icons/laptop/index.d.ts +0 -11
- package/icons/laptop/index.js +0 -4
- package/icons/laptop-chromebook/index.d.ts +0 -11
- package/icons/laptop-chromebook/index.js +0 -4
- package/icons/laptop-mac/index.d.ts +0 -11
- package/icons/laptop-mac/index.js +0 -4
- package/icons/laptop-windows/index.d.ts +0 -11
- package/icons/laptop-windows/index.js +0 -4
- package/icons/last-page/index.d.ts +0 -11
- package/icons/last-page/index.js +0 -4
- package/icons/launch/index.d.ts +0 -11
- package/icons/launch/index.js +0 -4
- package/icons/layers/index.d.ts +0 -11
- package/icons/layers/index.js +0 -4
- package/icons/layers-clear/index.d.ts +0 -11
- package/icons/layers-clear/index.js +0 -4
- package/icons/leaderboard/index.d.ts +0 -11
- package/icons/leaderboard/index.js +0 -4
- package/icons/leak-add/index.d.ts +0 -11
- package/icons/leak-add/index.js +0 -4
- package/icons/leak-remove/index.d.ts +0 -11
- package/icons/leak-remove/index.js +0 -4
- package/icons/legend-toggle/index.d.ts +0 -11
- package/icons/legend-toggle/index.js +0 -4
- package/icons/lens/index.d.ts +0 -11
- package/icons/lens/index.js +0 -4
- package/icons/library-add/index.d.ts +0 -11
- package/icons/library-add/index.js +0 -4
- package/icons/library-add-check/index.d.ts +0 -11
- package/icons/library-add-check/index.js +0 -4
- package/icons/library-books/index.d.ts +0 -11
- package/icons/library-books/index.js +0 -4
- package/icons/library-music/index.d.ts +0 -11
- package/icons/library-music/index.js +0 -4
- package/icons/lightbulb-outline/index.d.ts +0 -11
- package/icons/lightbulb-outline/index.js +0 -4
- package/icons/line-style/index.d.ts +0 -11
- package/icons/line-style/index.js +0 -4
- package/icons/line-weight/index.d.ts +0 -11
- package/icons/line-weight/index.js +0 -4
- package/icons/linear-scale/index.d.ts +0 -11
- package/icons/linear-scale/index.js +0 -4
- package/icons/link/index.d.ts +0 -11
- package/icons/link/index.js +0 -4
- package/icons/link-off/index.d.ts +0 -11
- package/icons/link-off/index.js +0 -4
- package/icons/linked-camera/index.d.ts +0 -11
- package/icons/linked-camera/index.js +0 -4
- package/icons/list/index.d.ts +0 -11
- package/icons/list/index.js +0 -4
- package/icons/list-alt/index.d.ts +0 -11
- package/icons/list-alt/index.js +0 -4
- package/icons/live-help/index.d.ts +0 -11
- package/icons/live-help/index.js +0 -4
- package/icons/local-activity/index.d.ts +0 -11
- package/icons/local-activity/index.js +0 -4
- package/icons/local-airport/index.d.ts +0 -11
- package/icons/local-airport/index.js +0 -4
- package/icons/local-atm/index.d.ts +0 -11
- package/icons/local-atm/index.js +0 -4
- package/icons/local-bar/index.d.ts +0 -11
- package/icons/local-bar/index.js +0 -4
- package/icons/local-cafe/index.d.ts +0 -11
- package/icons/local-cafe/index.js +0 -4
- package/icons/local-car-wash/index.d.ts +0 -11
- package/icons/local-car-wash/index.js +0 -4
- package/icons/local-convenience-store/index.d.ts +0 -11
- package/icons/local-convenience-store/index.js +0 -4
- package/icons/local-dining/index.d.ts +0 -11
- package/icons/local-dining/index.js +0 -4
- package/icons/local-drink/index.d.ts +0 -11
- package/icons/local-drink/index.js +0 -4
- package/icons/local-fire-department/index.d.ts +0 -11
- package/icons/local-fire-department/index.js +0 -4
- package/icons/local-florist/index.d.ts +0 -11
- package/icons/local-florist/index.js +0 -4
- package/icons/local-gas-station/index.d.ts +0 -11
- package/icons/local-gas-station/index.js +0 -4
- package/icons/local-grocery-store/index.d.ts +0 -11
- package/icons/local-grocery-store/index.js +0 -4
- package/icons/local-hospital/index.d.ts +0 -11
- package/icons/local-hospital/index.js +0 -4
- package/icons/local-hotel/index.d.ts +0 -11
- package/icons/local-hotel/index.js +0 -4
- package/icons/local-laundry-service/index.d.ts +0 -11
- package/icons/local-laundry-service/index.js +0 -4
- package/icons/local-library/index.d.ts +0 -11
- package/icons/local-library/index.js +0 -4
- package/icons/local-mall/index.d.ts +0 -11
- package/icons/local-mall/index.js +0 -4
- package/icons/local-movies/index.d.ts +0 -11
- package/icons/local-movies/index.js +0 -4
- package/icons/local-offer/index.d.ts +0 -11
- package/icons/local-offer/index.js +0 -4
- package/icons/local-parking/index.d.ts +0 -11
- package/icons/local-parking/index.js +0 -4
- package/icons/local-pharmacy/index.d.ts +0 -11
- package/icons/local-pharmacy/index.js +0 -4
- package/icons/local-phone/index.d.ts +0 -11
- package/icons/local-phone/index.js +0 -4
- package/icons/local-pizza/index.d.ts +0 -11
- package/icons/local-pizza/index.js +0 -4
- package/icons/local-play/index.d.ts +0 -11
- package/icons/local-play/index.js +0 -4
- package/icons/local-police/index.d.ts +0 -11
- package/icons/local-police/index.js +0 -4
- package/icons/local-post-office/index.d.ts +0 -11
- package/icons/local-post-office/index.js +0 -4
- package/icons/local-printshop/index.d.ts +0 -11
- package/icons/local-printshop/index.js +0 -4
- package/icons/local-see/index.d.ts +0 -11
- package/icons/local-see/index.js +0 -4
- package/icons/local-shipping/index.d.ts +0 -11
- package/icons/local-shipping/index.js +0 -4
- package/icons/local-taxi/index.d.ts +0 -11
- package/icons/local-taxi/index.js +0 -4
- package/icons/location-city/index.d.ts +0 -11
- package/icons/location-city/index.js +0 -4
- package/icons/location-disabled/index.d.ts +0 -11
- package/icons/location-disabled/index.js +0 -4
- package/icons/location-off/index.d.ts +0 -11
- package/icons/location-off/index.js +0 -4
- package/icons/location-on/index.d.ts +0 -11
- package/icons/location-on/index.js +0 -4
- package/icons/location-searching/index.d.ts +0 -11
- package/icons/location-searching/index.js +0 -4
- package/icons/lock/index.d.ts +0 -11
- package/icons/lock/index.js +0 -4
- package/icons/lock-open/index.d.ts +0 -11
- package/icons/lock-open/index.js +0 -4
- package/icons/lock-outline/index.d.ts +0 -11
- package/icons/lock-outline/index.js +0 -4
- package/icons/login/index.d.ts +0 -11
- package/icons/login/index.js +0 -4
- package/icons/logout/index.d.ts +0 -11
- package/icons/logout/index.js +0 -4
- package/icons/looks/index.d.ts +0 -11
- package/icons/looks/index.js +0 -4
- package/icons/looks-3/index.d.ts +0 -11
- package/icons/looks-3/index.js +0 -4
- package/icons/looks-4/index.d.ts +0 -11
- package/icons/looks-4/index.js +0 -4
- package/icons/looks-5/index.d.ts +0 -11
- package/icons/looks-5/index.js +0 -4
- package/icons/looks-6/index.d.ts +0 -11
- package/icons/looks-6/index.js +0 -4
- package/icons/looks-one/index.d.ts +0 -11
- package/icons/looks-one/index.js +0 -4
- package/icons/looks-two/index.d.ts +0 -11
- package/icons/looks-two/index.js +0 -4
- package/icons/loop/index.d.ts +0 -11
- package/icons/loop/index.js +0 -4
- package/icons/loupe/index.d.ts +0 -11
- package/icons/loupe/index.js +0 -4
- package/icons/low-priority/index.d.ts +0 -11
- package/icons/low-priority/index.js +0 -4
- package/icons/loyalty/index.d.ts +0 -11
- package/icons/loyalty/index.js +0 -4
- package/icons/luggage/index.d.ts +0 -11
- package/icons/luggage/index.js +0 -4
- package/icons/mail/index.d.ts +0 -11
- package/icons/mail/index.js +0 -4
- package/icons/mail-outline/index.d.ts +0 -11
- package/icons/mail-outline/index.js +0 -4
- package/icons/map/index.d.ts +0 -11
- package/icons/map/index.js +0 -4
- package/icons/maps-ugc/index.d.ts +0 -11
- package/icons/maps-ugc/index.js +0 -4
- package/icons/mark-chat-read/index.d.ts +0 -11
- package/icons/mark-chat-read/index.js +0 -4
- package/icons/mark-chat-unread/index.d.ts +0 -11
- package/icons/mark-chat-unread/index.js +0 -4
- package/icons/mark-email-read/index.d.ts +0 -11
- package/icons/mark-email-read/index.js +0 -4
- package/icons/mark-email-unread/index.d.ts +0 -11
- package/icons/mark-email-unread/index.js +0 -4
- package/icons/markunread/index.d.ts +0 -11
- package/icons/markunread/index.js +0 -4
- package/icons/markunread-mailbox/index.d.ts +0 -11
- package/icons/markunread-mailbox/index.js +0 -4
- package/icons/masks/index.d.ts +0 -11
- package/icons/masks/index.js +0 -4
- package/icons/maximize/index.d.ts +0 -11
- package/icons/maximize/index.js +0 -4
- package/icons/mediation/index.d.ts +0 -11
- package/icons/mediation/index.js +0 -4
- package/icons/medical-services/index.d.ts +0 -11
- package/icons/medical-services/index.js +0 -4
- package/icons/meeting-room/index.d.ts +0 -11
- package/icons/meeting-room/index.js +0 -4
- package/icons/memory/index.d.ts +0 -11
- package/icons/memory/index.js +0 -4
- package/icons/menu/index.d.ts +0 -11
- package/icons/menu/index.js +0 -4
- package/icons/menu-book/index.d.ts +0 -11
- package/icons/menu-book/index.js +0 -4
- package/icons/menu-open/index.d.ts +0 -11
- package/icons/menu-open/index.js +0 -4
- package/icons/merge-type/index.d.ts +0 -11
- package/icons/merge-type/index.js +0 -4
- package/icons/message/index.d.ts +0 -11
- package/icons/message/index.js +0 -4
- package/icons/mic/index.d.ts +0 -11
- package/icons/mic/index.js +0 -4
- package/icons/mic-none/index.d.ts +0 -11
- package/icons/mic-none/index.js +0 -4
- package/icons/mic-off/index.d.ts +0 -11
- package/icons/mic-off/index.js +0 -4
- package/icons/microwave/index.d.ts +0 -11
- package/icons/microwave/index.js +0 -4
- package/icons/military-tech/index.d.ts +0 -11
- package/icons/military-tech/index.js +0 -4
- package/icons/minimize/index.d.ts +0 -11
- package/icons/minimize/index.js +0 -4
- package/icons/miscellaneous-services/index.d.ts +0 -11
- package/icons/miscellaneous-services/index.js +0 -4
- package/icons/missed-video-call/index.d.ts +0 -11
- package/icons/missed-video-call/index.js +0 -4
- package/icons/mobile-friendly/index.d.ts +0 -11
- package/icons/mobile-friendly/index.js +0 -4
- package/icons/mobile-off/index.d.ts +0 -11
- package/icons/mobile-off/index.js +0 -4
- package/icons/mobile-screen-share/index.d.ts +0 -11
- package/icons/mobile-screen-share/index.js +0 -4
- package/icons/mode/index.d.ts +0 -11
- package/icons/mode/index.js +0 -4
- package/icons/mode-comment/index.d.ts +0 -11
- package/icons/mode-comment/index.js +0 -4
- package/icons/mode-fan-off/index.d.ts +0 -11
- package/icons/mode-fan-off/index.js +0 -4
- package/icons/model-training/index.d.ts +0 -11
- package/icons/model-training/index.js +0 -4
- package/icons/monetization-on/index.d.ts +0 -11
- package/icons/monetization-on/index.js +0 -4
- package/icons/money/index.d.ts +0 -11
- package/icons/money/index.js +0 -4
- package/icons/money-off/index.d.ts +0 -11
- package/icons/money-off/index.js +0 -4
- package/icons/money-off-csred/index.d.ts +0 -11
- package/icons/money-off-csred/index.js +0 -4
- package/icons/monochrome-photos/index.d.ts +0 -11
- package/icons/monochrome-photos/index.js +0 -4
- package/icons/mood/index.d.ts +0 -11
- package/icons/mood/index.js +0 -4
- package/icons/mood-bad/index.d.ts +0 -11
- package/icons/mood-bad/index.js +0 -4
- package/icons/moped/index.d.ts +0 -11
- package/icons/moped/index.js +0 -4
- package/icons/more-horiz/index.d.ts +0 -11
- package/icons/more-horiz/index.js +0 -4
- package/icons/more-time/index.d.ts +0 -11
- package/icons/more-time/index.js +0 -4
- package/icons/more-vert/index.d.ts +0 -11
- package/icons/more-vert/index.js +0 -4
- package/icons/motion-photos-on/index.d.ts +0 -11
- package/icons/motion-photos-on/index.js +0 -4
- package/icons/motion-photos-pause/index.d.ts +0 -11
- package/icons/motion-photos-pause/index.js +0 -4
- package/icons/motion-photos-paused/index.d.ts +0 -11
- package/icons/motion-photos-paused/index.js +0 -4
- package/icons/mouse/index.d.ts +0 -11
- package/icons/mouse/index.js +0 -4
- package/icons/move-to-inbox/index.d.ts +0 -11
- package/icons/move-to-inbox/index.js +0 -4
- package/icons/movie/index.d.ts +0 -11
- package/icons/movie/index.js +0 -4
- package/icons/movie-creation/index.d.ts +0 -11
- package/icons/movie-creation/index.js +0 -4
- package/icons/movie-filter/index.d.ts +0 -11
- package/icons/movie-filter/index.js +0 -4
- package/icons/multiline-chart/index.d.ts +0 -11
- package/icons/multiline-chart/index.js +0 -4
- package/icons/multiple-stop/index.d.ts +0 -11
- package/icons/multiple-stop/index.js +0 -4
- package/icons/museum/index.d.ts +0 -11
- package/icons/museum/index.js +0 -4
- package/icons/music-note/index.d.ts +0 -11
- package/icons/music-note/index.js +0 -4
- package/icons/music-off/index.d.ts +0 -11
- package/icons/music-off/index.js +0 -4
- package/icons/music-video/index.d.ts +0 -11
- package/icons/music-video/index.js +0 -4
- package/icons/my-location/index.d.ts +0 -11
- package/icons/my-location/index.js +0 -4
- package/icons/nat/index.d.ts +0 -11
- package/icons/nat/index.js +0 -4
- package/icons/nature/index.d.ts +0 -11
- package/icons/nature/index.js +0 -4
- package/icons/nature-people/index.d.ts +0 -11
- package/icons/nature-people/index.js +0 -4
- package/icons/navigate-before/index.d.ts +0 -11
- package/icons/navigate-before/index.js +0 -4
- package/icons/navigate-next/index.d.ts +0 -11
- package/icons/navigate-next/index.js +0 -4
- package/icons/navigation/index.d.ts +0 -11
- package/icons/navigation/index.js +0 -4
- package/icons/near-me/index.d.ts +0 -11
- package/icons/near-me/index.js +0 -4
- package/icons/near-me-disabled/index.d.ts +0 -11
- package/icons/near-me-disabled/index.js +0 -4
- package/icons/nest-cam-wired-stand/index.d.ts +0 -11
- package/icons/nest-cam-wired-stand/index.js +0 -4
- package/icons/new-releases/index.d.ts +0 -11
- package/icons/new-releases/index.js +0 -4
- package/icons/next-plan/index.d.ts +0 -11
- package/icons/next-plan/index.js +0 -4
- package/icons/next-week/index.d.ts +0 -11
- package/icons/next-week/index.js +0 -4
- package/icons/nfc/index.d.ts +0 -11
- package/icons/nfc/index.js +0 -4
- package/icons/night-shelter/index.d.ts +0 -11
- package/icons/night-shelter/index.js +0 -4
- package/icons/nights-stay/index.d.ts +0 -11
- package/icons/nights-stay/index.js +0 -4
- package/icons/no-backpack/index.d.ts +0 -11
- package/icons/no-backpack/index.js +0 -4
- package/icons/no-cell/index.d.ts +0 -11
- package/icons/no-cell/index.js +0 -4
- package/icons/no-drinks/index.d.ts +0 -11
- package/icons/no-drinks/index.js +0 -4
- package/icons/no-flash/index.d.ts +0 -11
- package/icons/no-flash/index.js +0 -4
- package/icons/no-food/index.d.ts +0 -11
- package/icons/no-food/index.js +0 -4
- package/icons/no-luggage/index.d.ts +0 -11
- package/icons/no-luggage/index.js +0 -4
- package/icons/no-meals/index.d.ts +0 -11
- package/icons/no-meals/index.js +0 -4
- package/icons/no-meeting-room/index.d.ts +0 -11
- package/icons/no-meeting-room/index.js +0 -4
- package/icons/no-photography/index.d.ts +0 -11
- package/icons/no-photography/index.js +0 -4
- package/icons/no-sim/index.d.ts +0 -11
- package/icons/no-sim/index.js +0 -4
- package/icons/no-stroller/index.d.ts +0 -11
- package/icons/no-stroller/index.js +0 -4
- package/icons/no-transfer/index.d.ts +0 -11
- package/icons/no-transfer/index.js +0 -4
- package/icons/north/index.d.ts +0 -11
- package/icons/north/index.js +0 -4
- package/icons/north-east/index.d.ts +0 -11
- package/icons/north-east/index.js +0 -4
- package/icons/north-west/index.d.ts +0 -11
- package/icons/north-west/index.js +0 -4
- package/icons/not-accessible/index.d.ts +0 -11
- package/icons/not-accessible/index.js +0 -4
- package/icons/not-interested/index.d.ts +0 -11
- package/icons/not-interested/index.js +0 -4
- package/icons/not-listed-location/index.d.ts +0 -11
- package/icons/not-listed-location/index.js +0 -4
- package/icons/not-started/index.d.ts +0 -11
- package/icons/not-started/index.js +0 -4
- package/icons/note/index.d.ts +0 -11
- package/icons/note/index.js +0 -4
- package/icons/note-add/index.d.ts +0 -11
- package/icons/note-add/index.js +0 -4
- package/icons/notes/index.d.ts +0 -11
- package/icons/notes/index.js +0 -4
- package/icons/notification-important/index.d.ts +0 -11
- package/icons/notification-important/index.js +0 -4
- package/icons/notifications/index.d.ts +0 -11
- package/icons/notifications/index.js +0 -4
- package/icons/notifications-active/index.d.ts +0 -11
- package/icons/notifications-active/index.js +0 -4
- package/icons/notifications-none/index.d.ts +0 -11
- package/icons/notifications-none/index.js +0 -4
- package/icons/notifications-off/index.d.ts +0 -11
- package/icons/notifications-off/index.js +0 -4
- package/icons/notifications-paused/index.d.ts +0 -11
- package/icons/notifications-paused/index.js +0 -4
- package/icons/offline-bolt/index.d.ts +0 -11
- package/icons/offline-bolt/index.js +0 -4
- package/icons/offline-pin/index.d.ts +0 -11
- package/icons/offline-pin/index.js +0 -4
- package/icons/oil-barrel/index.d.ts +0 -11
- package/icons/oil-barrel/index.js +0 -4
- package/icons/online-prediction/index.d.ts +0 -11
- package/icons/online-prediction/index.js +0 -4
- package/icons/opacity/index.d.ts +0 -11
- package/icons/opacity/index.js +0 -4
- package/icons/open-in-browser/index.d.ts +0 -11
- package/icons/open-in-browser/index.js +0 -4
- package/icons/open-in-full/index.d.ts +0 -11
- package/icons/open-in-full/index.js +0 -4
- package/icons/open-in-new/index.d.ts +0 -11
- package/icons/open-in-new/index.js +0 -4
- package/icons/open-with/index.d.ts +0 -11
- package/icons/open-with/index.js +0 -4
- package/icons/outbond/index.d.ts +0 -11
- package/icons/outbond/index.js +0 -4
- package/icons/outdoor-grill/index.d.ts +0 -11
- package/icons/outdoor-grill/index.js +0 -4
- package/icons/outlet/index.d.ts +0 -11
- package/icons/outlet/index.js +0 -4
- package/icons/outlined-flag/index.d.ts +0 -11
- package/icons/outlined-flag/index.js +0 -4
- package/icons/pages/index.d.ts +0 -11
- package/icons/pages/index.js +0 -4
- package/icons/pageview/index.d.ts +0 -11
- package/icons/pageview/index.js +0 -4
- package/icons/palette/index.d.ts +0 -11
- package/icons/palette/index.js +0 -4
- package/icons/pan-tool/index.d.ts +0 -11
- package/icons/pan-tool/index.js +0 -4
- package/icons/panorama/index.d.ts +0 -11
- package/icons/panorama/index.js +0 -4
- package/icons/panorama-fish-eye/index.d.ts +0 -11
- package/icons/panorama-fish-eye/index.js +0 -4
- package/icons/panorama-horizontal/index.d.ts +0 -11
- package/icons/panorama-horizontal/index.js +0 -4
- package/icons/panorama-vertical/index.d.ts +0 -11
- package/icons/panorama-vertical/index.js +0 -4
- package/icons/panorama-wide-angle/index.d.ts +0 -11
- package/icons/panorama-wide-angle/index.js +0 -4
- package/icons/party-mode/index.d.ts +0 -11
- package/icons/party-mode/index.js +0 -4
- package/icons/pause/index.d.ts +0 -11
- package/icons/pause/index.js +0 -4
- package/icons/pause-circle-filled/index.d.ts +0 -11
- package/icons/pause-circle-filled/index.js +0 -4
- package/icons/pause-circle-outline/index.d.ts +0 -11
- package/icons/pause-circle-outline/index.js +0 -4
- package/icons/pause-presentation/index.d.ts +0 -11
- package/icons/pause-presentation/index.js +0 -4
- package/icons/payment/index.d.ts +0 -11
- package/icons/payment/index.js +0 -4
- package/icons/payments/index.d.ts +0 -11
- package/icons/payments/index.js +0 -4
- package/icons/pedal-bike/index.d.ts +0 -11
- package/icons/pedal-bike/index.js +0 -4
- package/icons/pending/index.d.ts +0 -11
- package/icons/pending/index.js +0 -4
- package/icons/pending-actions/index.d.ts +0 -11
- package/icons/pending-actions/index.js +0 -4
- package/icons/people/index.d.ts +0 -11
- package/icons/people/index.js +0 -4
- package/icons/people-alt/index.d.ts +0 -11
- package/icons/people-alt/index.js +0 -4
- package/icons/people-outline/index.d.ts +0 -11
- package/icons/people-outline/index.js +0 -4
- package/icons/perm-camera-mic/index.d.ts +0 -11
- package/icons/perm-camera-mic/index.js +0 -4
- package/icons/perm-contact-calendar/index.d.ts +0 -11
- package/icons/perm-contact-calendar/index.js +0 -4
- package/icons/perm-data-setting/index.d.ts +0 -11
- package/icons/perm-data-setting/index.js +0 -4
- package/icons/perm-device-information/index.d.ts +0 -11
- package/icons/perm-device-information/index.js +0 -4
- package/icons/perm-identity/index.d.ts +0 -11
- package/icons/perm-identity/index.js +0 -4
- package/icons/perm-media/index.d.ts +0 -11
- package/icons/perm-media/index.js +0 -4
- package/icons/perm-phone-msg/index.d.ts +0 -11
- package/icons/perm-phone-msg/index.js +0 -4
- package/icons/perm-scan-wifi/index.d.ts +0 -11
- package/icons/perm-scan-wifi/index.js +0 -4
- package/icons/person/index.d.ts +0 -11
- package/icons/person/index.js +0 -4
- package/icons/person-add/index.d.ts +0 -11
- package/icons/person-add/index.js +0 -4
- package/icons/person-add-alt-1/index.d.ts +0 -11
- package/icons/person-add-alt-1/index.js +0 -4
- package/icons/person-add-disabled/index.d.ts +0 -11
- package/icons/person-add-disabled/index.js +0 -4
- package/icons/person-outline/index.d.ts +0 -11
- package/icons/person-outline/index.js +0 -4
- package/icons/person-pin/index.d.ts +0 -11
- package/icons/person-pin/index.js +0 -4
- package/icons/person-pin-circle/index.d.ts +0 -11
- package/icons/person-pin-circle/index.js +0 -4
- package/icons/person-remove/index.d.ts +0 -11
- package/icons/person-remove/index.js +0 -4
- package/icons/person-remove-alt-1/index.d.ts +0 -11
- package/icons/person-remove-alt-1/index.js +0 -4
- package/icons/person-search/index.d.ts +0 -11
- package/icons/person-search/index.js +0 -4
- package/icons/pest-control/index.d.ts +0 -11
- package/icons/pest-control/index.js +0 -4
- package/icons/pest-control-rodent/index.d.ts +0 -11
- package/icons/pest-control-rodent/index.js +0 -4
- package/icons/pets/index.d.ts +0 -11
- package/icons/pets/index.js +0 -4
- package/icons/phone/index.d.ts +0 -11
- package/icons/phone/index.js +0 -4
- package/icons/phone-android/index.d.ts +0 -11
- package/icons/phone-android/index.js +0 -4
- package/icons/phone-disabled/index.d.ts +0 -11
- package/icons/phone-disabled/index.js +0 -4
- package/icons/phone-enabled/index.d.ts +0 -11
- package/icons/phone-enabled/index.js +0 -4
- package/icons/phone-iphone/index.d.ts +0 -11
- package/icons/phone-iphone/index.js +0 -4
- package/icons/phonelink/index.d.ts +0 -11
- package/icons/phonelink/index.js +0 -4
- package/icons/phonelink-erase/index.d.ts +0 -11
- package/icons/phonelink-erase/index.js +0 -4
- package/icons/phonelink-lock/index.d.ts +0 -11
- package/icons/phonelink-lock/index.js +0 -4
- package/icons/phonelink-off/index.d.ts +0 -11
- package/icons/phonelink-off/index.js +0 -4
- package/icons/phonelink-ring/index.d.ts +0 -11
- package/icons/phonelink-ring/index.js +0 -4
- package/icons/phonelink-setup/index.d.ts +0 -11
- package/icons/phonelink-setup/index.js +0 -4
- package/icons/photo/index.d.ts +0 -11
- package/icons/photo/index.js +0 -4
- package/icons/photo-album/index.d.ts +0 -11
- package/icons/photo-album/index.js +0 -4
- package/icons/photo-camera/index.d.ts +0 -11
- package/icons/photo-camera/index.js +0 -4
- package/icons/photo-filter/index.d.ts +0 -11
- package/icons/photo-filter/index.js +0 -4
- package/icons/photo-library/index.d.ts +0 -11
- package/icons/photo-library/index.js +0 -4
- package/icons/photo-size-select-actual/index.d.ts +0 -11
- package/icons/photo-size-select-actual/index.js +0 -4
- package/icons/photo-size-select-large/index.d.ts +0 -11
- package/icons/photo-size-select-large/index.js +0 -4
- package/icons/photo-size-select-small/index.d.ts +0 -11
- package/icons/photo-size-select-small/index.js +0 -4
- package/icons/picture-as-pdf/index.d.ts +0 -11
- package/icons/picture-as-pdf/index.js +0 -4
- package/icons/picture-in-picture/index.d.ts +0 -11
- package/icons/picture-in-picture/index.js +0 -4
- package/icons/picture-in-picture-alt/index.d.ts +0 -11
- package/icons/picture-in-picture-alt/index.js +0 -4
- package/icons/pie-chart/index.d.ts +0 -11
- package/icons/pie-chart/index.js +0 -4
- package/icons/pie-chart-outline/index.d.ts +0 -11
- package/icons/pie-chart-outline/index.js +0 -4
- package/icons/pin-drop/index.d.ts +0 -11
- package/icons/pin-drop/index.js +0 -4
- package/icons/place/index.d.ts +0 -11
- package/icons/place/index.js +0 -4
- package/icons/plagiarism/index.d.ts +0 -11
- package/icons/plagiarism/index.js +0 -4
- package/icons/play-arrow/index.d.ts +0 -11
- package/icons/play-arrow/index.js +0 -4
- package/icons/play-circle-filled/index.d.ts +0 -11
- package/icons/play-circle-filled/index.js +0 -4
- package/icons/play-circle-outline/index.d.ts +0 -11
- package/icons/play-circle-outline/index.js +0 -4
- package/icons/play-for-work/index.d.ts +0 -11
- package/icons/play-for-work/index.js +0 -4
- package/icons/playlist-add/index.d.ts +0 -11
- package/icons/playlist-add/index.js +0 -4
- package/icons/playlist-add-check/index.d.ts +0 -11
- package/icons/playlist-add-check/index.js +0 -4
- package/icons/playlist-play/index.d.ts +0 -11
- package/icons/playlist-play/index.js +0 -4
- package/icons/plumbing/index.d.ts +0 -11
- package/icons/plumbing/index.js +0 -4
- package/icons/plus-one/index.d.ts +0 -11
- package/icons/plus-one/index.js +0 -4
- package/icons/point-of-sale/index.d.ts +0 -11
- package/icons/point-of-sale/index.js +0 -4
- package/icons/policy/index.d.ts +0 -11
- package/icons/policy/index.js +0 -4
- package/icons/poll/index.d.ts +0 -11
- package/icons/poll/index.js +0 -4
- package/icons/polymer/index.d.ts +0 -11
- package/icons/polymer/index.js +0 -4
- package/icons/pool/index.d.ts +0 -11
- package/icons/pool/index.js +0 -4
- package/icons/portable-wifi-off/index.d.ts +0 -11
- package/icons/portable-wifi-off/index.js +0 -4
- package/icons/portrait/index.d.ts +0 -11
- package/icons/portrait/index.js +0 -4
- package/icons/post-add/index.d.ts +0 -11
- package/icons/post-add/index.js +0 -4
- package/icons/power-input/index.d.ts +0 -11
- package/icons/power-input/index.js +0 -4
- package/icons/power-settings-new/index.d.ts +0 -11
- package/icons/power-settings-new/index.js +0 -4
- package/icons/precision-manufacturing/index.d.ts +0 -11
- package/icons/precision-manufacturing/index.js +0 -4
- package/icons/pregnant-woman/index.d.ts +0 -11
- package/icons/pregnant-woman/index.js +0 -4
- package/icons/present-to-all/index.d.ts +0 -11
- package/icons/present-to-all/index.js +0 -4
- package/icons/preview/index.d.ts +0 -11
- package/icons/preview/index.js +0 -4
- package/icons/print/index.d.ts +0 -11
- package/icons/print/index.js +0 -4
- package/icons/print-disabled/index.d.ts +0 -11
- package/icons/print-disabled/index.js +0 -4
- package/icons/privacy-tip/index.d.ts +0 -11
- package/icons/privacy-tip/index.js +0 -4
- package/icons/propane/index.d.ts +0 -11
- package/icons/propane/index.js +0 -4
- package/icons/propane-tank/index.d.ts +0 -11
- package/icons/propane-tank/index.js +0 -4
- package/icons/psychology/index.d.ts +0 -11
- package/icons/psychology/index.js +0 -4
- package/icons/public/index.d.ts +0 -11
- package/icons/public/index.js +0 -4
- package/icons/public-off/index.d.ts +0 -11
- package/icons/public-off/index.js +0 -4
- package/icons/publish/index.d.ts +0 -11
- package/icons/publish/index.js +0 -4
- package/icons/published-with-changes/index.d.ts +0 -11
- package/icons/published-with-changes/index.js +0 -4
- package/icons/push-pin/index.d.ts +0 -11
- package/icons/push-pin/index.js +0 -4
- package/icons/qr-code/index.d.ts +0 -11
- package/icons/qr-code/index.js +0 -4
- package/icons/qr-code-scanner/index.d.ts +0 -11
- package/icons/qr-code-scanner/index.js +0 -4
- package/icons/query-builder/index.d.ts +0 -11
- package/icons/query-builder/index.js +0 -4
- package/icons/question-answer/index.d.ts +0 -11
- package/icons/question-answer/index.js +0 -4
- package/icons/queue/index.d.ts +0 -11
- package/icons/queue/index.js +0 -4
- package/icons/queue-music/index.d.ts +0 -11
- package/icons/queue-music/index.js +0 -4
- package/icons/queue-play-next/index.d.ts +0 -11
- package/icons/queue-play-next/index.js +0 -4
- package/icons/quickreply/index.d.ts +0 -11
- package/icons/quickreply/index.js +0 -4
- package/icons/radio/index.d.ts +0 -11
- package/icons/radio/index.js +0 -4
- package/icons/radio-button-checked/index.d.ts +0 -11
- package/icons/radio-button-checked/index.js +0 -4
- package/icons/radio-button-unchecked/index.d.ts +0 -11
- package/icons/radio-button-unchecked/index.js +0 -4
- package/icons/rate-review/index.d.ts +0 -11
- package/icons/rate-review/index.js +0 -4
- package/icons/read-more/index.d.ts +0 -11
- package/icons/read-more/index.js +0 -4
- package/icons/receipt/index.d.ts +0 -11
- package/icons/receipt/index.js +0 -4
- package/icons/receipt-long/index.d.ts +0 -11
- package/icons/receipt-long/index.js +0 -4
- package/icons/recent-actors/index.d.ts +0 -11
- package/icons/recent-actors/index.js +0 -4
- package/icons/record-voice-over/index.d.ts +0 -11
- package/icons/record-voice-over/index.js +0 -4
- package/icons/redeem/index.d.ts +0 -11
- package/icons/redeem/index.js +0 -4
- package/icons/redo/index.d.ts +0 -11
- package/icons/redo/index.js +0 -4
- package/icons/reduce-capacity/index.d.ts +0 -11
- package/icons/reduce-capacity/index.js +0 -4
- package/icons/refresh/index.d.ts +0 -11
- package/icons/refresh/index.js +0 -4
- package/icons/remove/index.d.ts +0 -11
- package/icons/remove/index.js +0 -4
- package/icons/remove-circle/index.d.ts +0 -11
- package/icons/remove-circle/index.js +0 -4
- package/icons/remove-circle-outline/index.d.ts +0 -11
- package/icons/remove-circle-outline/index.js +0 -4
- package/icons/remove-from-queue/index.d.ts +0 -11
- package/icons/remove-from-queue/index.js +0 -4
- package/icons/remove-red-eye/index.d.ts +0 -11
- package/icons/remove-red-eye/index.js +0 -4
- package/icons/remove-shopping-cart/index.d.ts +0 -11
- package/icons/remove-shopping-cart/index.js +0 -4
- package/icons/reorder/index.d.ts +0 -11
- package/icons/reorder/index.js +0 -4
- package/icons/repeat/index.d.ts +0 -11
- package/icons/repeat/index.js +0 -4
- package/icons/repeat-one/index.d.ts +0 -11
- package/icons/repeat-one/index.js +0 -4
- package/icons/replay/index.d.ts +0 -11
- package/icons/replay/index.js +0 -4
- package/icons/replay-10/index.d.ts +0 -11
- package/icons/replay-10/index.js +0 -4
- package/icons/replay-30/index.d.ts +0 -11
- package/icons/replay-30/index.js +0 -4
- package/icons/replay-5/index.d.ts +0 -11
- package/icons/replay-5/index.js +0 -4
- package/icons/reply/index.d.ts +0 -11
- package/icons/reply/index.js +0 -4
- package/icons/reply-all/index.d.ts +0 -11
- package/icons/reply-all/index.js +0 -4
- package/icons/report/index.d.ts +0 -11
- package/icons/report/index.js +0 -4
- package/icons/report-off/index.d.ts +0 -11
- package/icons/report-off/index.js +0 -4
- package/icons/report-outline/index.d.ts +0 -11
- package/icons/report-outline/index.js +0 -4
- package/icons/report-problem/index.d.ts +0 -11
- package/icons/report-problem/index.js +0 -4
- package/icons/request-page/index.d.ts +0 -11
- package/icons/request-page/index.js +0 -4
- package/icons/request-quote/index.d.ts +0 -11
- package/icons/request-quote/index.js +0 -4
- package/icons/restaurant/index.d.ts +0 -11
- package/icons/restaurant/index.js +0 -4
- package/icons/restaurant-menu/index.d.ts +0 -11
- package/icons/restaurant-menu/index.js +0 -4
- package/icons/restore/index.d.ts +0 -11
- package/icons/restore/index.js +0 -4
- package/icons/restore-from-trash/index.d.ts +0 -11
- package/icons/restore-from-trash/index.js +0 -4
- package/icons/restore-page/index.d.ts +0 -11
- package/icons/restore-page/index.js +0 -4
- package/icons/rice-bowl/index.d.ts +0 -11
- package/icons/rice-bowl/index.js +0 -4
- package/icons/ring-volume/index.d.ts +0 -11
- package/icons/ring-volume/index.js +0 -4
- package/icons/roller-shades/index.d.ts +0 -11
- package/icons/roller-shades/index.js +0 -4
- package/icons/roller-shades-closed/index.d.ts +0 -11
- package/icons/roller-shades-closed/index.js +0 -4
- package/icons/roofing/index.d.ts +0 -11
- package/icons/roofing/index.js +0 -4
- package/icons/room/index.d.ts +0 -11
- package/icons/room/index.js +0 -4
- package/icons/room-preferences/index.d.ts +0 -11
- package/icons/room-preferences/index.js +0 -4
- package/icons/room-service/index.d.ts +0 -11
- package/icons/room-service/index.js +0 -4
- package/icons/rotate-90-degrees-ccw/index.d.ts +0 -11
- package/icons/rotate-90-degrees-ccw/index.js +0 -4
- package/icons/rotate-left/index.d.ts +0 -11
- package/icons/rotate-left/index.js +0 -4
- package/icons/rotate-right/index.d.ts +0 -11
- package/icons/rotate-right/index.js +0 -4
- package/icons/rounded-corner/index.d.ts +0 -11
- package/icons/rounded-corner/index.js +0 -4
- package/icons/router/index.d.ts +0 -11
- package/icons/router/index.js +0 -4
- package/icons/rowing/index.d.ts +0 -11
- package/icons/rowing/index.js +0 -4
- package/icons/rss-feed/index.d.ts +0 -11
- package/icons/rss-feed/index.js +0 -4
- package/icons/rule/index.d.ts +0 -11
- package/icons/rule/index.js +0 -4
- package/icons/rule-folder/index.d.ts +0 -11
- package/icons/rule-folder/index.js +0 -4
- package/icons/run-circle/index.d.ts +0 -11
- package/icons/run-circle/index.js +0 -4
- package/icons/rv-hookup/index.d.ts +0 -11
- package/icons/rv-hookup/index.js +0 -4
- package/icons/sanitizer/index.d.ts +0 -11
- package/icons/sanitizer/index.js +0 -4
- package/icons/satellite/index.d.ts +0 -11
- package/icons/satellite/index.js +0 -4
- package/icons/save/index.d.ts +0 -11
- package/icons/save/index.js +0 -4
- package/icons/save-alt/index.d.ts +0 -11
- package/icons/save-alt/index.js +0 -4
- package/icons/scanner/index.d.ts +0 -11
- package/icons/scanner/index.js +0 -4
- package/icons/scatter-plot/index.d.ts +0 -11
- package/icons/scatter-plot/index.js +0 -4
- package/icons/schedule/index.d.ts +0 -11
- package/icons/schedule/index.js +0 -4
- package/icons/school/index.d.ts +0 -11
- package/icons/school/index.js +0 -4
- package/icons/science/index.d.ts +0 -11
- package/icons/science/index.js +0 -4
- package/icons/score/index.d.ts +0 -11
- package/icons/score/index.js +0 -4
- package/icons/screen-lock-landscape/index.d.ts +0 -11
- package/icons/screen-lock-landscape/index.js +0 -4
- package/icons/screen-lock-portrait/index.d.ts +0 -11
- package/icons/screen-lock-portrait/index.js +0 -4
- package/icons/screen-lock-rotation/index.d.ts +0 -11
- package/icons/screen-lock-rotation/index.js +0 -4
- package/icons/screen-rotation/index.d.ts +0 -11
- package/icons/screen-rotation/index.js +0 -4
- package/icons/screen-share/index.d.ts +0 -11
- package/icons/screen-share/index.js +0 -4
- package/icons/sd-storage/index.d.ts +0 -11
- package/icons/sd-storage/index.js +0 -4
- package/icons/search/index.d.ts +0 -11
- package/icons/search/index.js +0 -4
- package/icons/search-off/index.d.ts +0 -11
- package/icons/search-off/index.js +0 -4
- package/icons/security/index.d.ts +0 -11
- package/icons/security/index.js +0 -4
- package/icons/select-all/index.d.ts +0 -11
- package/icons/select-all/index.js +0 -4
- package/icons/self-improvement/index.d.ts +0 -11
- package/icons/self-improvement/index.js +0 -4
- package/icons/send/index.d.ts +0 -11
- package/icons/send/index.js +0 -4
- package/icons/sensor-door/index.d.ts +0 -11
- package/icons/sensor-door/index.js +0 -4
- package/icons/sensor-occupied/index.d.ts +0 -11
- package/icons/sensor-occupied/index.js +0 -4
- package/icons/sensor-window/index.d.ts +0 -11
- package/icons/sensor-window/index.js +0 -4
- package/icons/sentiment-dissatisfied/index.d.ts +0 -11
- package/icons/sentiment-dissatisfied/index.js +0 -4
- package/icons/sentiment-neutral/index.d.ts +0 -11
- package/icons/sentiment-neutral/index.js +0 -4
- package/icons/sentiment-satisfied/index.d.ts +0 -11
- package/icons/sentiment-satisfied/index.js +0 -4
- package/icons/sentiment-satisfied-alt/index.d.ts +0 -11
- package/icons/sentiment-satisfied-alt/index.js +0 -4
- package/icons/sentiment-very-dissatisfied/index.d.ts +0 -11
- package/icons/sentiment-very-dissatisfied/index.js +0 -4
- package/icons/sentiment-very-satisfied/index.d.ts +0 -11
- package/icons/sentiment-very-satisfied/index.js +0 -4
- package/icons/set-meal/index.d.ts +0 -11
- package/icons/set-meal/index.js +0 -4
- package/icons/settings/index.d.ts +0 -11
- package/icons/settings/index.js +0 -4
- package/icons/settings-applications/index.d.ts +0 -11
- package/icons/settings-applications/index.js +0 -4
- package/icons/settings-backup-restore/index.d.ts +0 -11
- package/icons/settings-backup-restore/index.js +0 -4
- package/icons/settings-bluetooth/index.d.ts +0 -11
- package/icons/settings-bluetooth/index.js +0 -4
- package/icons/settings-brightness/index.d.ts +0 -11
- package/icons/settings-brightness/index.js +0 -4
- package/icons/settings-cell/index.d.ts +0 -11
- package/icons/settings-cell/index.js +0 -4
- package/icons/settings-ethernet/index.d.ts +0 -11
- package/icons/settings-ethernet/index.js +0 -4
- package/icons/settings-input-antenna/index.d.ts +0 -11
- package/icons/settings-input-antenna/index.js +0 -4
- package/icons/settings-input-component/index.d.ts +0 -11
- package/icons/settings-input-component/index.js +0 -4
- package/icons/settings-input-composite/index.d.ts +0 -11
- package/icons/settings-input-composite/index.js +0 -4
- package/icons/settings-input-hdmi/index.d.ts +0 -11
- package/icons/settings-input-hdmi/index.js +0 -4
- package/icons/settings-input-svideo/index.d.ts +0 -11
- package/icons/settings-input-svideo/index.js +0 -4
- package/icons/settings-overscan/index.d.ts +0 -11
- package/icons/settings-overscan/index.js +0 -4
- package/icons/settings-phone/index.d.ts +0 -11
- package/icons/settings-phone/index.js +0 -4
- package/icons/settings-power/index.d.ts +0 -11
- package/icons/settings-power/index.js +0 -4
- package/icons/settings-remote/index.d.ts +0 -11
- package/icons/settings-remote/index.js +0 -4
- package/icons/settings-system-daydream/index.d.ts +0 -11
- package/icons/settings-system-daydream/index.js +0 -4
- package/icons/settings-voice/index.d.ts +0 -11
- package/icons/settings-voice/index.js +0 -4
- package/icons/share/index.d.ts +0 -11
- package/icons/share/index.js +0 -4
- package/icons/shield-moon/index.d.ts +0 -11
- package/icons/shield-moon/index.js +0 -4
- package/icons/shop/index.d.ts +0 -11
- package/icons/shop/index.js +0 -4
- package/icons/shop-two/index.d.ts +0 -11
- package/icons/shop-two/index.js +0 -4
- package/icons/shopping-bag/index.d.ts +0 -11
- package/icons/shopping-bag/index.js +0 -4
- package/icons/shopping-basket/index.d.ts +0 -11
- package/icons/shopping-basket/index.js +0 -4
- package/icons/shopping-cart/index.d.ts +0 -11
- package/icons/shopping-cart/index.js +0 -4
- package/icons/short-text/index.d.ts +0 -11
- package/icons/short-text/index.js +0 -4
- package/icons/show-chart/index.d.ts +0 -11
- package/icons/show-chart/index.js +0 -4
- package/icons/shuffle/index.d.ts +0 -11
- package/icons/shuffle/index.js +0 -4
- package/icons/shutter-speed/index.d.ts +0 -11
- package/icons/shutter-speed/index.js +0 -4
- package/icons/sick/index.d.ts +0 -11
- package/icons/sick/index.js +0 -4
- package/icons/signal-cellular-4-bar/index.d.ts +0 -11
- package/icons/signal-cellular-4-bar/index.js +0 -4
- package/icons/signal-cellular-alt/index.d.ts +0 -11
- package/icons/signal-cellular-alt/index.js +0 -4
- package/icons/signal-cellular-connected-no-internet-4-bar/index.d.ts +0 -11
- package/icons/signal-cellular-connected-no-internet-4-bar/index.js +0 -4
- package/icons/signal-cellular-no-sim/index.d.ts +0 -11
- package/icons/signal-cellular-no-sim/index.js +0 -4
- package/icons/signal-cellular-null/index.d.ts +0 -11
- package/icons/signal-cellular-null/index.js +0 -4
- package/icons/signal-cellular-off/index.d.ts +0 -11
- package/icons/signal-cellular-off/index.js +0 -4
- package/icons/signal-wifi-4-bar/index.d.ts +0 -11
- package/icons/signal-wifi-4-bar/index.js +0 -4
- package/icons/signal-wifi-4-bar-lock/index.d.ts +0 -11
- package/icons/signal-wifi-4-bar-lock/index.js +0 -4
- package/icons/signal-wifi-off/index.d.ts +0 -11
- package/icons/signal-wifi-off/index.js +0 -4
- package/icons/sim-card/index.d.ts +0 -11
- package/icons/sim-card/index.js +0 -4
- package/icons/single-bed/index.d.ts +0 -11
- package/icons/single-bed/index.js +0 -4
- package/icons/skip-next/index.d.ts +0 -11
- package/icons/skip-next/index.js +0 -4
- package/icons/skip-previous/index.d.ts +0 -11
- package/icons/skip-previous/index.js +0 -4
- package/icons/slideshow/index.d.ts +0 -11
- package/icons/slideshow/index.js +0 -4
- package/icons/slow-motion-video/index.d.ts +0 -11
- package/icons/slow-motion-video/index.js +0 -4
- package/icons/smart-button/index.d.ts +0 -11
- package/icons/smart-button/index.js +0 -4
- package/icons/smart-toy/index.d.ts +0 -11
- package/icons/smart-toy/index.js +0 -4
- package/icons/smartphone/index.d.ts +0 -11
- package/icons/smartphone/index.js +0 -4
- package/icons/smoke-free/index.d.ts +0 -11
- package/icons/smoke-free/index.js +0 -4
- package/icons/smoking-rooms/index.d.ts +0 -11
- package/icons/smoking-rooms/index.js +0 -4
- package/icons/snippet-folder/index.d.ts +0 -11
- package/icons/snippet-folder/index.js +0 -4
- package/icons/snooze/index.d.ts +0 -11
- package/icons/snooze/index.js +0 -4
- package/icons/soap/index.d.ts +0 -11
- package/icons/soap/index.js +0 -4
- package/icons/solar-power/index.d.ts +0 -11
- package/icons/solar-power/index.js +0 -4
- package/icons/sort/index.d.ts +0 -11
- package/icons/sort/index.js +0 -4
- package/icons/sort-by-alpha/index.d.ts +0 -11
- package/icons/sort-by-alpha/index.js +0 -4
- package/icons/source/index.d.ts +0 -11
- package/icons/source/index.js +0 -4
- package/icons/south/index.d.ts +0 -11
- package/icons/south/index.js +0 -4
- package/icons/south-east/index.d.ts +0 -11
- package/icons/south-east/index.js +0 -4
- package/icons/south-west/index.d.ts +0 -11
- package/icons/south-west/index.js +0 -4
- package/icons/spa/index.d.ts +0 -11
- package/icons/spa/index.js +0 -4
- package/icons/space-bar/index.d.ts +0 -11
- package/icons/space-bar/index.js +0 -4
- package/icons/speaker/index.d.ts +0 -11
- package/icons/speaker/index.js +0 -4
- package/icons/speaker-group/index.d.ts +0 -11
- package/icons/speaker-group/index.js +0 -4
- package/icons/speaker-notes/index.d.ts +0 -11
- package/icons/speaker-notes/index.js +0 -4
- package/icons/speaker-notes-off/index.d.ts +0 -11
- package/icons/speaker-notes-off/index.js +0 -4
- package/icons/speaker-phone/index.d.ts +0 -11
- package/icons/speaker-phone/index.js +0 -4
- package/icons/speed/index.d.ts +0 -11
- package/icons/speed/index.js +0 -4
- package/icons/spellcheck/index.d.ts +0 -11
- package/icons/spellcheck/index.js +0 -4
- package/icons/sports/index.d.ts +0 -11
- package/icons/sports/index.js +0 -4
- package/icons/sports-bar/index.d.ts +0 -11
- package/icons/sports-bar/index.js +0 -4
- package/icons/sports-baseball/index.d.ts +0 -11
- package/icons/sports-baseball/index.js +0 -4
- package/icons/sports-basketball/index.d.ts +0 -11
- package/icons/sports-basketball/index.js +0 -4
- package/icons/sports-cricket/index.d.ts +0 -11
- package/icons/sports-cricket/index.js +0 -4
- package/icons/sports-esports/index.d.ts +0 -11
- package/icons/sports-esports/index.js +0 -4
- package/icons/sports-football/index.d.ts +0 -11
- package/icons/sports-football/index.js +0 -4
- package/icons/sports-golf/index.d.ts +0 -11
- package/icons/sports-golf/index.js +0 -4
- package/icons/sports-handball/index.d.ts +0 -11
- package/icons/sports-handball/index.js +0 -4
- package/icons/sports-hockey/index.d.ts +0 -11
- package/icons/sports-hockey/index.js +0 -4
- package/icons/sports-kabaddi/index.d.ts +0 -11
- package/icons/sports-kabaddi/index.js +0 -4
- package/icons/sports-mma/index.d.ts +0 -11
- package/icons/sports-mma/index.js +0 -4
- package/icons/sports-motorsports/index.d.ts +0 -11
- package/icons/sports-motorsports/index.js +0 -4
- package/icons/sports-rugby/index.d.ts +0 -11
- package/icons/sports-rugby/index.js +0 -4
- package/icons/sports-soccer/index.d.ts +0 -11
- package/icons/sports-soccer/index.js +0 -4
- package/icons/sports-tennis/index.d.ts +0 -11
- package/icons/sports-tennis/index.js +0 -4
- package/icons/sports-volleyball/index.d.ts +0 -11
- package/icons/sports-volleyball/index.js +0 -4
- package/icons/square-foot/index.d.ts +0 -11
- package/icons/square-foot/index.js +0 -4
- package/icons/stacked-line-chart/index.d.ts +0 -11
- package/icons/stacked-line-chart/index.js +0 -4
- package/icons/stairs/index.d.ts +0 -11
- package/icons/stairs/index.js +0 -4
- package/icons/star/index.d.ts +0 -11
- package/icons/star/index.js +0 -4
- package/icons/star-border/index.d.ts +0 -11
- package/icons/star-border/index.js +0 -4
- package/icons/star-half/index.d.ts +0 -11
- package/icons/star-half/index.js +0 -4
- package/icons/star-outline/index.d.ts +0 -11
- package/icons/star-outline/index.js +0 -4
- package/icons/star-rate/index.d.ts +0 -11
- package/icons/star-rate/index.js +0 -4
- package/icons/stars/index.d.ts +0 -11
- package/icons/stars/index.js +0 -4
- package/icons/stay-current-landscape/index.d.ts +0 -11
- package/icons/stay-current-landscape/index.js +0 -4
- package/icons/stay-current-portrait/index.d.ts +0 -11
- package/icons/stay-current-portrait/index.js +0 -4
- package/icons/stay-primary-landscape/index.d.ts +0 -11
- package/icons/stay-primary-landscape/index.js +0 -4
- package/icons/stay-primary-portrait/index.d.ts +0 -11
- package/icons/stay-primary-portrait/index.js +0 -4
- package/icons/sticky-note-2/index.d.ts +0 -11
- package/icons/sticky-note-2/index.js +0 -4
- package/icons/stop/index.d.ts +0 -11
- package/icons/stop/index.js +0 -4
- package/icons/stop-circle/index.d.ts +0 -11
- package/icons/stop-circle/index.js +0 -4
- package/icons/stop-screen-share/index.d.ts +0 -11
- package/icons/stop-screen-share/index.js +0 -4
- package/icons/storage/index.d.ts +0 -11
- package/icons/storage/index.js +0 -4
- package/icons/store/index.d.ts +0 -11
- package/icons/store/index.js +0 -4
- package/icons/store-mall-directory/index.d.ts +0 -11
- package/icons/store-mall-directory/index.js +0 -4
- package/icons/storefront/index.d.ts +0 -11
- package/icons/storefront/index.js +0 -4
- package/icons/straighten/index.d.ts +0 -11
- package/icons/straighten/index.js +0 -4
- package/icons/streetview/index.d.ts +0 -11
- package/icons/streetview/index.js +0 -4
- package/icons/strikethrough-s/index.d.ts +0 -11
- package/icons/strikethrough-s/index.js +0 -4
- package/icons/stroller/index.d.ts +0 -11
- package/icons/stroller/index.js +0 -4
- package/icons/style/index.d.ts +0 -11
- package/icons/style/index.js +0 -4
- package/icons/subdirectory-arrow-left/index.d.ts +0 -11
- package/icons/subdirectory-arrow-left/index.js +0 -4
- package/icons/subdirectory-arrow-right/index.d.ts +0 -11
- package/icons/subdirectory-arrow-right/index.js +0 -4
- package/icons/subject/index.d.ts +0 -11
- package/icons/subject/index.js +0 -4
- package/icons/subscript/index.d.ts +0 -11
- package/icons/subscript/index.js +0 -4
- package/icons/subscriptions/index.d.ts +0 -11
- package/icons/subscriptions/index.js +0 -4
- package/icons/subtitles/index.d.ts +0 -11
- package/icons/subtitles/index.js +0 -4
- package/icons/subtitles-off/index.d.ts +0 -11
- package/icons/subtitles-off/index.js +0 -4
- package/icons/subway/index.d.ts +0 -11
- package/icons/subway/index.js +0 -4
- package/icons/superscript/index.d.ts +0 -11
- package/icons/superscript/index.js +0 -4
- package/icons/supervised-user-circle/index.d.ts +0 -11
- package/icons/supervised-user-circle/index.js +0 -4
- package/icons/supervisor-account/index.d.ts +0 -11
- package/icons/supervisor-account/index.js +0 -4
- package/icons/support/index.d.ts +0 -11
- package/icons/support/index.js +0 -4
- package/icons/surround-sound/index.d.ts +0 -11
- package/icons/surround-sound/index.js +0 -4
- package/icons/swap-calls/index.d.ts +0 -11
- package/icons/swap-calls/index.js +0 -4
- package/icons/swap-horiz/index.d.ts +0 -11
- package/icons/swap-horiz/index.js +0 -4
- package/icons/swap-horizontal-circle/index.d.ts +0 -11
- package/icons/swap-horizontal-circle/index.js +0 -4
- package/icons/swap-vert/index.d.ts +0 -11
- package/icons/swap-vert/index.js +0 -4
- package/icons/swap-vertical-circle/index.d.ts +0 -11
- package/icons/swap-vertical-circle/index.js +0 -4
- package/icons/switch-camera/index.d.ts +0 -11
- package/icons/switch-camera/index.js +0 -4
- package/icons/switch-left/index.d.ts +0 -11
- package/icons/switch-left/index.js +0 -4
- package/icons/switch-right/index.d.ts +0 -11
- package/icons/switch-right/index.js +0 -4
- package/icons/switch-video/index.d.ts +0 -11
- package/icons/switch-video/index.js +0 -4
- package/icons/sync-alt/index.d.ts +0 -11
- package/icons/sync-alt/index.js +0 -4
- package/icons/system-update-alt/index.d.ts +0 -11
- package/icons/system-update-alt/index.js +0 -4
- package/icons/tab/index.d.ts +0 -11
- package/icons/tab/index.js +0 -4
- package/icons/tab-unselected/index.d.ts +0 -11
- package/icons/tab-unselected/index.js +0 -4
- package/icons/table-chart/index.d.ts +0 -11
- package/icons/table-chart/index.js +0 -4
- package/icons/table-rows/index.d.ts +0 -11
- package/icons/table-rows/index.js +0 -4
- package/icons/table-view/index.d.ts +0 -11
- package/icons/table-view/index.js +0 -4
- package/icons/tablet/index.d.ts +0 -11
- package/icons/tablet/index.js +0 -4
- package/icons/tablet-android/index.d.ts +0 -11
- package/icons/tablet-android/index.js +0 -4
- package/icons/tablet-mac/index.d.ts +0 -11
- package/icons/tablet-mac/index.js +0 -4
- package/icons/tag-faces/index.d.ts +0 -11
- package/icons/tag-faces/index.js +0 -4
- package/icons/tapas/index.d.ts +0 -11
- package/icons/tapas/index.js +0 -4
- package/icons/terrain/index.d.ts +0 -11
- package/icons/terrain/index.js +0 -4
- package/icons/text-fields/index.d.ts +0 -11
- package/icons/text-fields/index.js +0 -4
- package/icons/text-format/index.d.ts +0 -11
- package/icons/text-format/index.js +0 -4
- package/icons/text-rotate-up/index.d.ts +0 -11
- package/icons/text-rotate-up/index.js +0 -4
- package/icons/text-rotate-vertical/index.d.ts +0 -11
- package/icons/text-rotate-vertical/index.js +0 -4
- package/icons/text-rotation-angledown/index.d.ts +0 -11
- package/icons/text-rotation-angledown/index.js +0 -4
- package/icons/text-rotation-angleup/index.d.ts +0 -11
- package/icons/text-rotation-angleup/index.js +0 -4
- package/icons/text-rotation-down/index.d.ts +0 -11
- package/icons/text-rotation-down/index.js +0 -4
- package/icons/text-rotation-none/index.d.ts +0 -11
- package/icons/text-rotation-none/index.js +0 -4
- package/icons/text-snippet/index.d.ts +0 -11
- package/icons/text-snippet/index.js +0 -4
- package/icons/textsms/index.d.ts +0 -11
- package/icons/textsms/index.js +0 -4
- package/icons/texture/index.d.ts +0 -11
- package/icons/texture/index.js +0 -4
- package/icons/theaters/index.d.ts +0 -11
- package/icons/theaters/index.js +0 -4
- package/icons/thermostat/index.d.ts +0 -11
- package/icons/thermostat/index.js +0 -4
- package/icons/thumb-down/index.d.ts +0 -11
- package/icons/thumb-down/index.js +0 -4
- package/icons/thumb-down-alt/index.d.ts +0 -11
- package/icons/thumb-down-alt/index.js +0 -4
- package/icons/thumb-up/index.d.ts +0 -11
- package/icons/thumb-up/index.js +0 -4
- package/icons/thumb-up-alt/index.d.ts +0 -11
- package/icons/thumb-up-alt/index.js +0 -4
- package/icons/thumbs-up-down/index.d.ts +0 -11
- package/icons/thumbs-up-down/index.js +0 -4
- package/icons/timelapse/index.d.ts +0 -11
- package/icons/timelapse/index.js +0 -4
- package/icons/timeline/index.d.ts +0 -11
- package/icons/timeline/index.js +0 -4
- package/icons/timer/index.d.ts +0 -11
- package/icons/timer/index.js +0 -4
- package/icons/timer-10/index.d.ts +0 -11
- package/icons/timer-10/index.js +0 -4
- package/icons/timer-3/index.d.ts +0 -11
- package/icons/timer-3/index.js +0 -4
- package/icons/timer-off/index.d.ts +0 -11
- package/icons/timer-off/index.js +0 -4
- package/icons/title/index.d.ts +0 -11
- package/icons/title/index.js +0 -4
- package/icons/toc/index.d.ts +0 -11
- package/icons/toc/index.js +0 -4
- package/icons/today/index.d.ts +0 -11
- package/icons/today/index.js +0 -4
- package/icons/toggle-off/index.d.ts +0 -11
- package/icons/toggle-off/index.js +0 -4
- package/icons/toggle-on/index.d.ts +0 -11
- package/icons/toggle-on/index.js +0 -4
- package/icons/toll/index.d.ts +0 -11
- package/icons/toll/index.js +0 -4
- package/icons/tonality/index.d.ts +0 -11
- package/icons/tonality/index.js +0 -4
- package/icons/topic/index.d.ts +0 -11
- package/icons/topic/index.js +0 -4
- package/icons/touch-app/index.d.ts +0 -11
- package/icons/touch-app/index.js +0 -4
- package/icons/tour/index.d.ts +0 -11
- package/icons/tour/index.js +0 -4
- package/icons/toys/index.d.ts +0 -11
- package/icons/toys/index.js +0 -4
- package/icons/track-changes/index.d.ts +0 -11
- package/icons/track-changes/index.js +0 -4
- package/icons/traffic/index.d.ts +0 -11
- package/icons/traffic/index.js +0 -4
- package/icons/train/index.d.ts +0 -11
- package/icons/train/index.js +0 -4
- package/icons/tram/index.d.ts +0 -11
- package/icons/tram/index.js +0 -4
- package/icons/transfer-within-a-station/index.d.ts +0 -11
- package/icons/transfer-within-a-station/index.js +0 -4
- package/icons/transform/index.d.ts +0 -11
- package/icons/transform/index.js +0 -4
- package/icons/transit-enterexit/index.d.ts +0 -11
- package/icons/transit-enterexit/index.js +0 -4
- package/icons/translate/index.d.ts +0 -11
- package/icons/translate/index.js +0 -4
- package/icons/trending-down/index.d.ts +0 -11
- package/icons/trending-down/index.js +0 -4
- package/icons/trending-flat/index.d.ts +0 -11
- package/icons/trending-flat/index.js +0 -4
- package/icons/trending-up/index.d.ts +0 -11
- package/icons/trending-up/index.js +0 -4
- package/icons/trip-origin/index.d.ts +0 -11
- package/icons/trip-origin/index.js +0 -4
- package/icons/tty/index.d.ts +0 -11
- package/icons/tty/index.js +0 -4
- package/icons/tune/index.d.ts +0 -11
- package/icons/tune/index.js +0 -4
- package/icons/turned-in/index.d.ts +0 -11
- package/icons/turned-in/index.js +0 -4
- package/icons/turned-in-not/index.d.ts +0 -11
- package/icons/turned-in-not/index.js +0 -4
- package/icons/tv/index.d.ts +0 -11
- package/icons/tv/index.js +0 -4
- package/icons/two-wheeler/index.d.ts +0 -11
- package/icons/two-wheeler/index.js +0 -4
- package/icons/types.d.ts +0 -8
- package/icons/types.js +0 -1
- package/icons/umbrella/index.d.ts +0 -11
- package/icons/umbrella/index.js +0 -4
- package/icons/unarchive/index.d.ts +0 -11
- package/icons/unarchive/index.js +0 -4
- package/icons/undo/index.d.ts +0 -11
- package/icons/undo/index.js +0 -4
- package/icons/unfold-less/index.d.ts +0 -11
- package/icons/unfold-less/index.js +0 -4
- package/icons/unfold-more/index.d.ts +0 -11
- package/icons/unfold-more/index.js +0 -4
- package/icons/unpublished/index.d.ts +0 -11
- package/icons/unpublished/index.js +0 -4
- package/icons/unsubscribe/index.d.ts +0 -11
- package/icons/unsubscribe/index.js +0 -4
- package/icons/update/index.d.ts +0 -11
- package/icons/update/index.js +0 -4
- package/icons/upgrade/index.d.ts +0 -11
- package/icons/upgrade/index.js +0 -4
- package/icons/upload/index.d.ts +0 -11
- package/icons/upload/index.js +0 -4
- package/icons/usb/index.d.ts +0 -11
- package/icons/usb/index.js +0 -4
- package/icons/variables/index.d.ts +0 -11
- package/icons/variables/index.js +0 -4
- package/icons/verified/index.d.ts +0 -11
- package/icons/verified/index.js +0 -4
- package/icons/verified-user/index.d.ts +0 -11
- package/icons/verified-user/index.js +0 -4
- package/icons/vertical-align-bottom/index.d.ts +0 -11
- package/icons/vertical-align-bottom/index.js +0 -4
- package/icons/vertical-align-center/index.d.ts +0 -11
- package/icons/vertical-align-center/index.js +0 -4
- package/icons/vertical-align-top/index.d.ts +0 -11
- package/icons/vertical-align-top/index.js +0 -4
- package/icons/vertical-shades/index.d.ts +0 -11
- package/icons/vertical-shades/index.js +0 -4
- package/icons/vertical-shades-closed/index.d.ts +0 -11
- package/icons/vertical-shades-closed/index.js +0 -4
- package/icons/vertical-split/index.d.ts +0 -11
- package/icons/vertical-split/index.js +0 -4
- package/icons/video-call/index.d.ts +0 -11
- package/icons/video-call/index.js +0 -4
- package/icons/video-label/index.d.ts +0 -11
- package/icons/video-label/index.js +0 -4
- package/icons/video-library/index.d.ts +0 -11
- package/icons/video-library/index.js +0 -4
- package/icons/video-settings/index.d.ts +0 -11
- package/icons/video-settings/index.js +0 -4
- package/icons/videocam/index.d.ts +0 -11
- package/icons/videocam/index.js +0 -4
- package/icons/videocam-off/index.d.ts +0 -11
- package/icons/videocam-off/index.js +0 -4
- package/icons/videogame-asset/index.d.ts +0 -11
- package/icons/videogame-asset/index.js +0 -4
- package/icons/view-agenda/index.d.ts +0 -11
- package/icons/view-agenda/index.js +0 -4
- package/icons/view-array/index.d.ts +0 -11
- package/icons/view-array/index.js +0 -4
- package/icons/view-carousel/index.d.ts +0 -11
- package/icons/view-carousel/index.js +0 -4
- package/icons/view-column/index.d.ts +0 -11
- package/icons/view-column/index.js +0 -4
- package/icons/view-comfy/index.d.ts +0 -11
- package/icons/view-comfy/index.js +0 -4
- package/icons/view-compact/index.d.ts +0 -11
- package/icons/view-compact/index.js +0 -4
- package/icons/view-day/index.d.ts +0 -11
- package/icons/view-day/index.js +0 -4
- package/icons/view-headline/index.d.ts +0 -11
- package/icons/view-headline/index.js +0 -4
- package/icons/view-list/index.d.ts +0 -11
- package/icons/view-list/index.js +0 -4
- package/icons/view-module/index.d.ts +0 -11
- package/icons/view-module/index.js +0 -4
- package/icons/view-quilt/index.d.ts +0 -11
- package/icons/view-quilt/index.js +0 -4
- package/icons/view-sidebar/index.d.ts +0 -11
- package/icons/view-sidebar/index.js +0 -4
- package/icons/view-stream/index.d.ts +0 -11
- package/icons/view-stream/index.js +0 -4
- package/icons/view-week/index.d.ts +0 -11
- package/icons/view-week/index.js +0 -4
- package/icons/vignette/index.d.ts +0 -11
- package/icons/vignette/index.js +0 -4
- package/icons/visibility/index.d.ts +0 -11
- package/icons/visibility/index.js +0 -4
- package/icons/visibility-off/index.d.ts +0 -11
- package/icons/visibility-off/index.js +0 -4
- package/icons/voice-over-off/index.d.ts +0 -11
- package/icons/voice-over-off/index.js +0 -4
- package/icons/voicemail/index.d.ts +0 -11
- package/icons/voicemail/index.js +0 -4
- package/icons/volume-down/index.d.ts +0 -11
- package/icons/volume-down/index.js +0 -4
- package/icons/volume-mute/index.d.ts +0 -11
- package/icons/volume-mute/index.js +0 -4
- package/icons/volume-off/index.d.ts +0 -11
- package/icons/volume-off/index.js +0 -4
- package/icons/volume-up/index.d.ts +0 -11
- package/icons/volume-up/index.js +0 -4
- package/icons/vpn-key/index.d.ts +0 -11
- package/icons/vpn-key/index.js +0 -4
- package/icons/wallpaper/index.d.ts +0 -11
- package/icons/wallpaper/index.js +0 -4
- package/icons/warning/index.d.ts +0 -11
- package/icons/warning/index.js +0 -4
- package/icons/warning-amber/index.d.ts +0 -11
- package/icons/warning-amber/index.js +0 -4
- package/icons/wash/index.d.ts +0 -11
- package/icons/wash/index.js +0 -4
- package/icons/watch/index.d.ts +0 -11
- package/icons/watch/index.js +0 -4
- package/icons/watch-later/index.d.ts +0 -11
- package/icons/watch-later/index.js +0 -4
- package/icons/water-damage/index.d.ts +0 -11
- package/icons/water-damage/index.js +0 -4
- package/icons/waves/index.d.ts +0 -11
- package/icons/waves/index.js +0 -4
- package/icons/wb-auto/index.d.ts +0 -11
- package/icons/wb-auto/index.js +0 -4
- package/icons/wb-cloudy/index.d.ts +0 -11
- package/icons/wb-cloudy/index.js +0 -4
- package/icons/wb-incandescent/index.d.ts +0 -11
- package/icons/wb-incandescent/index.js +0 -4
- package/icons/wb-iridescent/index.d.ts +0 -11
- package/icons/wb-iridescent/index.js +0 -4
- package/icons/wb-sunny/index.d.ts +0 -11
- package/icons/wb-sunny/index.js +0 -4
- package/icons/web/index.d.ts +0 -11
- package/icons/web/index.js +0 -4
- package/icons/web-asset/index.d.ts +0 -11
- package/icons/web-asset/index.js +0 -4
- package/icons/weekend/index.d.ts +0 -11
- package/icons/weekend/index.js +0 -4
- package/icons/west/index.d.ts +0 -11
- package/icons/west/index.js +0 -4
- package/icons/whatshot/index.d.ts +0 -11
- package/icons/whatshot/index.js +0 -4
- package/icons/wheelchair-pickup/index.d.ts +0 -11
- package/icons/wheelchair-pickup/index.js +0 -4
- package/icons/where-to-vote/index.d.ts +0 -11
- package/icons/where-to-vote/index.js +0 -4
- package/icons/widgets/index.d.ts +0 -11
- package/icons/widgets/index.js +0 -4
- package/icons/wifi-calling/index.d.ts +0 -11
- package/icons/wifi-calling/index.js +0 -4
- package/icons/wifi-lock/index.d.ts +0 -11
- package/icons/wifi-lock/index.js +0 -4
- package/icons/wifi-protected-setup/index.d.ts +0 -11
- package/icons/wifi-protected-setup/index.js +0 -4
- package/icons/wifi-tethering/index.d.ts +0 -11
- package/icons/wifi-tethering/index.js +0 -4
- package/icons/wind-power/index.d.ts +0 -11
- package/icons/wind-power/index.js +0 -4
- package/icons/wine-bar/index.d.ts +0 -11
- package/icons/wine-bar/index.js +0 -4
- package/icons/work/index.d.ts +0 -11
- package/icons/work/index.js +0 -4
- package/icons/work-off/index.d.ts +0 -11
- package/icons/work-off/index.js +0 -4
- package/icons/work-outline/index.d.ts +0 -11
- package/icons/work-outline/index.js +0 -4
- package/icons/wrap-text/index.d.ts +0 -11
- package/icons/wrap-text/index.js +0 -4
- package/icons/wrong-location/index.d.ts +0 -11
- package/icons/wrong-location/index.js +0 -4
- package/icons/wysiwyg/index.d.ts +0 -11
- package/icons/wysiwyg/index.js +0 -4
- package/icons/youtube-searched-for/index.d.ts +0 -11
- package/icons/youtube-searched-for/index.js +0 -4
- package/icons/zoom-in/index.d.ts +0 -11
- package/icons/zoom-in/index.js +0 -4
- package/icons/zoom-out/index.d.ts +0 -11
- package/icons/zoom-out/index.js +0 -4
- package/icons/zoom-out-map/index.d.ts +0 -11
- package/icons/zoom-out-map/index.js +0 -4
- package/icons-branded/5g-readiness/index.d.ts +0 -11
- package/icons-branded/5g-readiness/index.js +0 -4
- package/icons-branded/abcd/index.d.ts +0 -11
- package/icons-branded/abcd/index.js +0 -4
- package/icons-branded/ai/index.d.ts +0 -11
- package/icons-branded/ai/index.js +0 -4
- package/icons-branded/airplane/index.d.ts +0 -11
- package/icons-branded/airplane/index.js +0 -4
- package/icons-branded/announcement/index.d.ts +0 -11
- package/icons-branded/announcement/index.js +0 -4
- package/icons-branded/barchart-down/index.d.ts +0 -11
- package/icons-branded/barchart-down/index.js +0 -4
- package/icons-branded/barchart-up/index.d.ts +0 -11
- package/icons-branded/barchart-up/index.js +0 -4
- package/icons-branded/bell/index.d.ts +0 -11
- package/icons-branded/bell/index.js +0 -4
- package/icons-branded/bell-notification/index.d.ts +0 -11
- package/icons-branded/bell-notification/index.js +0 -4
- package/icons-branded/bell-off/index.d.ts +0 -11
- package/icons-branded/bell-off/index.js +0 -4
- package/icons-branded/billing/index.d.ts +0 -11
- package/icons-branded/billing/index.js +0 -4
- package/icons-branded/boat/index.d.ts +0 -11
- package/icons-branded/boat/index.js +0 -4
- package/icons-branded/book/index.d.ts +0 -11
- package/icons-branded/book/index.js +0 -4
- package/icons-branded/calendar/index.d.ts +0 -11
- package/icons-branded/calendar/index.js +0 -4
- package/icons-branded/call/index.d.ts +0 -11
- package/icons-branded/call/index.js +0 -4
- package/icons-branded/call-and-verified/index.d.ts +0 -11
- package/icons-branded/call-and-verified/index.js +0 -4
- package/icons-branded/calling-api/index.d.ts +0 -11
- package/icons-branded/calling-api/index.js +0 -4
- package/icons-branded/campaigns/index.d.ts +0 -11
- package/icons-branded/campaigns/index.js +0 -4
- package/icons-branded/car/index.d.ts +0 -11
- package/icons-branded/car/index.js +0 -4
- package/icons-branded/channels/index.d.ts +0 -11
- package/icons-branded/channels/index.js +0 -4
- package/icons-branded/chat/index.d.ts +0 -11
- package/icons-branded/chat/index.js +0 -4
- package/icons-branded/chat-message/index.d.ts +0 -11
- package/icons-branded/chat-message/index.js +0 -4
- package/icons-branded/chatbot/index.d.ts +0 -11
- package/icons-branded/chatbot/index.js +0 -4
- package/icons-branded/chatlayert/index.d.ts +0 -11
- package/icons-branded/chatlayert/index.js +0 -4
- package/icons-branded/cloud/index.d.ts +0 -11
- package/icons-branded/cloud/index.js +0 -4
- package/icons-branded/connection/index.d.ts +0 -11
- package/icons-branded/connection/index.js +0 -4
- package/icons-branded/contact/index.d.ts +0 -11
- package/icons-branded/contact/index.js +0 -4
- package/icons-branded/contact-center/index.d.ts +0 -11
- package/icons-branded/contact-center/index.js +0 -4
- package/icons-branded/contact-pro/index.d.ts +0 -11
- package/icons-branded/contact-pro/index.js +0 -4
- package/icons-branded/cookies/index.d.ts +0 -11
- package/icons-branded/cookies/index.js +0 -4
- package/icons-branded/create-icon-class.d.ts +0 -1
- package/icons-branded/create-icon-class.js +0 -47
- package/icons-branded/credit-card/index.d.ts +0 -11
- package/icons-branded/credit-card/index.js +0 -4
- package/icons-branded/custom/index.d.ts +0 -11
- package/icons-branded/custom/index.js +0 -4
- package/icons-branded/custom-message/index.d.ts +0 -11
- package/icons-branded/custom-message/index.js +0 -4
- package/icons-branded/customer-satisfaction-smiley/index.d.ts +0 -11
- package/icons-branded/customer-satisfaction-smiley/index.js +0 -4
- package/icons-branded/database/index.d.ts +0 -11
- package/icons-branded/database/index.js +0 -4
- package/icons-branded/decision/index.d.ts +0 -11
- package/icons-branded/decision/index.js +0 -4
- package/icons-branded/developer/index.d.ts +0 -11
- package/icons-branded/developer/index.js +0 -4
- package/icons-branded/direction/index.d.ts +0 -11
- package/icons-branded/direction/index.js +0 -4
- package/icons-branded/easytouse/index.d.ts +0 -11
- package/icons-branded/easytouse/index.js +0 -4
- package/icons-branded/edit/index.d.ts +0 -11
- package/icons-branded/edit/index.js +0 -4
- package/icons-branded/finance/index.d.ts +0 -11
- package/icons-branded/finance/index.js +0 -4
- package/icons-branded/flow/index.d.ts +0 -11
- package/icons-branded/flow/index.js +0 -4
- package/icons-branded/flow-chart/index.d.ts +0 -11
- package/icons-branded/flow-chart/index.js +0 -4
- package/icons-branded/global/index.d.ts +0 -11
- package/icons-branded/global/index.js +0 -4
- package/icons-branded/global-settings/index.d.ts +0 -11
- package/icons-branded/global-settings/index.js +0 -4
- package/icons-branded/gym/index.d.ts +0 -11
- package/icons-branded/gym/index.js +0 -4
- package/icons-branded/handshaking/index.d.ts +0 -11
- package/icons-branded/handshaking/index.js +0 -4
- package/icons-branded/health-insurance/index.d.ts +0 -11
- package/icons-branded/health-insurance/index.js +0 -4
- package/icons-branded/healthcare/index.d.ts +0 -11
- package/icons-branded/healthcare/index.js +0 -4
- package/icons-branded/help/index.d.ts +0 -11
- package/icons-branded/help/index.js +0 -4
- package/icons-branded/home/index.d.ts +0 -11
- package/icons-branded/home/index.js +0 -4
- package/icons-branded/idea/index.d.ts +0 -11
- package/icons-branded/idea/index.js +0 -4
- package/icons-branded/integration/index.d.ts +0 -11
- package/icons-branded/integration/index.js +0 -4
- package/icons-branded/intelligent-revenue-maximisation/index.d.ts +0 -11
- package/icons-branded/intelligent-revenue-maximisation/index.js +0 -4
- package/icons-branded/laptop/index.d.ts +0 -11
- package/icons-branded/laptop/index.js +0 -4
- package/icons-branded/layout/index.d.ts +0 -11
- package/icons-branded/layout/index.js +0 -4
- package/icons-branded/line-chart-down/index.d.ts +0 -11
- package/icons-branded/line-chart-down/index.js +0 -4
- package/icons-branded/line-chart-up/index.d.ts +0 -11
- package/icons-branded/line-chart-up/index.js +0 -4
- package/icons-branded/lock/index.d.ts +0 -11
- package/icons-branded/lock/index.js +0 -4
- package/icons-branded/logistic/index.d.ts +0 -11
- package/icons-branded/logistic/index.js +0 -4
- package/icons-branded/long-message/index.d.ts +0 -11
- package/icons-branded/long-message/index.js +0 -4
- package/icons-branded/loop/index.d.ts +0 -11
- package/icons-branded/loop/index.js +0 -4
- package/icons-branded/low-cost/index.d.ts +0 -11
- package/icons-branded/low-cost/index.js +0 -4
- package/icons-branded/make-it-happen/index.d.ts +0 -11
- package/icons-branded/make-it-happen/index.js +0 -4
- package/icons-branded/make-money/index.d.ts +0 -11
- package/icons-branded/make-money/index.js +0 -4
- package/icons-branded/massage/index.d.ts +0 -11
- package/icons-branded/massage/index.js +0 -4
- package/icons-branded/media/index.d.ts +0 -11
- package/icons-branded/media/index.js +0 -4
- package/icons-branded/message/index.d.ts +0 -11
- package/icons-branded/message/index.js +0 -4
- package/icons-branded/message-questions/index.d.ts +0 -11
- package/icons-branded/message-questions/index.js +0 -4
- package/icons-branded/messaging/index.d.ts +0 -11
- package/icons-branded/messaging/index.js +0 -4
- package/icons-branded/mic/index.d.ts +0 -11
- package/icons-branded/mic/index.js +0 -4
- package/icons-branded/mms/index.d.ts +0 -11
- package/icons-branded/mms/index.js +0 -4
- package/icons-branded/mobile/index.d.ts +0 -11
- package/icons-branded/mobile/index.js +0 -4
- package/icons-branded/mobile-intergration/index.d.ts +0 -11
- package/icons-branded/mobile-intergration/index.js +0 -4
- package/icons-branded/mobile-numbers/index.d.ts +0 -11
- package/icons-branded/mobile-numbers/index.js +0 -4
- package/icons-branded/money/index.d.ts +0 -11
- package/icons-branded/money/index.js +0 -4
- package/icons-branded/multiple-channels/index.d.ts +0 -11
- package/icons-branded/multiple-channels/index.js +0 -4
- package/icons-branded/music/index.d.ts +0 -11
- package/icons-branded/music/index.js +0 -4
- package/icons-branded/mute/index.d.ts +0 -11
- package/icons-branded/mute/index.js +0 -4
- package/icons-branded/news/index.d.ts +0 -11
- package/icons-branded/news/index.js +0 -4
- package/icons-branded/numbers/index.d.ts +0 -11
- package/icons-branded/numbers/index.js +0 -4
- package/icons-branded/office/index.d.ts +0 -11
- package/icons-branded/office/index.js +0 -4
- package/icons-branded/office-activities/index.d.ts +0 -11
- package/icons-branded/office-activities/index.js +0 -4
- package/icons-branded/opened-message/index.d.ts +0 -11
- package/icons-branded/opened-message/index.js +0 -4
- package/icons-branded/operators/index.d.ts +0 -11
- package/icons-branded/operators/index.js +0 -4
- package/icons-branded/package/index.d.ts +0 -11
- package/icons-branded/package/index.js +0 -4
- package/icons-branded/path/index.d.ts +0 -11
- package/icons-branded/path/index.js +0 -4
- package/icons-branded/perso-message/index.d.ts +0 -11
- package/icons-branded/perso-message/index.js +0 -4
- package/icons-branded/pie-chart/index.d.ts +0 -11
- package/icons-branded/pie-chart/index.js +0 -4
- package/icons-branded/piggybank/index.d.ts +0 -11
- package/icons-branded/piggybank/index.js +0 -4
- package/icons-branded/pin/index.d.ts +0 -11
- package/icons-branded/pin/index.js +0 -4
- package/icons-branded/price-tag/index.d.ts +0 -11
- package/icons-branded/price-tag/index.js +0 -4
- package/icons-branded/protection/index.d.ts +0 -11
- package/icons-branded/protection/index.js +0 -4
- package/icons-branded/purpose/index.d.ts +0 -11
- package/icons-branded/purpose/index.js +0 -4
- package/icons-branded/push/index.d.ts +0 -11
- package/icons-branded/push/index.js +0 -4
- package/icons-branded/puzzle/index.d.ts +0 -11
- package/icons-branded/puzzle/index.js +0 -4
- package/icons-branded/queue/index.d.ts +0 -11
- package/icons-branded/queue/index.js +0 -4
- package/icons-branded/rcs/index.d.ts +0 -11
- package/icons-branded/rcs/index.js +0 -4
- package/icons-branded/retail/index.d.ts +0 -11
- package/icons-branded/retail/index.js +0 -4
- package/icons-branded/rich-content/index.d.ts +0 -11
- package/icons-branded/rich-content/index.js +0 -4
- package/icons-branded/rocket/index.d.ts +0 -11
- package/icons-branded/rocket/index.js +0 -4
- package/icons-branded/roi/index.d.ts +0 -11
- package/icons-branded/roi/index.js +0 -4
- package/icons-branded/search/index.d.ts +0 -11
- package/icons-branded/search/index.js +0 -4
- package/icons-branded/send/index.d.ts +0 -11
- package/icons-branded/send/index.js +0 -4
- package/icons-branded/settings/index.d.ts +0 -11
- package/icons-branded/settings/index.js +0 -4
- package/icons-branded/shopping-cart/index.d.ts +0 -11
- package/icons-branded/shopping-cart/index.js +0 -4
- package/icons-branded/sms/index.d.ts +0 -11
- package/icons-branded/sms/index.js +0 -4
- package/icons-branded/support/index.d.ts +0 -11
- package/icons-branded/support/index.js +0 -4
- package/icons-branded/system-settings/index.d.ts +0 -11
- package/icons-branded/system-settings/index.js +0 -4
- package/icons-branded/telemast/index.d.ts +0 -11
- package/icons-branded/telemast/index.js +0 -4
- package/icons-branded/thumbs-down/index.d.ts +0 -11
- package/icons-branded/thumbs-down/index.js +0 -4
- package/icons-branded/thumbs-up/index.d.ts +0 -11
- package/icons-branded/thumbs-up/index.js +0 -4
- package/icons-branded/time/index.d.ts +0 -11
- package/icons-branded/time/index.js +0 -4
- package/icons-branded/tutorial/index.d.ts +0 -11
- package/icons-branded/tutorial/index.js +0 -4
- package/icons-branded/types.d.ts +0 -14
- package/icons-branded/types.js +0 -1
- package/icons-branded/user/index.d.ts +0 -11
- package/icons-branded/user/index.js +0 -4
- package/icons-branded/users/index.d.ts +0 -11
- package/icons-branded/users/index.js +0 -4
- package/icons-branded/verification-api/index.d.ts +0 -11
- package/icons-branded/verification-api/index.js +0 -4
- package/icons-branded/verified-phone/index.d.ts +0 -11
- package/icons-branded/verified-phone/index.js +0 -4
- package/icons-branded/video-calling/index.d.ts +0 -11
- package/icons-branded/video-calling/index.js +0 -4
- package/icons-branded/video-off/index.d.ts +0 -11
- package/icons-branded/video-off/index.js +0 -4
- package/icons-branded/video-on/index.d.ts +0 -11
- package/icons-branded/video-on/index.js +0 -4
- package/icons-branded/voice-calling/index.d.ts +0 -11
- package/icons-branded/voice-calling/index.js +0 -4
- package/icons-branded/voice-video-and-data/index.d.ts +0 -11
- package/icons-branded/voice-video-and-data/index.js +0 -4
- package/icons-branded/webhook/index.d.ts +0 -11
- package/icons-branded/webhook/index.js +0 -4
- package/icons-branded/wheels/index.d.ts +0 -11
- package/icons-branded/wheels/index.js +0 -4
- package/icons-branded/wi-fi/index.d.ts +0 -11
- package/icons-branded/wi-fi/index.js +0 -4
- package/icons-channel/apple-business-chat/index.d.ts +0 -11
- package/icons-channel/apple-business-chat/index.js +0 -4
- package/icons-channel/apple-business-chat-square/index.d.ts +0 -11
- package/icons-channel/apple-business-chat-square/index.js +0 -4
- package/icons-channel/create-icon-class.d.ts +0 -1
- package/icons-channel/create-icon-class.js +0 -41
- package/icons-channel/facebook-messenger/index.d.ts +0 -11
- package/icons-channel/facebook-messenger/index.js +0 -4
- package/icons-channel/facebook-messenger-square/index.d.ts +0 -11
- package/icons-channel/facebook-messenger-square/index.js +0 -4
- package/icons-channel/instagram/index.d.ts +0 -11
- package/icons-channel/instagram/index.js +0 -4
- package/icons-channel/instagram-square/index.d.ts +0 -11
- package/icons-channel/instagram-square/index.js +0 -4
- package/icons-channel/line/index.d.ts +0 -11
- package/icons-channel/line/index.js +0 -4
- package/icons-channel/line-square/index.d.ts +0 -11
- package/icons-channel/line-square/index.js +0 -4
- package/icons-channel/notify/index.d.ts +0 -11
- package/icons-channel/notify/index.js +0 -4
- package/icons-channel/talk/index.d.ts +0 -11
- package/icons-channel/talk/index.js +0 -4
- package/icons-channel/talk-square/index.d.ts +0 -11
- package/icons-channel/talk-square/index.js +0 -4
- package/icons-channel/telegram/index.d.ts +0 -11
- package/icons-channel/telegram/index.js +0 -4
- package/icons-channel/telegram-square/index.d.ts +0 -11
- package/icons-channel/telegram-square/index.js +0 -4
- package/icons-channel/twitter/index.d.ts +0 -11
- package/icons-channel/twitter/index.js +0 -4
- package/icons-channel/twitter-square/index.d.ts +0 -11
- package/icons-channel/twitter-square/index.js +0 -4
- package/icons-channel/types.d.ts +0 -11
- package/icons-channel/types.js +0 -1
- package/icons-channel/viber/index.d.ts +0 -11
- package/icons-channel/viber/index.js +0 -4
- package/icons-channel/viber-square/index.d.ts +0 -11
- package/icons-channel/viber-square/index.js +0 -4
- package/icons-channel/wechat/index.d.ts +0 -11
- package/icons-channel/wechat/index.js +0 -4
- package/icons-channel/wechat-square/index.d.ts +0 -11
- package/icons-channel/wechat-square/index.js +0 -4
- package/icons-channel/whatsapp/index.d.ts +0 -11
- package/icons-channel/whatsapp/index.js +0 -4
- package/icons-channel/whatsapp-square/index.d.ts +0 -11
- package/icons-channel/whatsapp-square/index.js +0 -4
- package/illustrations/5g/index.d.ts +0 -11
- package/illustrations/5g/index.js +0 -4
- package/illustrations/about-page/index.d.ts +0 -11
- package/illustrations/about-page/index.js +0 -4
- package/illustrations/bank/index.d.ts +0 -11
- package/illustrations/bank/index.js +0 -4
- package/illustrations/boost/index.d.ts +0 -11
- package/illustrations/boost/index.js +0 -4
- package/illustrations/buildvoicebot/index.d.ts +0 -11
- package/illustrations/buildvoicebot/index.js +0 -4
- package/illustrations/call-center/index.d.ts +0 -11
- package/illustrations/call-center/index.js +0 -4
- package/illustrations/cat-texting/index.d.ts +0 -11
- package/illustrations/cat-texting/index.js +0 -4
- package/illustrations/chat-bot/index.d.ts +0 -11
- package/illustrations/chat-bot/index.js +0 -4
- package/illustrations/check/index.d.ts +0 -11
- package/illustrations/check/index.js +0 -4
- package/illustrations/code/index.d.ts +0 -11
- package/illustrations/code/index.js +0 -4
- package/illustrations/contact-us/index.d.ts +0 -11
- package/illustrations/contact-us/index.js +0 -4
- package/illustrations/contactus/index.d.ts +0 -11
- package/illustrations/contactus/index.js +0 -4
- package/illustrations/conversation-api/index.d.ts +0 -11
- package/illustrations/conversation-api/index.js +0 -4
- package/illustrations/cooking/index.d.ts +0 -11
- package/illustrations/cooking/index.js +0 -4
- package/illustrations/costumer-support/index.d.ts +0 -11
- package/illustrations/costumer-support/index.js +0 -4
- package/illustrations/create-illustration-class.d.ts +0 -1
- package/illustrations/create-illustration-class.js +0 -57
- package/illustrations/credit-card/index.d.ts +0 -11
- package/illustrations/credit-card/index.js +0 -4
- package/illustrations/credit-card-30-degrees/index.d.ts +0 -11
- package/illustrations/credit-card-30-degrees/index.js +0 -4
- package/illustrations/cute-bee/index.d.ts +0 -11
- package/illustrations/cute-bee/index.js +0 -4
- package/illustrations/decorative-flamingo/index.d.ts +0 -11
- package/illustrations/decorative-flamingo/index.js +0 -4
- package/illustrations/decorative-rainbow/index.d.ts +0 -11
- package/illustrations/decorative-rainbow/index.js +0 -4
- package/illustrations/delivery-service-package/index.d.ts +0 -11
- package/illustrations/delivery-service-package/index.js +0 -4
- package/illustrations/desktop/index.d.ts +0 -11
- package/illustrations/desktop/index.js +0 -4
- package/illustrations/document/index.d.ts +0 -11
- package/illustrations/document/index.js +0 -4
- package/illustrations/flower-hand/index.d.ts +0 -11
- package/illustrations/flower-hand/index.js +0 -4
- package/illustrations/football/index.d.ts +0 -11
- package/illustrations/football/index.js +0 -4
- package/illustrations/geometric-shapes-passing/index.d.ts +0 -11
- package/illustrations/geometric-shapes-passing/index.js +0 -4
- package/illustrations/girl-on-phone/index.d.ts +0 -11
- package/illustrations/girl-on-phone/index.js +0 -4
- package/illustrations/global-reach/index.d.ts +0 -11
- package/illustrations/global-reach/index.js +0 -4
- package/illustrations/hand-ok/index.d.ts +0 -11
- package/illustrations/hand-ok/index.js +0 -4
- package/illustrations/hands-laptop/index.d.ts +0 -11
- package/illustrations/hands-laptop/index.js +0 -4
- package/illustrations/handset-omnichannel-messages/index.d.ts +0 -11
- package/illustrations/handset-omnichannel-messages/index.js +0 -4
- package/illustrations/happy-text/index.d.ts +0 -11
- package/illustrations/happy-text/index.js +0 -4
- package/illustrations/headphones/index.d.ts +0 -11
- package/illustrations/headphones/index.js +0 -4
- package/illustrations/heart/index.d.ts +0 -11
- package/illustrations/heart/index.js +0 -4
- package/illustrations/hero-messages/index.d.ts +0 -11
- package/illustrations/hero-messages/index.js +0 -4
- package/illustrations/hero-page/index.d.ts +0 -11
- package/illustrations/hero-page/index.js +0 -4
- package/illustrations/jump/index.d.ts +0 -11
- package/illustrations/jump/index.js +0 -4
- package/illustrations/laptop-holding/index.d.ts +0 -11
- package/illustrations/laptop-holding/index.js +0 -4
- package/illustrations/laptop-sitting-verified/index.d.ts +0 -11
- package/illustrations/laptop-sitting-verified/index.js +0 -4
- package/illustrations/lightning/index.d.ts +0 -11
- package/illustrations/lightning/index.js +0 -4
- package/illustrations/lock/index.d.ts +0 -11
- package/illustrations/lock/index.js +0 -4
- package/illustrations/lying-and-looking-at-the-phone/index.d.ts +0 -11
- package/illustrations/lying-and-looking-at-the-phone/index.js +0 -4
- package/illustrations/magnifying-glass/index.d.ts +0 -11
- package/illustrations/magnifying-glass/index.js +0 -4
- package/illustrations/man-on-right/index.d.ts +0 -11
- package/illustrations/man-on-right/index.js +0 -4
- package/illustrations/meeting-scrum/index.d.ts +0 -11
- package/illustrations/meeting-scrum/index.js +0 -4
- package/illustrations/meeting-scrum-2/index.d.ts +0 -11
- package/illustrations/meeting-scrum-2/index.js +0 -4
- package/illustrations/megaphone/index.d.ts +0 -11
- package/illustrations/megaphone/index.js +0 -4
- package/illustrations/menu/index.d.ts +0 -11
- package/illustrations/menu/index.js +0 -4
- package/illustrations/message-passing/index.d.ts +0 -11
- package/illustrations/message-passing/index.js +0 -4
- package/illustrations/message-recieved/index.d.ts +0 -11
- package/illustrations/message-recieved/index.js +0 -4
- package/illustrations/messages/index.d.ts +0 -11
- package/illustrations/messages/index.js +0 -4
- package/illustrations/messages-on-yellow-bg/index.d.ts +0 -11
- package/illustrations/messages-on-yellow-bg/index.js +0 -4
- package/illustrations/messages-shopping/index.d.ts +0 -11
- package/illustrations/messages-shopping/index.js +0 -4
- package/illustrations/monitor/index.d.ts +0 -11
- package/illustrations/monitor/index.js +0 -4
- package/illustrations/numbers-passing/index.d.ts +0 -11
- package/illustrations/numbers-passing/index.js +0 -4
- package/illustrations/office-worker/index.d.ts +0 -11
- package/illustrations/office-worker/index.js +0 -4
- package/illustrations/old-person-on-phone/index.d.ts +0 -11
- package/illustrations/old-person-on-phone/index.js +0 -4
- package/illustrations/omnichannel-messaging/index.d.ts +0 -11
- package/illustrations/omnichannel-messaging/index.js +0 -4
- package/illustrations/on-the-phone/index.d.ts +0 -11
- package/illustrations/on-the-phone/index.js +0 -4
- package/illustrations/parcel-delivery/index.d.ts +0 -11
- package/illustrations/parcel-delivery/index.js +0 -4
- package/illustrations/passing-heart/index.d.ts +0 -11
- package/illustrations/passing-heart/index.js +0 -4
- package/illustrations/passing-heart-cool/index.d.ts +0 -11
- package/illustrations/passing-heart-cool/index.js +0 -4
- package/illustrations/person-on-phone/index.d.ts +0 -11
- package/illustrations/person-on-phone/index.js +0 -4
- package/illustrations/person-on-walk/index.d.ts +0 -11
- package/illustrations/person-on-walk/index.js +0 -4
- package/illustrations/person-with-dog/index.d.ts +0 -11
- package/illustrations/person-with-dog/index.js +0 -4
- package/illustrations/person-with-phone/index.d.ts +0 -11
- package/illustrations/person-with-phone/index.js +0 -4
- package/illustrations/phone-and-cat/index.d.ts +0 -11
- package/illustrations/phone-and-cat/index.js +0 -4
- package/illustrations/pineapple/index.d.ts +0 -11
- package/illustrations/pineapple/index.js +0 -4
- package/illustrations/pizza/index.d.ts +0 -11
- package/illustrations/pizza/index.js +0 -4
- package/illustrations/plane/index.d.ts +0 -11
- package/illustrations/plane/index.js +0 -4
- package/illustrations/presenting-charts/index.d.ts +0 -11
- package/illustrations/presenting-charts/index.js +0 -4
- package/illustrations/product-page/index.d.ts +0 -11
- package/illustrations/product-page/index.js +0 -4
- package/illustrations/product-page-2/index.d.ts +0 -11
- package/illustrations/product-page-2/index.js +0 -4
- package/illustrations/scooter/index.d.ts +0 -11
- package/illustrations/scooter/index.js +0 -4
- package/illustrations/security/index.d.ts +0 -11
- package/illustrations/security/index.js +0 -4
- package/illustrations/security-camera/index.d.ts +0 -11
- package/illustrations/security-camera/index.js +0 -4
- package/illustrations/sherlockholmes/index.d.ts +0 -11
- package/illustrations/sherlockholmes/index.js +0 -4
- package/illustrations/shoe/index.d.ts +0 -11
- package/illustrations/shoe/index.js +0 -4
- package/illustrations/shopping/index.d.ts +0 -11
- package/illustrations/shopping/index.js +0 -4
- package/illustrations/shopping-cart/index.d.ts +0 -11
- package/illustrations/shopping-cart/index.js +0 -4
- package/illustrations/sick-kid/index.d.ts +0 -11
- package/illustrations/sick-kid/index.js +0 -4
- package/illustrations/sitting-messaging/index.d.ts +0 -11
- package/illustrations/sitting-messaging/index.js +0 -4
- package/illustrations/sitting-person/index.d.ts +0 -11
- package/illustrations/sitting-person/index.js +0 -4
- package/illustrations/sitting-person-2/index.d.ts +0 -11
- package/illustrations/sitting-person-2/index.js +0 -4
- package/illustrations/sofa/index.d.ts +0 -11
- package/illustrations/sofa/index.js +0 -4
- package/illustrations/stats/index.d.ts +0 -11
- package/illustrations/stats/index.js +0 -4
- package/illustrations/support-center/index.d.ts +0 -11
- package/illustrations/support-center/index.js +0 -4
- package/illustrations/supporting-device/index.d.ts +0 -11
- package/illustrations/supporting-device/index.js +0 -4
- package/illustrations/supporting-device-2/index.d.ts +0 -11
- package/illustrations/supporting-device-2/index.js +0 -4
- package/illustrations/supporting-device-3/index.d.ts +0 -11
- package/illustrations/supporting-device-3/index.js +0 -4
- package/illustrations/supporting-device-4/index.d.ts +0 -11
- package/illustrations/supporting-device-4/index.js +0 -4
- package/illustrations/surf/index.d.ts +0 -11
- package/illustrations/surf/index.js +0 -4
- package/illustrations/taxi/index.d.ts +0 -11
- package/illustrations/taxi/index.js +0 -4
- package/illustrations/taxi-2/index.d.ts +0 -11
- package/illustrations/taxi-2/index.js +0 -4
- package/illustrations/teamwork-from-phone/index.d.ts +0 -11
- package/illustrations/teamwork-from-phone/index.js +0 -4
- package/illustrations/telemast/index.d.ts +0 -11
- package/illustrations/telemast/index.js +0 -4
- package/illustrations/texting-sitting/index.d.ts +0 -11
- package/illustrations/texting-sitting/index.js +0 -4
- package/illustrations/texting-sofa/index.d.ts +0 -11
- package/illustrations/texting-sofa/index.js +0 -4
- package/illustrations/train/index.d.ts +0 -11
- package/illustrations/train/index.js +0 -4
- package/illustrations/types.d.ts +0 -16
- package/illustrations/types.js +0 -1
- package/illustrations/utils.d.ts +0 -3
- package/illustrations/utils.js +0 -2
- package/illustrations/video-voice-call/index.d.ts +0 -11
- package/illustrations/video-voice-call/index.js +0 -4
- package/illustrations/voicebot/index.d.ts +0 -11
- package/illustrations/voicebot/index.js +0 -4
- package/illustrations/walking-on-phone/index.d.ts +0 -11
- package/illustrations/walking-on-phone/index.js +0 -4
- package/illustrations/what-tools/index.d.ts +0 -11
- package/illustrations/what-tools/index.js +0 -4
- package/illustrations/win-together/index.d.ts +0 -11
- package/illustrations/win-together/index.js +0 -4
- package/illustrations/win-together-two-people/index.d.ts +0 -11
- package/illustrations/win-together-two-people/index.js +0 -4
- package/illustrations/wizard/index.d.ts +0 -11
- package/illustrations/wizard/index.js +0 -4
- package/illustrations/woman-hand-lifted/index.d.ts +0 -11
- package/illustrations/woman-hand-lifted/index.js +0 -4
- package/illustrations/woman-on-left/index.d.ts +0 -11
- package/illustrations/woman-on-left/index.js +0 -4
- package/illustrations/woman-on-right/index.d.ts +0 -11
- package/illustrations/woman-on-right/index.js +0 -4
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 570 800" fill="none" aria-hidden="true" focusable="false"><path d="M76.044 170.577a22.296 22.296 0 0 0-13.048-28.718 22.31 22.31 0 0 0-17.059.58 22.3 22.3 0 0 0-11.65 12.475 891689.5 891689.5 0 0 0-32.869 87.663 22.302 22.302 0 0 0 37.179 23.045c2-2.141 3.558-4.654 4.587-7.397l32.86-87.648Z" fill="#842306"/><path d="M295.568 292.355a9.42 9.42 0 0 1 9.419-9.418h255.422a9.416 9.416 0 0 1 9.419 9.418v250.238a9.429 9.429 0 0 1-2.758 6.662 9.429 9.429 0 0 1-6.661 2.759H295.568V292.355Z" fill="#FCECCB"/><path d="M385.341 366.142s21.968 6.618 43.525 52.058l-60.218-.382a1.499 1.499 0 0 1-1.215-.64 1.496 1.496 0 0 1-.175-1.362l18.083-49.674Z" fill="#272727"/><path d="m380.844 551.971 15.423-47.213 7.108-24.38-42.009 1.16-24.304 70.161m190.402.289a23.552 23.552 0 0 0 20.789-12.532 23.558 23.558 0 0 0-1.313-24.239l-26.142-38.578-39.729 25.334 26.889 39.673a23.53 23.53 0 0 0 19.519 10.342" fill="#F2A068"/><path d="M455.385 422.149a23.57 23.57 0 0 1 17.656-3.646 23.557 23.557 0 0 1 15.063 9.908l39.254 57.898-40.334 24.451-37.892-55.886a23.551 23.551 0 0 1 6.262-32.716" fill="#FFBE3C"/><path d="m360.437 484.038 17.997-53.017a19.065 19.065 0 0 1 18.051-12.936h72.924l9.833 8.814-.578 125.186H356.382l17.321-68.045-13.266-.002Z" fill="#FFBE3C"/><path d="m526.343 511.445-99.375 16.77-.915 23.827 102.959-.103a20.345 20.345 0 0 0 14.506-5.897 20.337 20.337 0 0 0 4.438-22.285 20.34 20.34 0 0 0-18.987-12.483c-.878.006-1.755.063-2.626.171Zm-141.317-189.06c7.086-11.405 19.772-17.582 33.1-16.12a34.43 34.43 0 0 1 30.751 34.456l-.129 28.577a34.567 34.567 0 0 1-11.537 25.593c-7.285 6.499-17.174 9.472-26.879 8.41-2.697-.296-5.144-.749-7.601-1.613a34.43 34.43 0 0 1-23.006-32.707l.132-28.577a34.39 34.39 0 0 1 5.169-18.027" fill="#F2A068"/><path d="M393.663 383.867a12.895 12.895 0 0 0 11.558-3.472 1.43 1.43 0 0 0 0-2.041 1.476 1.476 0 0 0-2.064 0 9.994 9.994 0 0 1-6.772 2.87 10.004 10.004 0 0 1-6.903-2.539 1.477 1.477 0 0 0-1.05-.371 1.477 1.477 0 0 0-1.009.47 1.442 1.442 0 0 0-.378 1.04 1.42 1.42 0 0 0 .477.998 13.029 13.029 0 0 0 6.141 3.045Z" fill="#842306"/><path d="M408.492 447.222a6.361 6.361 0 0 1-7.017-.369l-.216-.162a6.361 6.361 0 0 1-2.142-7.409l11.275-29.097a5.651 5.651 0 0 0-1.44-6.199 5.293 5.293 0 0 0-3.528-1.453c8.328-12.092 31.74-38.669 31.74-38.669l8.475 44.987c1.887 6.363 4.182 9.237 9.38 9.237h2.824l-49.357 29.134h.006Zm46.883 104.269-11.228-25.942a.373.373 0 0 0-.38-.216l-9.127.98a26.058 26.058 0 0 1-11.506-1.373l-7.799-2.794a19.746 19.746 0 0 0-19.787 3.826l-20.582 19.741a4.388 4.388 0 0 0-1.511 3.967 3.76 3.76 0 0 0 2.066 2.895l.084.033a4.476 4.476 0 0 0 3.835-.326l2.278-1.432c.408.661 1.08 1.363 2.44 1.695a5.64 5.64 0 0 0 4.778-1.079l6.778-4.716a12.55 12.55 0 0 1 12.921-.864l6.909 3.541a23.545 23.545 0 0 0 10.682 2.581h28.816a.376.376 0 0 0 .342-.521" fill="#F2A068"/><path d="m405.007 531.784-34.115 9.738a4.34 4.34 0 0 1-5.104-6.184 4.339 4.339 0 0 1 2.556-2.118l33.705-11.051a5.042 5.042 0 0 1 3.863.265 5.025 5.025 0 0 1 2.226 6.791 5.02 5.02 0 0 1-2.956 2.501c-.054.019-.13.041-.186.058" fill="#F2A068"/><path d="M413.538 420.629a1.658 1.658 0 0 1-1.409-.668 1.664 1.664 0 0 1-.238-1.541c3.53-10.187 17.789-51.322 17.966-51.322a9.203 9.203 0 0 0 6.506-2.697 9.202 9.202 0 0 0 2.697-6.505c0-5.081-4.129-8.991-9.203-9.203-18.068-.753-46.396-5.592-46.448-20.89-.041-12.707 19.847-23.302 34.834-21.618 18.219 2.045 29.855 9.285 40.636 22.602 13.363 16.339 14.825 41.552 5.785 60.624-8.698 18.353-30.68 30.328-51.126 31.218Z" fill="#272727"/><path d="M444.346 0H254.12a19.646 19.646 0 0 0-19.631 19.63v78.955h209.857a19.651 19.651 0 0 0 19.627-19.63V19.63A19.651 19.651 0 0 0 444.346 0" fill="#007171"/><path d="M305.524 59.59c5.723 0 10.362-4.64 10.362-10.362 0-5.723-4.639-10.362-10.362-10.362-5.722 0-10.362 4.639-10.362 10.362 0 5.722 4.64 10.362 10.362 10.362Zm43.534.065c5.723 0 10.362-4.64 10.362-10.362 0-5.723-4.639-10.362-10.362-10.362s-10.362 4.639-10.362 10.362c0 5.722 4.639 10.362 10.362 10.362Zm43.46 0c5.723 0 10.362-4.64 10.362-10.362 0-5.723-4.639-10.362-10.362-10.362-5.722 0-10.362 4.639-10.362 10.362 0 5.722 4.64 10.362 10.362 10.362Z" fill="#fff"/><path d="M41.603 771.444c5.435-6.386 12.2-14.337 12.2-27.402v-2.086c0-.112.015-.216.02-.334v-24.14a5.021 5.021 0 0 1 5.022 5.063l-.024 7.475a20.943 20.943 0 0 1 39.207-.665v-6.851a5.022 5.022 0 0 1 5.022-5.022h.684v47.934c.78 10.664 2.937 17.15 3.023 17.392.687 1.947.897 4.031.612 6.076a12.908 12.908 0 0 1-6.861 9.68A12.901 12.901 0 0 1 94.573 800H46.71a12.9 12.9 0 0 1-12.901-12.901c0-6.493 3.785-10.943 7.794-15.655Zm183.694-52.228h22.736c4.612 0 9.581 3.74 11.094 8.349 2.416-4.134 6.573-7.032 12.023-7.989 2.109-.373 4.711 1.402 5.445 3.671l1.196 3.863c4.183 12.879 13.627 25.178 25.999 33.856 8.158 5.724 17.179 9.578 26.042 11.129l13.003 2.517c6.363 1.233 12.361 6.478 14.361 12.567 2.327 7.086-1.529 12.832-8.615 12.832h-31.989c-11.042 0-23.295-3.815-34.331-10.41-1.568-.937-3.06-.034-2.544 1.536l2.08 6.326c.462 1.408-.305 2.548-1.71 2.548h-28.83c-1.406 0-2.919-1.14-3.384-2.548L223.2 722.355c-.568-1.727.372-3.124 2.097-3.124" fill="#0A273D"/><path d="m47.656 285.39.162-.177h106.174l.128.358c.164.456 16.286 45.702 16.286 65.521 0 40.276-33.364 73.041-74.373 73.041-41.01 0-74.374-32.765-74.374-73.047 0-36.804 25.738-65.424 25.997-65.703" fill="#E03E52"/><path d="M131.405 347.199v380.729a12.626 12.626 0 0 1-12.608 12.608H34.332a12.627 12.627 0 0 1-12.61-12.608V347.199h109.683Z" fill="#E83452"/><path d="m156.207 276.418.365-.019 153.735 447.863a12.608 12.608 0 0 1-11.925 16.701h-83.078a12.606 12.606 0 0 1-11.925-8.514L68.941 340.806l87.266-64.388Z" fill="#E83452"/><path d="m266.261 150.876 2.894-7.952a5.644 5.644 0 0 0-10.578-3.93l-7.305 19.318a11.995 11.995 0 0 0 .905 10.354l2.556 4.305a4.416 4.416 0 0 1-.485 5.182l-8.531 9.66s23.818 29.901 23.449 28.798l21.656-31.002 9.667-13.819c.052-.067.108-.132.158-.201l4.234-6.046a6.494 6.494 0 0 0 .636-6.332 6.504 6.504 0 0 0-5.075-3.84 6.503 6.503 0 0 0-3.658-6.998 6.485 6.485 0 0 0-2.74-.608 6.49 6.49 0 0 0-2.694-5.069 6.477 6.477 0 0 0-5.662-.938l8.701-13.154a5.395 5.395 0 0 0-1.526-7.488 5.4 5.4 0 0 0-7.458 1.479l-19.152 28.298.008-.017Z" fill="#842306"/><path d="M290.477 174.848a7.335 7.335 0 0 1-5.195-2.16l-8.689-8.729a7.34 7.34 0 0 1-.818-9.369l6.542-9.38 1.669 1.164-6.529 9.382a5.293 5.293 0 0 0 .591 6.767l8.687 8.727a5.288 5.288 0 0 0 4.084 1.551 5.292 5.292 0 0 0 3.86-2.045l5.749-7.43a1.02 1.02 0 0 1 1.611 1.246l-5.75 7.43a7.318 7.318 0 0 1-5.344 2.83 6.927 6.927 0 0 1-.468.016Z" fill="#894915"/><path d="M276.095 177.27a1.017 1.017 0 0 1-.963-1.35l1.222-3.545a12.133 12.133 0 0 0-.729-9.584 12.117 12.117 0 0 0-7.476-6.04l-1.756-.49a1.015 1.015 0 0 1-.736-.859 1.02 1.02 0 0 1 1.285-1.102l1.753.49a14.166 14.166 0 0 1 8.729 7.056 14.159 14.159 0 0 1 .849 11.192l-1.222 3.545a1.013 1.013 0 0 1-.956.687Z" fill="#894915"/><path d="M279.953 200.635a11.47 11.47 0 0 0 1.815-8.672 11.463 11.463 0 0 0-4.912-7.373l-9.565-6.357a11.457 11.457 0 0 0-14.825 1.84l-47.36 52.138a21.98 21.98 0 0 0 2.943 32.25 21.956 21.956 0 0 0 31.384-5.003l40.52-58.823Z" fill="#842306"/><path d="M194.451 155.434a34.84 34.84 0 0 0-30.156-17.39 11.344 11.344 0 0 0-11.319 10.567c-.13 1.9.219 3.801 1.016 5.53 11.618 25.174 34.074 73.896 47.101 102.128a22.41 22.41 0 0 0 5.4 7.316 22.417 22.417 0 0 0 16.891 5.647 22.414 22.414 0 0 0 15.567-8.305 22.418 22.418 0 0 0 1.923-25.268c-13.046-22.546-34.036-58.821-46.423-80.225Z" fill="#842306"/><path d="M188.543 149.175a68.07 68.07 0 0 1-5.892-57.366l2.561-7.354-73.726-26.515-.119.345-12.955 18.302A92.435 92.435 0 0 1 83.965 92.63a58.592 58.592 0 0 0-19.055 54.11c.24 1.367.39 2.237.419 2.399a.036.036 0 0 0 .034.028h123.18v.007Z" fill="#FFBE3C"/><path d="M196.36 154.095a30.82 30.82 0 0 0-27.251-16.433H60.699a30.81 30.81 0 0 0-29.148 20.797l-18.205 52.993 46.052-.047-10.444 26.091 1.826 1.35-3.061 46.503h98.027a7.17 7.17 0 0 0 6.791-4.856l20.024-58.515.864 1.622 46.619-24.652-23.684-44.853Z" fill="#A8D7E2"/><path d="M178.35 235.89c4.513 0 6.154 3.671 3.671 8.173-2.484 4.502-8.169 8.172-12.679 8.172-4.511 0-6.156-3.67-3.671-8.172 2.485-4.502 8.168-8.173 12.679-8.173Z" fill="#fff"/><path d="M192.385 46.781c-3.211-14.466-14.162-25.547-28.582-28.903a38.002 38.002 0 0 0-44.641 24.658l-10.319 29.797a38.095 38.095 0 0 0 1.587 29.243 38.092 38.092 0 0 0 21.868 19.478 38.105 38.105 0 0 0 48.554-23.797l10.319-29.816a38.005 38.005 0 0 0 1.214-20.66Z" fill="#842306"/><path d="m126.22 72.154-11.443 38.358-.605-.6c-4.485-4.457-17.973-25.667-15.354-33.23l6.683-9.579a61.194 61.194 0 0 0 7.557-14.758l3.727-10.63c6.151-17.77 27.249-28.484 47.029-23.882 14.436 3.36 25.403 14.447 28.616 28.933 1.131 5.1 1.142 10.876.032 16.263l-.118.57s-59.35-11.761-60.378-12.091c-3.641-1.158-10.006.701-12.357 6.14a10.748 10.748 0 0 0 6.613 14.497l-.002.009Z" fill="#FFBE3C"/><path d="M83.293 137.727h-5.497v.496c0 20.117 16.084 36.491 35.853 36.491 19.77 0 35.843-16.365 35.843-36.491v-.496h-4.137c-4.616-.137-8.328-1.566-8.328-6.212 0-4.828 3.615-8.439 8.596-8.581l.49-.015-.773-53.697-19.649 6.045-13.428 42.673c-4.307 13.171-15.615 19.411-28.97 19.787Z" fill="#842306"/><path d="M133.723 52.06a10.733 10.733 0 0 1 4.571 15.96 10.733 10.733 0 0 1-11.093 4.393 10.738 10.738 0 0 1-7.595-14.762 10.746 10.746 0 0 1 14.117-5.59Z" fill="#007171"/><path d="M158.269 106.382c-.135 0-.269-.021-.397-.061-14.961-4.586-24.71-11.692-28.979-21.117-4.931-10.893-.611-20.741-.432-21.16a1.36 1.36 0 0 1 2.477 1.114c-.054.117-3.994 9.218.432 18.962 3.943 8.665 13.121 15.26 27.281 19.601a1.357 1.357 0 0 1-.397 2.656l.015.005Z" fill="#007171"/><path d="M125.391 254.569c-.935-6.585-4.081-11.227-3.862-11.858.57-1.63 4.102-6.603 6.717-10.148a5.057 5.057 0 0 0-1.151-6.856c.013-.017.013-.017 0-.019a5.88 5.88 0 0 0-6.809-.201 5.909 5.909 0 0 0-1.688 1.712c-1.984 3.075-4.497 6.968-6.602 10.233a13.358 13.358 0 0 1-12.05 6.089l-8.735-.542-3.023 14.369s38.125 3.723 37.203-2.779Z" fill="#842306"/><path d="M252.205 224.036a4.959 4.959 0 0 0-1.082-7.4 4.954 4.954 0 0 0-2.675-.783H141.3a5.603 5.603 0 0 0-4.253 1.943c-7.724 8.978-40.07 46.576-54.537 63.388a4.954 4.954 0 0 0 3.756 8.185h107.146a5.617 5.617 0 0 0 4.254-1.943l54.539-63.387v-.003Z" fill="#007171"/><path d="M176.45 243.378c4.448 0 6.069 3.611 3.614 8.061-2.455 4.45-8.053 8.06-12.503 8.06-4.451 0-6.068-3.612-3.615-8.06 2.453-4.448 8.054-8.061 12.504-8.061Z" fill="#fff"/><path d="M86.873 272.685s-56.502.071-67.388 0a19.656 19.656 0 0 1-14.221-6.346 19.652 19.652 0 0 1-5.137-14.702 19.235 19.235 0 0 1 13.917-17.093 19.238 19.238 0 0 1 7.749-.576l30.553 3.96 57.479 6.316c3.897.429 7.841.068 11.595-1.06l27.884-8.376a4.632 4.632 0 0 1 5.69 3.239 4.637 4.637 0 0 1-3.239 5.692l-18.748 5.143 3.022.702c4.319.842 6.022 1.237 10.883 2.522l10.494 2.478a4.636 4.636 0 0 1 3.331 5.64 4.63 4.63 0 0 1-5.64 3.33l-2.878-.741a4.635 4.635 0 0 1 2.68 5.42 4.642 4.642 0 0 1-2.13 2.833 4.635 4.635 0 0 1-3.51.496l-1.609-.412a5.778 5.778 0 0 1-.338 4.547 5.796 5.796 0 0 1-5.647 3.101h-26.213a34.86 34.86 0 0 1-14.289-3.062 34.86 34.86 0 0 0-14.29-3.051Z" fill="#842306"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-call-center', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-cat-texting': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-cat-texting': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 929 800" fill="none" aria-hidden="true" focusable="false"><path d="M721.527 796.19a9.074 9.074 0 0 1-9.053-8.754l-3.007-85.959h24.129l-3.007 85.959a9.073 9.073 0 0 1-9.062 8.754Zm-708.768 0a9.076 9.076 0 0 1-9.052-8.754L.699 701.477h24.13l-3.008 85.959a9.074 9.074 0 0 1-9.062 8.754Zm164.309 0a9.065 9.065 0 0 1-9.053-8.754l-3.007-85.959h24.119l-3.007 85.959a9.062 9.062 0 0 1-9.052 8.754Z" fill="#005F5F"/><path d="M733.617 523.172V757.88H545.024V470.754h136.174a52.421 52.421 0 0 1 52.419 52.418Z" fill="#059688"/><path d="M607.864 364.569v248.888H.895v-265.16c0-36.167 32.8-49.215 39.02-49.215h502.463a65.487 65.487 0 0 1 65.486 65.487Z" fill="#005F5F"/><path d="M733.617 598.803H163.443V757.87h570.174V598.803Z" fill="#059688"/><path d="M522.852 325.807a17.504 17.504 0 0 1 2.534 24.252l-33.439 42.728a19.412 19.412 0 0 1-13.293 7.518 19.382 19.382 0 0 1-7.761-.716 19.386 19.386 0 0 1-6.854-3.713 19.402 19.402 0 0 1-1.782-28.032l36.271-40.359a17.508 17.508 0 0 1 24.324-1.678Z" fill="#F2A068"/><path d="m393.527 429.179 62.036-70.945 46.147 36.693-55.147 76.424a33.884 33.884 0 0 1-47.381 5.152 33.877 33.877 0 0 1-12.555-22.5 33.877 33.877 0 0 1 6.9-24.824Z" fill="#FFD03C"/><path d="M609.955 778.477v.731a21.222 21.222 0 0 1-21.235 20.761h-29.69a42.43 42.43 0 0 1-36.363-20.462v20.483h-37.774a268.052 268.052 0 0 1-4.202-20.741 343.307 343.307 0 0 1-1.812-12.955 298.31 298.31 0 0 1-1.936-34.159v-53.242h68.679v41.831c0 20.329 11.472 36.816 31.801 36.816h10.741c11.73-.03 21.657 9.238 21.791 20.937Z" fill="#E63855"/><path d="M609.945 779.238A21.225 21.225 0 0 1 588.71 800h-29.68a42.436 42.436 0 0 1-36.363-20.494v20.483h-37.774a268.028 268.028 0 0 1-4.202-20.74l129.254-.011Z" fill="#12364C"/><path d="m753.235 654.651.37.628a21.245 21.245 0 0 1-7.146 28.835l-25.241 15.602a42.406 42.406 0 0 1-41.708 1.689l10.771 17.425-32.12 19.865a258.55 258.55 0 0 1-14.489-15.447 258.246 258.246 0 0 1-8.352-10.072 298.716 298.716 0 0 1-19.629-28.052l-28.001-45.313 58.412-36.116 21.997 35.581c10.7 17.291 29.124 25.272 46.414 14.582l9.135-5.643c9.979-6.128 23.295-3.471 29.587 6.436Z" fill="#E63855"/><path d="M753.605 655.279a21.245 21.245 0 0 1-7.146 28.835l-25.241 15.602a42.406 42.406 0 0 1-41.708 1.689l10.772 17.425-32.121 19.865a258.55 258.55 0 0 1-14.489-15.447l109.933-67.969Z" fill="#12364C"/><path d="m422.537 521.874-116.37 3.666-12.358-57.588-29.556-138.481a29.252 29.252 0 0 1 18.804-32.266 29.266 29.266 0 0 1 13.285-1.605l9.927 1.483 13.625 2.06 39.061 5.829 6.179.68 4.49.679a46.8 46.8 0 0 1 2.06.268c28.083 4.119 48.103 29.515 46.847 57.876l-8.857 96.485 12.863 60.914Z" fill="#FFD03C"/><path d="M414.438 340.164c-6.572-17.514-26.098-26.383-43.612-19.811-17.514 6.573-26.383 26.099-19.811 43.612l36.907 98.346c6.573 17.513 26.098 26.383 43.612 19.81 17.514-6.572 26.384-26.098 19.811-43.612l-36.907-98.345Z" fill="#FFD03C"/><path d="m445.42 489.415 14.809-2.471-64.189 112.549h-5.036a85.833 85.833 0 0 1-84.961-73.323l-12.183-58.185 116.288-9.784s.628 3.46 5.283 13.944c8.898 20.04 30.957 16.951 30.957 16.951l-.968.319Z" fill="#12364C"/><path d="M172.299 573.336a25.325 25.325 0 0 0 25.314 25.323h117.74a12.625 12.625 0 0 0 12.615-12.234l12.996-126.782a17.6 17.6 0 0 1 3.234-10.298 34.531 34.531 0 0 0 6.261-25.138v-36.961a2.047 2.047 0 0 0-.269-1.036 2.063 2.063 0 0 0-2.82-.766l-9.722 5.602-6.003 3.45a9.145 9.145 0 0 1-6.849.927 34.947 34.947 0 0 0-11.04-1.03c-2.149.141-4.28.486-6.364 1.03a9.092 9.092 0 0 1-6.889-.906l-6.035-3.471-9.722-5.602a2.05 2.05 0 0 0-2.068.005 2.049 2.049 0 0 0-.752.761c-.18.316-.273.673-.269 1.036v37.589c0 .288-.083.587-.103.886a35.311 35.311 0 0 0 .762 11.132 12.913 12.913 0 0 1-3.213 11.637l-51.976 55.889-48.082 51.718a25.41 25.41 0 0 0-6.776 17.239h.03Z" fill="#12364C"/><path d="M335.197 420.231a5.899 5.899 0 0 0-9.117-2.985 5.907 5.907 0 0 0-2.139 2.985m-15.632 0a5.904 5.904 0 0 0-11.267 0" stroke="#FFD03C" stroke-miterlimit="10" stroke-linecap="round"/><path d="M225.397 589.297a203.805 203.805 0 0 1 31.925-.752c25.674 1.483 52.943 9.506 52.943 29.865 0 39.216-63.406 4.398-67.824 39.196-5.221 41.028 76.537 23.943 76.537 23.943" stroke="#12364C" stroke-width="18.43" stroke-miterlimit="10" stroke-linecap="round"/><path d="M223.08 516.262V757.88H.7V467.654h.195V342.922a39.874 39.874 0 1 1 79.492-1.741v132.776h100.388a42.299 42.299 0 0 1 39.085 26.116 42.303 42.303 0 0 1 3.22 16.189Z" fill="#059688"/><path d="m538.897 272.894-44.777 73.21a5.838 5.838 0 0 1-4.974 2.791h-43.984a5.829 5.829 0 0 1-4.974-8.866l44.787-73.221a5.82 5.82 0 0 1 4.964-2.781h43.994a5.824 5.824 0 0 1 5.085 2.977 5.817 5.817 0 0 1-.121 5.89Z" fill="#12364C"/><path d="M520.103 316.012a5.22 5.22 0 0 1-3.152-1.029l-24.983-18.537a5.292 5.292 0 0 1-2.065-5.575 5.287 5.287 0 0 1 2.444-3.29 5.304 5.304 0 0 1 4.06-.558c.68.181 1.317.496 1.874.927l24.983 18.537a5.29 5.29 0 0 1-.056 8.547 5.292 5.292 0 0 1-3.105.999v-.021Z" fill="#F2A068"/><path d="M525.674 318.144h-44.797a5.306 5.306 0 0 1-5.07-5.299 5.304 5.304 0 0 1 5.07-5.298h44.797a5.301 5.301 0 0 1 5.07 5.298 5.3 5.3 0 0 1-5.07 5.299Z" fill="#F2A068"/><path d="M528.269 328.669h-42.398a5.293 5.293 0 0 1 0-10.587h42.398a5.292 5.292 0 0 1 3.743 9.036 5.293 5.293 0 0 1-3.743 1.551Z" fill="#F2A068"/><path d="M523.419 338.967h-30.411a5.292 5.292 0 1 1 0-10.586h30.411c1.404 0 2.75.558 3.743 1.55a5.296 5.296 0 0 1 0 7.486 5.292 5.292 0 0 1-3.743 1.55Z" fill="#F2A068"/><path d="M530.782 293.109s-6.941 9.186-4.799 17.044c2.142 7.858 12.142 14.757-3.512 34.201" stroke="#F2A068" stroke-width="11.44" stroke-miterlimit="10" stroke-linecap="round"/><path d="m233.924 432.218-.154.052-6.601 1.905-2.966.865-9.907 2.853-5.788 1.678-3.563 1.041-3.388-10.35-6.818-20.895 6.262-1.504 25.23-6.076 2.668 10.556 5.025 19.875Z" fill="#F2A068"/><path d="M255.551 484.513h-.114a5.254 5.254 0 0 1-5.324-5.149c-.546-38.454-32.501-51.615-33.861-52.161a5.244 5.244 0 0 1-2.802-6.729 5.238 5.238 0 0 1 6.633-3.023c1.627.628 39.865 16.117 40.524 61.789a5.244 5.244 0 0 1-5.056 5.273Z" fill="#F2A068"/><path d="M244.387 491.3c-.24.016-.481.016-.721 0a5.237 5.237 0 0 1-4.675-5.746c4.181-40.73-30.339-54.354-31.811-54.921a5.243 5.243 0 1 1 3.697-9.814 65.824 65.824 0 0 1 21.214 14.346c9.351 9.392 19.958 25.931 17.332 51.491a5.229 5.229 0 0 1-5.036 4.644Z" fill="#F2A068"/><path d="M234.614 492.649a4.805 4.805 0 0 1-1.03-.072 5.244 5.244 0 0 1-3.419-2.1 5.23 5.23 0 0 1-.926-3.904c6.106-38.248-30.607-51.934-32.172-52.521a5.252 5.252 0 0 1-2.976-2.692 5.233 5.233 0 0 1-.201-4.007 5.236 5.236 0 0 1 2.691-2.976 5.233 5.233 0 0 1 4.008-.201 70.273 70.273 0 0 1 22.213 14.057c9.825 9.268 20.71 25.395 16.786 49.977a5.242 5.242 0 0 1-4.974 4.439Z" fill="#F2A068"/><path d="M221.216 478.531v1.843a5.24 5.24 0 0 1-5.067 5.149h-.319a5.249 5.249 0 0 1-5.149-5.386l.052-1.864c.484-17.311.329-22.574-6.179-28.495a21.134 21.134 0 0 0-2.214-1.658c-4.799-3.357-13.738-9.588-9.166-24.644.924-4.521.84-9.191-.247-13.676l1.812-.443 6.262-1.503c3.748 13.593 2.749 16.889 2.214 18.619a17.182 17.182 0 0 0-.783 4.191c-.206 4.521 2.482 6.395 5.911 8.795.052.039.107.074.165.103a35.762 35.762 0 0 1 3.141 2.41c10.309 9.443 10.041 19.072 9.567 36.559Zm7.178-68c2.585 11.328 14.778 23.11 17.837 27.291 2.286 3.089-4.789 6.858-4.789 6.858l-29.165-21.492 4.799-6.684 11.318-5.973Z" fill="#F2A068"/><path d="M482.916 0h271.163a52.015 52.015 0 0 1 52.017 52.017v129.819a52.018 52.018 0 0 1-52.017 52.017h-323.18V52.016A52.016 52.016 0 0 1 482.916 0Z" fill="#F2F2F2"/><path d="M879.224 525.439a59.163 59.163 0 1 1-105.269-37.074h92.221a58.883 58.883 0 0 1 13.048 37.074Z" fill="#059688"/><path d="M820.06 680.479c32.675 0 59.164-26.488 59.164-59.163s-26.489-59.164-59.164-59.164-59.163 26.489-59.163 59.164 26.488 59.163 59.163 59.163Z" fill="#059688"/><path d="M879.224 717.213a58.891 58.891 0 0 1-13.038 37.074h-92.241a59.164 59.164 0 1 1 105.279-37.074Zm-57.67-489.775c-3.667 7.826-20.514 46.671-20.514 97.596 0 50.925 16.847 89.77 20.514 97.597 3.655-7.827 20.514-46.672 20.514-97.597s-16.859-89.77-20.514-97.596Zm106.762 201.146a133.876 133.876 0 0 0-90.831 58.175 133.96 133.96 0 0 0 90.831-58.175Zm-212.979 0a133.876 133.876 0 0 1 90.831 58.175 133.872 133.872 0 0 1-90.831-58.175Zm33.006-124.559c-.7 8.61-2.935 50.894 14.85 98.617 17.785 47.722 47.135 78.266 53.294 84.291.7-8.62 2.935-50.904-14.84-98.616-17.775-47.712-47.135-78.236-53.304-84.292Zm146.421 0c.7 8.61 2.935 50.894-14.85 98.617-17.785 47.722-47.135 78.266-53.294 84.291-.7-8.62-2.935-50.904 14.84-98.616 17.775-47.712 47.135-78.236 53.304-84.292Z" fill="#059688"/><path d="M291.43 279.309H186.387c-18.706 0-33.871 15.164-33.871 33.871 0 18.706 15.165 33.871 33.871 33.871H291.43c18.706 0 33.871-15.165 33.871-33.871 0-18.707-15.165-33.871-33.871-33.871Z" fill="#FFD03C"/><path d="m219.486 306.888 18.001 92.499-57.289 13.944-26.539-90.419a33.876 33.876 0 0 1 65.827-16.024Z" fill="#FFD03C"/><path d="m681.178 628.018-72.757 45.838-86.259-136.905a42.987 42.987 0 0 1 13.45-59.298 42.987 42.987 0 0 1 59.297 13.501l86.269 136.864ZM382.775 220.867v5.149l-.381 54.149-.206 29.102a54.404 54.404 0 0 0-12.564-2.924l-4.49-.67-6.179-.679-39.061-5.829-13.624-2.06-9.928-1.483a29.213 29.213 0 0 0-12.183 1.205c-3.862-3.985-6.179-8.496-6.179-13.47v-.052c.007-1.041.138-2.078.392-3.089l.566-.896 10.298-18.29 35.014-57.608 40.678 12.121 6.756 2.06 11.091 3.264Z" fill="#12364C"/><path d="M370.871 311.017a17.18 17.18 0 0 1-2.833 22.739 17.18 17.18 0 0 1-22.913-.31l-17.219-15.859a24.902 24.902 0 0 1-8.022-18.32v-2.359h37.362v.742a9.637 9.637 0 0 0 6.807 9.217l1.73.525a9.54 9.54 0 0 1 5.088 3.625Zm17.702-91.509v44.385a24.31 24.31 0 0 1-15.001 22.464 24.3 24.3 0 0 1-9.303 1.851 7.011 7.011 0 0 0-7.013 7.013v.587h-37.362v-75.425c0-18.979 15.056-35.014 34.056-35.209a33.662 33.662 0 0 1 7.024.669l.299.051c.875.175 1.75.402 2.595.639a33.888 33.888 0 0 1 10.123 4.881l.515.361a32.825 32.825 0 0 1 4.026 3.439 34.339 34.339 0 0 1 10.041 24.294Z" fill="#F2A068"/><path d="M320.007 228.271v30.895a15.449 15.449 0 1 1 0-30.895Z" fill="#F2A068"/><path d="M388.573 219.517v8.939a40.501 40.501 0 0 1-18.372-12.502 38.853 38.853 0 0 1-2.904-3.944c-7.549 11.009-15.993 22.728-30.328 21.75-7.673-.525-9.063-4.707-17.095-5.541l-1.731-6.879c0-4.119 2.431-9.042 3.708-12.729 4.685-13.439 17.167-23.356 32.079-23.469a32.99 32.99 0 0 1 7.023.659l.299.051c.875.175 1.751.402 2.595.639a33.876 33.876 0 0 1 10.123 4.881l.515.361a33.756 33.756 0 0 1 4.027 3.439 34.336 34.336 0 0 1 10.061 24.345Z" fill="#12364C"/><path d="M357.256 266.086c0-10.323-8.368-18.691-18.691-18.691-10.323 0-18.691 8.368-18.691 18.691v46.116c0 10.322 8.368 18.691 18.691 18.691 10.323 0 18.691-8.369 18.691-18.691v-46.116Z" fill="#F2A068"/><path d="M352.879 353.734c-3.027 19.454-32.254 16.601-31.729-2.78.34-19.031 2.06-32.821-15.519-41.049-16.117-6.632-29.865-15.973-27.259-29.71.484-3.296 9.268-16.107 10.833-19.186l.278-.247 30.308 1.102v11.668a13.233 13.233 0 0 0 6.179 11.256c26.6 16.528 28.804 40.266 26.909 68.946Z" fill="#12364C"/><path d="M331.758 288.877a58.978 58.978 0 0 1 1.853 1.545c-.535-.453-1.163-.989-1.853-1.545Zm-1.267-1 1.267 1.03a27.272 27.272 0 0 0-1.267-1.03Zm4.367 3.624c-.412-.371-.835-.721-1.247-1.081.515.432.938.813 1.247 1.081Z" fill="#12364C"/><path d="M376.02 263.193a11.2 11.2 0 0 1-13.469 3.03 11.2 11.2 0 0 1-3.874-3.03" stroke="#894915" stroke-width="1.85" stroke-miterlimit="10" stroke-linecap="round"/><path d="M382.147 250.268c6.029 0 10.916-4.887 10.916-10.916 0-6.029-4.887-10.916-10.916-10.916-6.029 0-10.916 4.887-10.916 10.916 0 6.029 4.887 10.916 10.916 10.916Zm-26.847-.309c6.028 0 10.916-4.887 10.916-10.916 0-6.029-4.888-10.916-10.916-10.916-6.029 0-10.917 4.887-10.917 10.916 0 6.029 4.888 10.916 10.917 10.916Zm10.905-10.916h5.026" stroke="#F2F2F2" stroke-width="1.69" stroke-miterlimit="10" stroke-linecap="round"/><path d="M562.181 715.42h-86V553.593a43.002 43.002 0 0 1 73.407-30.402 42.991 42.991 0 0 1 12.593 30.402V715.42Z" fill="#12364C"/><path d="M516.055 509.023H391.724c-24.991 0-45.25 20.258-45.25 45.246 0 24.988 20.259 45.245 45.25 45.245h124.331c24.992 0 45.251-20.257 45.251-45.245 0-24.988-20.259-45.246-45.251-45.246Z" fill="#12364C"/><path d="m548.769 471.381-122.491 21.312c-24.621 4.283-41.108 27.713-36.825 52.332 4.284 24.618 27.715 41.103 52.337 36.819l122.491-21.312c24.621-4.284 41.108-27.714 36.825-52.332-4.284-24.619-27.716-41.103-52.337-36.819Z" fill="#12364C"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-cat-texting', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-chat-bot': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-chat-bot': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 1111 800" fill="none" aria-hidden="true" focusable="false"><path d="M28.048 690.354a10.693 10.693 0 0 1-9.883-6.586 10.686 10.686 0 0 1 9.856-14.79l.027 21.376Zm3.263-21.326a10.69 10.69 0 0 1 10.702 10.675 10.688 10.688 0 0 1-10.675 10.701l-.027-21.376Z" fill="#0A273D"/><path d="M1091.38 7.94c0-.807-.16-1.605-.47-2.35a6 6 0 0 0-1.33-1.992 6.126 6.126 0 0 0-4.34-1.791H185.426a6.118 6.118 0 0 0-5.66 3.78 6.123 6.123 0 0 0-.467 2.343v523.2a6.127 6.127 0 0 0 6.127 6.124h899.814c1.62 0 3.18-.646 4.33-1.794a6.113 6.113 0 0 0 1.79-4.33V7.94h.02Z" fill="#059688"/><path d="M1091.95-.075H176.096V10.16h915.854V-.075Z" fill="#FFE1CC"/><path d="M174.292-.076v531.088h10.237V-.076h-10.237Zm911.938 0v531.088h10.24V-.076h-10.24Z" fill="#FFE1CC"/><path d="M791.332 511.442h-33.118a5.57 5.57 0 0 0-5.569 5.57 5.57 5.57 0 0 0 5.569 5.57h33.118a5.57 5.57 0 0 0 0-11.14Zm177.33 0h-20.773a5.57 5.57 0 1 0 0 11.14h20.773a5.57 5.57 0 0 0 0-11.14Zm-225.501 0h-15.656a5.57 5.57 0 0 0-5.569 5.57 5.57 5.57 0 0 0 5.569 5.57h15.656a5.57 5.57 0 0 0 0-11.14Z" fill="#fff"/><path d="M164.053 522.582h937.527c2.24 0 4.38.888 5.97 2.469a8.425 8.425 0 0 1 2.46 5.961c0 2.236-.88 4.38-2.46 5.961a8.46 8.46 0 0 1-5.97 2.469H164.053v-16.86Z" fill="#F2A068"/><path d="M155.689 799.864c74.184 0 134.322-4.665 134.322-10.42 0-5.754-60.138-10.42-134.322-10.42s-134.322 4.666-134.322 10.42c0 5.755 60.138 10.42 134.322 10.42Z" fill="#F2F2F2"/><path d="M196.481 513.568h-80.81v32.85h80.81v-32.85ZM15.89 447.887h6.97v32.085h-6.97A16.045 16.045 0 0 1-.15 463.931a16.044 16.044 0 0 1 16.04-16.044Zm182.539-31.504v4.474h-84.342v-4.474a42.17 42.17 0 1 1 84.342 0Zm98.056 63.589h-6.967v-32.085h6.967a16.043 16.043 0 1 1 0 32.088v-.003Z" fill="#0A273D"/><path d="M226.829 395.991H86.467c-38.506 0-69.722 31.216-69.722 69.722 0 38.506 31.216 69.722 69.722 69.722H226.83c38.506 0 69.722-31.216 69.722-69.722 0-38.506-31.216-69.722-69.722-69.722Z" fill="#CCC"/><path d="M222.424 420.836H90.872c-24.311 0-44.02 19.707-44.02 44.018 0 24.31 19.709 44.018 44.02 44.018h131.552c24.312 0 44.02-19.708 44.02-44.018 0-24.311-19.708-44.018-44.02-44.018Z" fill="#0A273D"/><path d="M153.955 734.611a83.938 83.938 0 0 1-78.05-53.064l-26.728-67.59c-10.896-34.412 14.794-69.496 50.88-69.496h111.697c38.896 0 64.73 40.265 48.527 75.623l-30.053 65.567a83.939 83.939 0 0 1-76.273 48.96Z" fill="#CCC"/><path d="M482.314 319.083 300.531 559.358l-8.237-6.34 185.673-237.274a2.74 2.74 0 0 1 4.878 1.319 2.736 2.736 0 0 1-.531 2.02Z" fill="#FFBE3C"/><path d="M32.913 629.591c16.18 0 29.297-13.117 29.297-29.297s-13.117-29.297-29.297-29.297-29.297 13.117-29.297 29.297 13.117 29.297 29.297 29.297Zm-3.236 50.538c8.124 0 14.71-6.587 14.71-14.711s-6.586-14.71-14.71-14.71c-8.125 0-14.71 6.586-14.71 14.71s6.585 14.711 14.71 14.711Z" fill="#CCC"/><path d="m4.582 607.794 10.508 59.543 29.215-.347 16.902-59.097-56.625-.099Z" fill="#CCC"/><path d="M319.059 519.572a10.705 10.705 0 0 1-4.168-7.039 10.702 10.702 0 0 1 2.03-7.925 10.705 10.705 0 0 1 7.039-4.168 10.675 10.675 0 0 1 7.924 2.031l-12.825 17.101Zm20.247-11.471a10.688 10.688 0 0 1-12.829 17.097l12.829-17.097Z" fill="#0A273D"/><path d="M276.147 606.28c16.181 0 29.297-13.117 29.297-29.297 0-16.181-13.116-29.297-29.297-29.297-16.18 0-29.297 13.116-29.297 29.297 0 16.18 13.117 29.297 29.297 29.297Zm41.494-64.884c8.124 0 14.71-6.586 14.71-14.71s-6.586-14.71-14.71-14.71-14.71 6.586-14.71 14.71 6.586 14.71 14.71 14.71Z" fill="#CCC"/><path d="m303.343 587.891 27.141-54.03-23.634-17.173-48.86 37.299 45.353 33.904Z" fill="#CCC"/><path d="M191.357 467.995a49.039 49.039 0 0 1-53.449 10.632 49.028 49.028 0 0 1-15.911-10.632" stroke="#FFBE3C" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-chat-bot', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-check': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-check': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 100 100" fill="none" aria-hidden="true" focusable="false"><path d="M50 100c27.614 0 50-22.386 50-50S77.614 0 50 0 0 22.386 0 50s22.386 50 50 50Z" fill="#059688"/><path d="M42.732 73.546c-1.454 0-2.907-.58-4.07-1.744L19.476 52.616c-2.326-2.325-2.326-5.814 0-8.14 2.326-2.325 5.814-2.325 8.14 0l15.116 15.117L73.255 28.78c2.326-2.326 5.814-2.326 8.14 0 2.325 2.326 2.325 5.814 0 8.14L46.802 71.802c-1.163 1.163-2.617 1.744-4.07 1.744Z" fill="#F2F2F2"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-check', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-code': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-code': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 474 400" fill="none" aria-hidden="true" focusable="false"><path d="M312.742 288.826a10.09 10.09 0 0 0-13.725 2.506c-3.163 4.357-2.328 10.443 1.909 13.845l34.612 32.105 48.635.358-71.431-48.814Z" fill="#D78C59"/><path d="M335.06 291.213H89.797c-3.64 0-6.624-3.103-6.624-6.982V99.955c0-3.819 2.924-6.982 6.624-6.982H335.06c3.64 0 6.624 3.103 6.624 6.982v184.276c0 3.879-2.984 6.982-6.624 6.982Z" fill="#E8ECEF" stroke="#FFBD3A" stroke-width=".007" stroke-miterlimit="2" stroke-linejoin="round"/><path d="M331.062 288.647H93.974c-4.654 0-8.414-3.76-8.414-8.355V109.384h254.215v170.908c0 4.595-3.939 8.355-8.713 8.355Z" fill="#fff"/><path d="M248.89 121.02H103.82v9.429h145.07v-9.429Z" fill="#E8ECEF"/><path d="M103.403 102.82a3.591 3.591 0 0 1-3.58 3.58 3.59 3.59 0 0 1-3.581-3.58 3.59 3.59 0 0 1 3.58-3.58 3.59 3.59 0 0 1 3.581 3.58Z" fill="#E4485A"/><path d="M114.323 102.82a3.59 3.59 0 0 1-3.58 3.58 3.59 3.59 0 0 1-3.581-3.58 3.59 3.59 0 0 1 3.581-3.58 3.59 3.59 0 0 1 3.58 3.58Z" fill="#FFBE3C"/><path d="M125.184 102.82a3.59 3.59 0 0 1-3.581 3.58 3.59 3.59 0 0 1-3.58-3.58 3.59 3.59 0 0 1 3.58-3.58 3.59 3.59 0 0 1 3.581 3.58Z" fill="#007171"/><path d="M340.61 141.131H109.131a5.231 5.231 0 0 0-3.759 1.551 5.197 5.197 0 0 0-1.552 3.7v143.399h226.048a10.671 10.671 0 0 0 10.682-10.682c.06-34.015.06-137.968.06-137.968Z" fill="#E8ECEF"/><path d="M152.336 307.206c-4.297 0-7.817-3.521-7.817-7.818V181.292c0-4.297 3.52-7.817 7.817-7.817h198.657c4.297 0 7.818 3.52 7.818 7.817v118.096c0 4.297-3.521 7.818-7.818 7.818H152.336Z" fill="#0A273D"/><path d="M40.864 109.861c58.72 51.022 94.882 2.686 98.881 3.461 8.533 1.612 23.153 5.371 23.153 5.371 10.443 5.431 23.751 2.745 27.868-5.848 3.402-7.101-2.207-14.978-12.651-20.469l-22.02-11.397c-8.235-4.237-17.425-6.207-26.674-5.61-15.754 1.015-27.63-6.564-41.295-23.571L62.167 8.474C54.35-.418 44.384-3.222 35.552 4.535L5.954 46.248C-.79 52.812-.91 63.613 5.715 70.356" fill="#842306"/><path d="m472.909 368.074-19.871-41.653-2.447-5.072c-4.595-9.608-12.532-17.187-22.259-21.483l-1.79-.776-60.093-26.138c-5.609-2.446-12.114-.298-15.217 5.013-3.043 5.311-1.671 12.054 3.223 15.695l26.674 19.991c2.268 1.67 1.075 5.311-1.79 5.311H277.295c-5.251 0-9.607 4.058-10.025 9.309-.418 5.251 3.342 9.966 8.593 10.682l78.114 10.741a91.46 91.46 0 0 1 23.453 6.564l17.425 7.579a24.565 24.565 0 0 1 12.293 11.756l9.13 18.857a10.022 10.022 0 0 0 9.011 5.669 10.04 10.04 0 0 0 4.117-.895l38.55-17.425a10 10 0 0 0 5.908-9.309c.119-1.611-.298-3.103-.955-4.416Z" fill="#F2A068"/><path d="M222.752 214.292c.657-.716.955-1.79.716-2.745-.238-.955-.954-1.79-1.909-2.089-1.074-.358-2.208-.119-2.984.717-4.356 4.774-18.797 20.587-25.123 27.569-.656.716-.955 1.791-.716 2.745.239.955.955 1.791 1.91 2.089 1.074.358 2.207.119 2.983-.716 4.297-4.714 18.738-20.588 25.123-27.57Zm57.825 0c-.656-.716-.955-1.79-.716-2.745.239-.955.955-1.79 1.91-2.089 1.074-.358 2.207-.119 2.983.717 4.357 4.774 18.798 20.587 25.123 27.569.657.716.955 1.791.716 2.745-.238.955-.954 1.791-1.909 2.089-1.074.358-2.208.119-2.984-.716-4.356-4.714-18.797-20.588-25.123-27.57Z" fill="#FFBE3C" stroke="#E03E52" stroke-width=".009" stroke-miterlimit="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M222.752 266.388c.657.716.955 1.79.716 2.745-.238.955-.954 1.79-1.909 2.089-1.074.358-2.208.119-2.984-.716-4.356-4.774-18.797-20.588-25.123-27.57-.656-.716-.955-1.79-.716-2.745.239-.955.955-1.79 1.91-2.089 1.074-.358 2.207-.119 2.983.716 4.297 4.774 18.738 20.648 25.123 27.57Zm57.825 0c-.656.716-.955 1.79-.716 2.745.239.955.955 1.79 1.91 2.089 1.074.358 2.207.119 2.983-.716 4.357-4.774 18.798-20.588 25.123-27.57.657-.716.955-1.79.716-2.745-.238-.955-.954-1.79-1.909-2.089-1.074-.358-2.208-.119-2.984.716-4.356 4.774-18.797 20.648-25.123 27.57Z" fill="#FFBE3C" stroke="#E03E52" stroke-width=".009" stroke-miterlimit="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-code', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-contact-us': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-contact-us': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 464 800" fill="none" aria-hidden="true" focusable="false"><path d="M76.045 170.577a22.298 22.298 0 1 0-41.757-15.663 691963.99 691963.99 0 0 0-32.87 87.663 22.302 22.302 0 0 0 41.766 15.648l32.86-87.648Z" fill="#894915"/><path d="M444.169 0H253.943a19.65 19.65 0 0 0-19.631 19.63v78.955h209.857a19.651 19.651 0 0 0 19.627-19.63V19.63A19.651 19.651 0 0 0 444.169 0" fill="#007171"/><path d="M305.596 59.655c5.722 0 10.362-4.64 10.362-10.362 0-5.723-4.64-10.362-10.362-10.362-5.723 0-10.362 4.639-10.362 10.362 0 5.722 4.639 10.362 10.362 10.362Zm43.462 0c5.723 0 10.362-4.64 10.362-10.362 0-5.723-4.639-10.362-10.362-10.362s-10.362 4.639-10.362 10.362c0 5.722 4.639 10.362 10.362 10.362Zm43.46 0c5.723 0 10.362-4.64 10.362-10.362 0-5.723-4.639-10.362-10.362-10.362-5.722 0-10.362 4.639-10.362 10.362 0 5.722 4.64 10.362 10.362 10.362Z" fill="#fff"/><path d="M41.603 771.444c5.435-6.386 12.2-14.337 12.2-27.402v-2.086c0-.112.015-.216.02-.334v-24.14a5.022 5.022 0 0 1 5.022 5.063l-.024 7.475a20.942 20.942 0 0 1 31.359-10.385 20.942 20.942 0 0 1 7.848 9.72v-6.851a5.022 5.022 0 0 1 5.022-5.022h.684v47.934c.78 10.664 2.937 17.15 3.023 17.392.687 1.947.897 4.031.612 6.076a12.908 12.908 0 0 1-6.861 9.68A12.9 12.9 0 0 1 94.573 800H46.71a12.9 12.9 0 0 1-12.901-12.901c0-6.493 3.785-10.943 7.794-15.655Zm183.694-52.228h22.737c4.612 0 9.58 3.74 11.093 8.349 2.417-4.134 6.573-7.032 12.023-7.989 2.109-.373 4.711 1.402 5.445 3.671l1.197 3.863c4.182 12.879 13.626 25.178 25.998 33.856 8.158 5.724 17.179 9.578 26.043 11.129l13.002 2.517c6.363 1.233 12.362 6.478 14.361 12.567 2.328 7.086-1.529 12.832-8.615 12.832h-31.989c-11.042 0-23.295-3.815-34.331-10.41-1.567-.937-3.059-.034-2.543 1.536l2.079 6.326c.462 1.408-.305 2.548-1.71 2.548h-28.83c-1.405 0-2.919-1.14-3.383-2.548l-24.673-75.108c-.568-1.727.371-3.124 2.096-3.124" fill="#272727"/><path d="m47.656 285.39.162-.177h106.174l.127.358c.164.456 16.287 45.702 16.287 65.521 0 40.276-33.364 73.041-74.374 73.041S21.66 391.368 21.66 351.086c0-36.804 25.738-65.424 25.997-65.703" fill="#0A273D"/><path d="M131.404 347.199v380.729a12.622 12.622 0 0 1-12.607 12.608H34.331a12.627 12.627 0 0 1-12.61-12.608V347.199h109.683Z" fill="#0A273D"/><path d="m156.207 276.418.365-.019 153.735 447.863a12.608 12.608 0 0 1-11.925 16.701h-83.078a12.606 12.606 0 0 1-11.925-8.514L68.941 340.806l87.266-64.388Z" fill="#0A273D"/><path d="m266.261 150.876 2.894-7.952a5.644 5.644 0 0 0-10.578-3.93l-7.305 19.318a11.98 11.98 0 0 0 .905 10.354l2.556 4.305a4.416 4.416 0 0 1-.485 5.182l-8.531 9.66s23.818 29.901 23.449 28.798l21.656-31.002 9.667-13.819c.052-.067.108-.132.158-.201l4.234-6.046a6.494 6.494 0 0 0 .636-6.332 6.502 6.502 0 0 0-5.075-3.84 6.503 6.503 0 0 0-6.398-7.606 6.49 6.49 0 0 0-2.694-5.069 6.477 6.477 0 0 0-5.662-.938l8.701-13.154a5.404 5.404 0 0 0-1.526-7.488 5.4 5.4 0 0 0-7.458 1.479l-19.152 28.298.008-.017Z" fill="#894915"/><path d="M290.477 174.848a7.335 7.335 0 0 1-5.195-2.16l-8.689-8.729a7.34 7.34 0 0 1-.818-9.369l6.542-9.38 1.669 1.164-6.529 9.382a5.293 5.293 0 0 0 .591 6.767l8.687 8.727a5.288 5.288 0 0 0 4.084 1.551 5.292 5.292 0 0 0 3.86-2.045l5.75-7.43a1.017 1.017 0 0 1 1.401-.148 1.02 1.02 0 0 1 .209 1.394l-5.75 7.43a7.318 7.318 0 0 1-5.344 2.83 6.927 6.927 0 0 1-.468.016Z" fill="#842306"/><path d="M276.094 177.27a1.022 1.022 0 0 1-.963-1.35l1.222-3.545a12.113 12.113 0 0 0-3.842-13.376 12.122 12.122 0 0 0-4.362-2.248l-1.756-.49a1.026 1.026 0 0 1-.736-.859 1.02 1.02 0 0 1 1.285-1.102l1.753.49a14.162 14.162 0 0 1 10.31 12.564 14.157 14.157 0 0 1-.732 5.684l-1.222 3.545c-.068.2-.197.373-.369.496a1.01 1.01 0 0 1-.588.191Z" fill="#842306"/><path d="M279.953 200.635a11.47 11.47 0 0 0 1.815-8.672 11.463 11.463 0 0 0-4.911-7.373l-9.566-6.357a11.457 11.457 0 0 0-14.825 1.84l-47.359 52.138a21.982 21.982 0 0 0-5.617 16.772 21.976 21.976 0 0 0 16.508 19.308 21.957 21.957 0 0 0 23.435-8.833l40.52-58.823Z" fill="#894915"/><path d="M194.451 155.434a34.84 34.84 0 0 0-30.156-17.39 11.344 11.344 0 0 0-11.319 10.567c-.13 1.9.219 3.801 1.016 5.53 11.618 25.174 34.074 73.896 47.101 102.128a22.426 22.426 0 1 0 39.781-20.61c-13.046-22.546-34.036-58.821-46.423-80.225Z" fill="#894915"/><path d="M188.543 149.175a68.07 68.07 0 0 1-5.892-57.366l2.561-7.354-73.726-26.515-.119.345-12.955 18.302A92.431 92.431 0 0 1 83.965 92.63a58.592 58.592 0 0 0-19.055 54.11c.24 1.367.39 2.237.419 2.399a.036.036 0 0 0 .034.028h123.18v.007Z" fill="#272727"/><path d="M196.36 154.095a30.814 30.814 0 0 0-27.252-16.433H60.699a30.81 30.81 0 0 0-29.149 20.797l-18.204 52.993 46.051-.047-10.444 26.091 1.827 1.35-3.062 46.503h98.028a7.17 7.17 0 0 0 6.79-4.856l20.025-58.515.864 1.622 46.619-24.652-23.684-44.853Z" fill="#fff"/><path d="M178.35 235.89c4.513 0 6.154 3.671 3.67 8.173-2.483 4.502-8.168 8.172-12.678 8.172-4.511 0-6.156-3.67-3.671-8.172 2.485-4.502 8.168-8.173 12.679-8.173Z" fill="#fff"/><path d="M192.385 46.781c-3.211-14.466-14.163-25.547-28.582-28.903a38.001 38.001 0 0 0-44.641 24.658l-10.319 29.797a38.095 38.095 0 0 0 1.587 29.243 38.105 38.105 0 0 0 36.662 21.503 38.105 38.105 0 0 0 33.76-25.822l10.319-29.816a38.005 38.005 0 0 0 1.214-20.66Z" fill="#894915"/><path d="m126.22 72.154-11.444 38.358-.604-.6c-4.485-4.457-17.973-25.667-15.354-33.23l6.682-9.579a61.162 61.162 0 0 0 7.558-14.758c1.768-5.04 3.726-10.63 3.726-10.63 6.152-17.77 27.25-28.484 47.03-23.882 14.436 3.36 25.403 14.447 28.616 28.933 1.131 5.1 1.142 10.876.032 16.263l-.119.57s-59.349-11.761-60.377-12.091c-3.641-1.158-10.006.701-12.357 6.14a10.748 10.748 0 0 0 6.613 14.497l-.002.009Z" fill="#272727"/><path d="M83.293 137.727h-5.497v.496c0 20.117 16.084 36.491 35.853 36.491 19.77 0 35.843-16.365 35.843-36.491v-.496h-4.137c-4.616-.137-8.328-1.566-8.328-6.212 0-4.828 3.615-8.439 8.596-8.581l.49-.015-.773-53.697-19.649 6.045-13.428 42.673c-4.307 13.171-15.615 19.411-28.97 19.787Z" fill="#894915"/><path d="M133.723 52.06a10.74 10.74 0 0 1 4.572 15.96 10.74 10.74 0 0 1-16.545 1.368 10.734 10.734 0 0 1 3.758-17.453 10.744 10.744 0 0 1 8.215.125Z" fill="#007171"/><path d="M158.269 106.382c-.135 0-.269-.021-.397-.061-14.961-4.586-24.71-11.692-28.979-21.117-4.931-10.893-.611-20.741-.432-21.16a1.36 1.36 0 0 1 2.477 1.114c-.054.117-3.995 9.218.432 18.962 3.943 8.665 13.121 15.26 27.281 19.601a1.357 1.357 0 0 1-.397 2.656l.015.005Z" fill="#007171"/><path d="M125.391 254.569c-.935-6.585-4.081-11.227-3.863-11.858.57-1.63 4.103-6.603 6.718-10.148a5.061 5.061 0 0 0-1.151-6.856c.013-.017.013-.017 0-.019a5.88 5.88 0 0 0-6.809-.201 5.909 5.909 0 0 0-1.688 1.712l-6.603 10.233a13.349 13.349 0 0 1-12.05 6.089l-8.734-.542-3.023 14.369s38.125 3.723 37.203-2.779Z" fill="#894915"/><path d="M252.205 224.036a4.959 4.959 0 0 0 .747-5.296 4.96 4.96 0 0 0-4.504-2.887H141.3a5.62 5.62 0 0 0-4.254 1.943c-7.723 8.978-40.07 46.576-54.537 63.388a4.954 4.954 0 0 0 3.757 8.185h107.146a5.617 5.617 0 0 0 4.254-1.943l54.539-63.387v-.003Z" fill="#007171"/><path d="M176.45 243.378c4.447 0 6.069 3.611 3.614 8.061-2.455 4.45-8.054 8.06-12.504 8.06-4.45 0-6.067-3.612-3.614-8.06 2.452-4.448 8.053-8.061 12.504-8.061Z" fill="#fff"/><path d="M86.873 272.685s-56.502.071-67.388 0a19.657 19.657 0 0 1-14.221-6.346 19.652 19.652 0 0 1-5.137-14.702 19.235 19.235 0 0 1 13.917-17.093 19.238 19.238 0 0 1 7.749-.576l30.552 3.96 57.48 6.316c3.897.429 7.841.068 11.595-1.06l27.884-8.376a4.632 4.632 0 0 1 5.69 3.239 4.637 4.637 0 0 1-3.239 5.692l-18.748 5.143 3.022.702c4.319.842 6.022 1.237 10.883 2.522l10.493 2.478a4.636 4.636 0 0 1 3.332 5.64 4.63 4.63 0 0 1-5.64 3.33l-2.878-.741a4.635 4.635 0 0 1 2.68 5.42 4.642 4.642 0 0 1-2.13 2.833 4.635 4.635 0 0 1-3.51.496l-1.609-.412a5.778 5.778 0 0 1-.338 4.547 5.796 5.796 0 0 1-5.647 3.101h-26.213a34.86 34.86 0 0 1-14.289-3.062 34.86 34.86 0 0 0-14.29-3.051Z" fill="#894915"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-contact-us', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-contactus': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-contactus': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 349 400" fill="none" aria-hidden="true" focusable="false"><path d="m325.318 140.2-51.731 58.141c-6.753 7.668-18.427 8.354-26.095 1.487-7.668-6.752-8.355-18.426-1.488-26.094.344-.343.687-.801 1.03-1.145l56.424-53.676c6.066-5.837 15.679-5.494 21.516.572 5.494 5.837 5.494 14.878.344 20.715ZM185.117 332.017 117.135 400h61.23c3.548 0 6.867-1.373 9.385-3.891l63.977-63.977-66.61-.115Zm-82.747-65.121 25.866-78.284c2.518-7.782 10.873-11.902 18.655-9.384 6.295 2.06 10.301 8.011 10.186 14.42l-1.946 82.404c-.343 14.878-12.703 26.781-27.696 26.437-14.879-.343-26.781-12.704-26.438-27.696 0-2.747.572-5.494 1.373-7.897Z" fill="#894915"/><path d="m286.405 86.638-5.837-4.692v1.83c-1.03-.228-2.175-.343-3.434-.343h-90.987c-8.812 0-16.709 7.096-17.739 15.909l-26.782 227.41c-.343 2.976.115 5.723 1.374 8.126l-1.831.229 5.951 4.693c2.289 1.716 5.265 2.746 8.584 2.746h90.758c8.698 0 16.71-7.095 17.74-15.794l27.124-227.41c.572-5.265-1.373-9.843-4.921-12.704Z" fill="#666"/><path d="M240.625 337.968h-90.758c-8.698 0-14.993-7.095-13.963-15.794l27.01-227.41c1.03-8.813 9.042-15.908 17.74-15.908h90.987c8.812 0 14.993 7.095 13.963 15.908l-27.239 227.41c-1.03 8.699-8.927 15.794-17.74 15.794Z" fill="#F2F2F2"/><path d="M207.091 90.644c.115-1.374-.801-2.633-2.289-2.633-1.487 0-2.746 1.145-2.861 2.633-.114 1.373.801 2.632 2.289 2.632 1.374-.114 2.747-1.259 2.861-2.632Zm28.498 2.861h-22.203a2.833 2.833 0 0 1-2.861-2.861 2.833 2.833 0 0 1 2.861-2.862h22.203a2.834 2.834 0 0 1 2.862 2.862c0 1.602-1.374 2.86-2.862 2.86Z" fill="#666"/><path d="m294.874 287.039-26.094 25.293c-6.524 6.409-17.053 6.18-23.348-.344-5.951-6.065-6.18-15.679-.801-22.088l23.347-27.926c6.524-7.782 18.198-8.812 25.98-2.289 7.783 6.524 8.813 18.198 2.289 25.98l-1.373 1.374Z" fill="#894915"/><path d="m297.392 250.415-26.438 25.064c-6.638 6.295-17.053 5.952-23.348-.686-5.836-6.181-5.951-15.794-.572-22.089l23.691-27.582c6.638-7.668 18.198-8.584 25.98-1.946 7.783 6.638 8.584 18.197 1.946 25.98-.458.343-.916.916-1.259 1.259Z" fill="#894915"/><path d="m298.651 212.532-26.438 25.064c-6.638 6.295-17.053 5.952-23.348-.572-5.836-6.18-5.951-15.794-.572-22.088l23.691-27.583c6.638-7.782 18.198-8.583 25.98-2.06 7.783 6.638 8.584 18.198 2.06 25.98-.458.458-.915.916-1.373 1.259Zm-61.688 129.9s-34.793.114-54.478.114c-5.265 0-9.957-3.547-11.331-8.583-9.27-33.763-30.329-65.351-30.443-65.58l-.801-1.144-1.374.458c-.343.114-7.095 2.632-14.077 8.354-9.385-10.186-16.709-16.824-16.709-16.938l-1.832-1.717-1.03 2.289c-.457.916-10.872 24.035-2.975 61.917 4.005 18.312-1.832 35.022-18.083 51.274l-14.42 14.42c-2.175 2.175-2.748 5.265-1.603 8.126 1.144 2.861 3.777 4.578 6.867 4.578h70.386l13.963-13.963 33.991 4.807 48.298-48.298-4.349-.114Z" fill="#894915"/><path d="m151.24 137.911-2.861 1.374c-11.674 6.981-24.835 10.3-37.883 10.3-41.201 0-74.964-33.762-74.964-74.964 0-19.685 8.012-38.913 21.975-52.876C71.584 7.668 90.352-.343 110.495-.343c41.202 0 74.965 33.762 74.507 75.422 0 14.077-4.235 27.582-11.216 39.37l-1.831 2.862 7.439 27.582-28.155-6.982Z" fill="#CDE9FB"/><path d="M50.754 117.768v-7.553c0-1.488-1.259-2.747-2.747-2.747s-2.747 1.259-2.747 2.747v7.553h-7.553c-1.488 0-2.747 1.259-2.747 2.747s1.259 2.747 2.747 2.747h7.553v7.553c0 1.488 1.26 2.747 2.747 2.747a2.76 2.76 0 0 0 1.946-.801 2.76 2.76 0 0 0 .801-1.946v-7.553h7.554c.8 0 1.487-.344 1.945-.801a2.763 2.763 0 0 0 .801-1.946c0-1.488-1.259-2.747-2.746-2.747h-7.554Zm160.229-80.801 5.265-5.265c1.03-1.03 1.03-2.86 0-3.89-1.031-1.03-2.862-1.03-3.892 0l-5.264 5.264-5.265-5.265c-1.03-1.03-2.861-1.03-3.891 0-1.03 1.03-1.03 2.861 0 3.891l5.264 5.265-5.264 5.265c-1.03 1.03-1.03 2.86 0 3.891a2.68 2.68 0 0 0 1.945.801 2.68 2.68 0 0 0 1.946-.801l5.265-5.265 5.264 5.265a2.68 2.68 0 0 0 1.946.801c.687 0 1.373-.229 1.946-.801 1.03-1.03 1.03-2.861 0-3.891l-5.265-5.265ZM162.8 43.72c11.061 0 20.028-8.968 20.028-20.029S173.861 3.662 162.8 3.662c-11.062 0-20.029 8.968-20.029 20.029S151.738 43.72 162.8 43.72Z" fill="#FFBE3C"/><path d="M153.3 44.978H68.608v58.026H153.3V44.978Z" fill="#E83452"/><path d="M140.482 56.652H81.197V91.33h59.285V56.653Z" fill="#fff"/><path d="m81.197 56.652 29.757 17.282 30.558-17.282-25.408-4.463-34.907 4.463Z" fill="#E83452"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-contactus', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-conversation-api': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-conversation-api': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 790 800" fill="none" aria-hidden="true" focusable="false"><path d="M566.505 350.831a17.441 17.441 0 0 0-13.505-6.4H441.453a17.58 17.58 0 0 0-17.16 13.97l-17.925 86.411h-67.306l-3.862 19.731h197.283a22.343 22.343 0 0 0 21.778-17.94l15.899-81.245a17.432 17.432 0 0 0-3.655-14.527Z" fill="#0A273D"/><path d="M363.865 229.143a32.945 32.945 0 0 0-26.54-13.24 33.354 33.354 0 0 0-31.916 24.024l-14.027 48.696-7.202 24.925a19.316 19.316 0 0 1-18.483 13.898h-1.801l25.587 13.798 28.512-13.024 3.862-13.106h10.741a27.01 27.01 0 0 0 25.857-19.461l10.785-37.319a32.924 32.924 0 0 0-5.375-29.191Z" fill="#F2A068"/><path d="M345.625 276.751a2.118 2.118 0 0 1-1.71-.855 2.096 2.096 0 0 1-.333-1.882l14.783-50.244.081-.288-.234-.189a32.764 32.764 0 0 0-20.887-7.39 33.463 33.463 0 0 0-5.456.45c-.9.144-1.801.333-2.638.549a33.142 33.142 0 0 0-8.589 3.492c-.756.441-1.503.9-2.224 1.414a33.723 33.723 0 0 0-4.078 3.33 24.017 24.017 0 0 0-1.801 1.908l-.9.999a33.944 33.944 0 0 0-3.034 4.375c-.225.387-.441.783-.648 1.179a32.197 32.197 0 0 0-1.675 3.709 42.729 42.729 0 0 0-.9 2.619l-14.252 49.552h19.267a15.65 15.65 0 0 0 14.918-11.117l.441-1.467-.441-.126a7.564 7.564 0 0 1-5.168-9.334l2.314-8.02a7.518 7.518 0 0 1 6.777-5.445 7.508 7.508 0 0 1 3.036.44 7.687 7.687 0 0 1 4.61 9.442l-14.936 51.262h10.677a27.016 27.016 0 0 0 16.167-5.43 27 27 0 0 0 9.69-14.031l5.447-18.902h-18.304Zm2.621 499.242a41.517 41.517 0 0 1-3.494-43.296l4.142-8.461a3.357 3.357 0 0 0-1.963-4.734l-37.164-19.029a2.86 2.86 0 0 0-3.151.39 2.844 2.844 0 0 0-.684.879l-31.34 62.703-1.945 3.906a2.327 2.327 0 0 0 .312 2.565c.199.231.442.421.715.559l3.439 1.719 20.086 10.09a2.329 2.329 0 0 0 3.124-1.035l2.592-5.167a1.748 1.748 0 0 1 3.107 0 47.748 47.748 0 0 0 20.959 21.171s4.177 1.8 12.172 1.8h21.283a11.475 11.475 0 0 0 8.597-18.995 11.481 11.481 0 0 0-7.562-3.904l-13.234-1.107" fill="#272727"/><path d="M762.015 800h-11.371a7.823 7.823 0 0 1-7.824-7.822V530.621a39.069 39.069 0 0 0-11.447-27.63 39.084 39.084 0 0 0-27.635-11.444H66.091a39.09 39.09 0 0 0-39.082 39.074v261.557A7.822 7.822 0 0 1 19.185 800H7.824A7.824 7.824 0 0 1 0 792.178V530.621a66.07 66.07 0 0 1 19.358-46.724 66.098 66.098 0 0 1 46.733-19.354h637.647a66.101 66.101 0 0 1 46.734 19.354 66.072 66.072 0 0 1 19.357 46.724v261.557a7.823 7.823 0 0 1-7.814 7.822Z" fill="#CCD4D9"/><path d="M375.752 520.521 290.37 700.3l70.755 33.59 85.382-179.779-70.755-33.59Z" fill="#0A273D"/><path d="M404.235 788.991 371.518 634.17a44.693 44.693 0 0 0-43.538-35.302h-45.835v-3.133h-68.36v3.088h-48.499a44.704 44.704 0 0 0-27.994 9.983 44.686 44.686 0 0 0-15.544 25.328L89.13 788.991a8.998 8.998 0 0 0 3.72 9.285 9.006 9.006 0 0 0 3.23 1.382 9.488 9.488 0 0 0 1.864.198 9.003 9.003 0 0 0 8.805-7.147l32.645-154.821a26.605 26.605 0 0 1 25.919-21.018h49.517a26.597 26.597 0 0 1 21.733 11.414 44.004 44.004 0 0 0-1.702 5.958l-32.545 154.821a8.998 8.998 0 0 0 6.959 10.658c.61.127 1.231.194 1.855.198a9.005 9.005 0 0 0 8.804-7.201l26.685-126.917 26.721 126.917a9.01 9.01 0 0 0 3.872 5.749 9.006 9.006 0 0 0 13.818-5.924 9.004 9.004 0 0 0-.071-3.534l-32.573-154.856c-.429-1.995-1-3.956-1.71-5.869a26.578 26.578 0 0 1 21.715-11.369h49.517a26.608 26.608 0 0 1 25.91 20.991l32.717 154.821a9.046 9.046 0 0 0 17.7-3.736Z" fill="#CCD4D9"/><path d="M335.137 173.282c41.503 0 75.148-33.639 75.148-75.133 0-41.495-33.645-75.133-75.148-75.133-41.503 0-75.148 33.638-75.148 75.133 0 41.494 33.645 75.133 75.148 75.133Z" fill="#FFBE3C"/><path d="M683.049 420.536c38.306 0 69.359-31.047 69.359-69.345s-31.053-69.345-69.359-69.345-69.359 31.047-69.359 69.345 31.053 69.345 69.359 69.345Z" fill="#A8D7E2"/><path d="M718.341 243.005c39.325 0 71.205-31.873 71.205-71.19 0-39.318-31.88-71.191-71.205-71.191s-71.205 31.873-71.205 71.191c0 39.317 31.88 71.19 71.205 71.19Z" fill="#0A273D"/><path d="M214.758 278.001c31.215 0 56.52-25.3 56.52-56.509s-25.305-56.51-56.52-56.51c-31.216 0-56.521 25.301-56.521 56.51s25.305 56.509 56.521 56.509Z" fill="#A8D7E2"/><path d="M595.36 113.019c31.216 0 56.521-25.3 56.521-56.51C651.881 25.3 626.576 0 595.36 0s-56.521 25.3-56.521 56.51c0 31.209 25.305 56.509 56.521 56.509Z" fill="#FFBE3C"/><path d="M502.305 306.275c49.041 0 88.796-39.748 88.796-88.779 0-49.032-39.755-88.779-88.796-88.779-49.042 0-88.797 39.747-88.797 88.779 0 49.031 39.755 88.779 88.797 88.779Z" fill="#007171"/><path d="M395.871 726.262h20.761a7.626 7.626 0 0 1 7.626 7.624 23.331 23.331 0 0 1 13.369-7.3 3.35 3.35 0 0 1 3.871 3.348l-.063 3.52a41.6 41.6 0 0 0 13.586 30.91 41.587 41.587 0 0 0 20.437 10.153l11.118 2.287a11.705 11.705 0 0 1-2.367 23.169h-29.215a47.884 47.884 0 0 1-28.252-9.47 1.737 1.737 0 0 0-2.781 1.396v5.778a2.32 2.32 0 0 1-.681 1.642 2.32 2.32 0 0 1-1.642.681H395.34a2.324 2.324 0 0 1-2.323-2.323v-68.58a2.856 2.856 0 0 1 2.854-2.835Z" fill="#272727"/><path d="M315.294 327.446h-49.588a40.696 40.696 0 0 0-25.451 9.061 40.674 40.674 0 0 0-14.162 23.002l-44.97 211.528-.117.549h131.533l41.639-195.875v-.207l-38.884-48.058Z" fill="#A8D7E2"/><path d="M407.638 491.556H215.109l-25.785 82.811h188.568V734.66h82.666V544.456a52.958 52.958 0 0 0-15.519-37.391 52.98 52.98 0 0 0-37.401-15.509Z" fill="#12364C"/><path d="M356.033 574.403h-82.98a23.317 23.317 0 0 1-22.823-18.488l-30.817-145.091a30.329 30.329 0 0 0-29.71-24.033H121.1a30.33 30.33 0 0 0-29.71 36.617l33.31 156.918v.072c2.701 12.512 15.692 19.731 26.586 19.731l187.199-.072a21.376 21.376 0 0 0 21.437-21.36v-.297a3.997 3.997 0 0 0-3.89-3.997Z" fill="#007171"/><path d="m400.634 406.666-61.464-69.03a32.418 32.418 0 0 0-45.816-1.378 32.408 32.408 0 0 0-10.178 22.619 32.406 32.406 0 0 0 8.8 23.188l74.104 76.871a17.626 17.626 0 0 0 12.658 5.347 17.233 17.233 0 0 0 5.294-.829l84.629-27.174a37.65 37.65 0 0 0 26.234-35.816v-5.527l-94.261 11.729Z" fill="#F2A068"/><path d="m530.601 419.204-18.006-17.832a22.368 22.368 0 0 0-18.762-6.364l-12.334 1.585a5.855 5.855 0 0 0-2.831 10.439 5.856 5.856 0 0 0 4.325 1.172l1.189-.153v30.487a5.849 5.849 0 0 0 9.99 4.137 5.85 5.85 0 0 0 1.714-4.137v-1.8a5.849 5.849 0 0 0 11.046-2.7v-21.783l15.378 15.302a5.838 5.838 0 0 0 4.17 1.794 5.85 5.85 0 0 0 5.898-5.936 5.84 5.84 0 0 0-1.822-4.157l.045-.054Z" fill="#F2A068"/><path d="m400.634 406.666-61.464-69.03a32.418 32.418 0 0 0-45.816-1.378 32.408 32.408 0 0 0-10.178 22.619 32.406 32.406 0 0 0 8.8 23.188l74.104 76.871a17.626 17.626 0 0 0 12.658 5.347 17.237 17.237 0 0 0 5.294-.829l19.05-6.111 11.533-51.811.135-.621-14.116 1.755Z" fill="#A8D7E2"/><path d="M530.007 188.396h-55.413a16.871 16.871 0 0 0-16.845 16.832v38.3a3.053 3.053 0 0 0 3.052 3.051h69.206a16.87 16.87 0 0 0 16.854-16.841v-24.51a16.868 16.868 0 0 0-16.854-16.832Z" fill="#FFBE3C"/><path d="M522.111 223.005a5.734 5.734 0 1 0 0-11.468 5.735 5.735 0 1 0 0 11.468Zm-19.806 0a5.734 5.734 0 1 0 0-11.468 5.734 5.734 0 1 0 0 11.468Zm-19.807 0a5.735 5.735 0 1 0 0-11.47 5.735 5.735 0 0 0 0 11.47Z" fill="#007171"/><path d="M233.007 226.776a5.284 5.284 0 1 0 0-10.567 5.285 5.285 0 1 0 0 10.567Zm-18.249 0a5.283 5.283 0 1 0 0-10.567 5.285 5.285 0 1 0 0 10.567Zm-18.249 0a5.283 5.283 0 1 0 0-10.567 5.285 5.285 0 1 0 0 10.567Z" fill="#0A273D"/><path d="m364.622 110.859-5.951-5.95a9.273 9.273 0 0 0-13.108 0 4.186 4.186 0 0 1-5.402.459 53.708 53.708 0 0 1-6.545-5.697 54.07 54.07 0 0 1-5.681-6.526 4.2 4.2 0 0 1 .468-5.401 9.281 9.281 0 0 0 0-13.097l-5.978-5.968a9.496 9.496 0 0 0-6.721-2.79 9.487 9.487 0 0 0-6.721 2.79l-1.656 1.656a15.3 15.3 0 0 0-1.567 19.803 166.178 166.178 0 0 0 37.381 37.373 15.304 15.304 0 0 0 19.806-1.566l1.657-1.656a9.506 9.506 0 0 0 .018-13.43Z" fill="#007171"/><path d="m739.264 192.86-6.059-6.058a9.405 9.405 0 0 0-13.28 0 4.282 4.282 0 0 1-5.546.477 63.523 63.523 0 0 1-12.433-12.431 4.3 4.3 0 0 1 .477-5.553 9.397 9.397 0 0 0 0-13.268l-6.077-6.076a9.644 9.644 0 0 0-13.621 0l-1.693 1.683a15.51 15.51 0 0 0-1.584 20.136 168.453 168.453 0 0 0 37.992 37.985 15.519 15.519 0 0 0 20.14-1.593l1.684-1.683a9.645 9.645 0 0 0 0-13.619Zm2.953-12.835a2.08 2.08 0 0 1-.612-.09 2.256 2.256 0 0 1-1.353-1.064 2.255 2.255 0 0 1-.205-1.709c2.422-8.56.459-17.102-5.239-22.773-5.699-5.67-14.216-7.66-22.778-5.247a2.25 2.25 0 0 1-1.224-4.33c10.155-2.862 20.319-.477 27.189 6.391 6.869 6.868 9.255 17.03 6.383 27.174a2.239 2.239 0 0 1-2.161 1.648Z" fill="#A8D7E2"/><path d="M754.452 182.31c-.21.001-.42-.029-.621-.09a2.259 2.259 0 0 1-1.351-1.07 2.243 2.243 0 0 1-.198-1.711c3.737-12.998.784-25.941-7.913-34.637-8.697-8.695-21.608-11.647-34.635-7.912a2.255 2.255 0 0 1-1.766-.137 2.251 2.251 0 0 1-.9-3.129 2.248 2.248 0 0 1 1.424-1.054c14.594-4.195 29.196-.81 39.064 9.055 9.867 9.865 13.252 24.465 9.057 39.056a2.248 2.248 0 0 1-2.161 1.629Z" fill="#A8D7E2"/><path d="M730.612 176.604a2.255 2.255 0 0 1-2.236-1.978 2.253 2.253 0 0 1 .066-.876 10.206 10.206 0 0 0-2.441-10.546 10.218 10.218 0 0 0-10.55-2.433 2.264 2.264 0 0 1-1.747-.178 2.252 2.252 0 0 1 .558-4.161 14.719 14.719 0 0 1 18.52 18.515 2.261 2.261 0 0 1-2.17 1.657Z" fill="#A8D7E2"/><path d="M709.437 324.808a37.331 37.331 0 0 0-50.057-2.458 37.314 37.314 0 0 0-7.382 49.561l-1.981 7.399a4.336 4.336 0 0 0 2.262 4.991 4.333 4.333 0 0 0 1.906.455c.381.002.76-.05 1.126-.153l6.896-1.8c.198-.055.387-.14.558-.252a37.327 37.327 0 0 0 49.436-7.785 37.305 37.305 0 0 0-2.764-49.958Z" fill="#0A273D"/><path d="M701.668 343.468a2.032 2.032 0 0 0-1.27-.609 2.031 2.031 0 0 0-1.359.366l-9.553 6.805a1.146 1.146 0 0 1-1.431-.144l-6.527-6.508a5.274 5.274 0 0 0-4.14-1.521 5.257 5.257 0 0 0-3.846 2.16l-9.669 13.331a2.027 2.027 0 0 0 1.538 3.209c.487.025.967-.127 1.352-.428l9.903-7.795a1.161 1.161 0 0 1 1.378.18l6.5 6.508a5.253 5.253 0 0 0 3.718 1.539c.141.009.282.009.423 0a5.18 5.18 0 0 0 3.817-2.124l9.319-12.296a2.026 2.026 0 0 0-.153-2.673Z" fill="#A8D7E2"/><path d="M626.996 43.26a5.725 5.725 0 0 0-5.825.054l-9.498 5.634v-3.411a8.827 8.827 0 0 0-8.823-8.821h-29.71a8.843 8.843 0 0 0-8.822 8.821v21.972a8.843 8.843 0 0 0 8.822 8.821h29.71a8.827 8.827 0 0 0 8.823-8.821v-3.43l9.534 5.635a5.8 5.8 0 0 0 7.972-2.065 5.788 5.788 0 0 0 .788-2.912V48.29a5.715 5.715 0 0 0-2.971-5.031Z" fill="#007171"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-conversation-api', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-cooking': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-cooking': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 1398 800" fill="none" aria-hidden="true" focusable="false"><path d="m470.694 744.75-52.971-154.319-.761.042-182.101 134.355 6.841 19.922h228.992Z" fill="#E83452"/><path d="M365.204 738.182H136.323v6.564h228.881v-6.564Z" fill="#E03E52"/><path d="M518.218 524.499a39.003 39.003 0 0 0 10.531 16.181l76.352 70.264-29.059 65.96s-92.252-70.481-124.19-94.475a64.163 64.163 0 0 1-22.141-30.545c-18.45-54.078-47.588-206.898-47.588-206.898l67.672-22.141 68.437 201.631-.014.023Z" fill="#F2A068"/><path d="m325.951 362.984-137.28 36.785a78.268 78.268 0 0 1-82.365-27.957 78.264 78.264 0 0 1-13.508-27.394 81.467 81.467 0 0 1 29.102-85.73 81.482 81.482 0 0 1 28.514-14.059l14.23-3.814-3.736-13.995a81.459 81.459 0 0 1 55.771-99.258l23.787-6.965 18.04-53.336a85.332 85.332 0 0 1 39.423-47.28l25.527-14.174a30.973 30.973 0 0 1 41.296 10.66l28.169 45.07-70.66 18.94-3.201 70.816 6.891 211.719v-.028Z" fill="#842306"/><path d="M213.491 278.181h-.526a58.47 58.47 0 0 0-46.471 25.651L79.569 432.035l92.252 65.789 17.777-24.027.83 135.094 233.518-.277 27.947-160.057h41.698s-20.558-77.492-32.749-127.963a55.435 55.435 0 0 0-53.889-42.436h-190.45a66.361 66.361 0 0 0-3.026 0l.014.023Z" fill="#0A273D"/><path d="m277.297 202.286-5.041 75.974 41.975 85.301a29.6 29.6 0 0 0 26.568 16.517 30.897 30.897 0 0 0 24.158-11.633 30.902 30.902 0 0 0 5.972-26.139l-17.381-76.159a18.754 18.754 0 0 1-.392-5.872c.083-.922.185-2.034.295-3.228a18.738 18.738 0 0 1 12.371-15.951 73.725 73.725 0 0 0 12.916-3.229 85.609 85.609 0 0 0 57.196-81.311l-.328-71.034a85.603 85.603 0 0 0-12.855-44.816C405.14 12.353 373.609-3.003 340.467.632a85.603 85.603 0 0 0-76.449 85.68l.323 71.033a85.914 85.914 0 0 0 12.956 44.927v.014Z" fill="#F2A068"/><path d="m292.118 143.286 14.299-1.384a72.972 72.972 0 0 0 2.269 6.278c12.496 30.198 18.556 62.671 16.91 95.314l-.102 2.081a34.974 34.974 0 0 1-35.286 33.21l-74.687-.761 76.597-134.738Z" fill="#842306"/><path d="M307.191 145.394c.277 5.438 5.955.272 5.503 5.765-2.338 28.036-46.37 56.408-58.612 35.102-13.764-23.985 4.267-99.89 4.267-99.89-.18-42.348 36.647-80.836 82.104-85.845 33.183-3.635 64.756 11.739 82.399 40.13.222-.08.102.211 0 0-4.441 35.844-72.233 57.15-117.16 59.04-12.615.526-22.883 10.25-22.883 22.879a22.895 22.895 0 0 0 22.883 22.883c.499 0 .997 0 1.49-.051l.009-.013Z" fill="#842306"/><path d="M305.674 172.931c12.636 0 22.879-10.243 22.879-22.879 0-12.635-10.243-22.878-22.879-22.878-12.635 0-22.878 10.243-22.878 22.878 0 12.636 10.243 22.879 22.878 22.879ZM446.575 744.75c-.807-42.113-33.635-134.226-33.972-135.181l-.267-.747H190.783l-.336.369c-.535.59-53.507 59.502-54.235 135.559h310.363Z" fill="#E83452"/><path d="M1397.73 745.175c0-.351-4.2-.632-9.38-.632H9.776c-5.185 0-9.387.281-9.387.632v54.189c0 .35 4.202.636 9.387.636H1388.35c5.18 0 9.38-.286 9.38-.636v-54.189Z" fill="#F2F2F2"/><path d="m498.858 623.751-105.277-137.25a5.997 5.997 0 0 0-8.408-1.109l-2.58 1.979a5.996 5.996 0 0 0-1.108 8.408l105.277 137.25a5.996 5.996 0 0 0 8.408 1.108l2.58-1.979a5.995 5.995 0 0 0 1.108-8.407Z" fill="#842306"/><path d="M528.106 675.365c16.446-12.615 15.157-41.901-2.878-65.413-18.034-23.512-45.986-32.346-62.432-19.731-16.445 12.614-15.157 41.9 2.878 65.412 18.035 23.512 45.987 32.346 62.432 19.732Z" fill="#842306"/><path d="m12.1 530.297 67.47-98.262 96.887 65.789-33.46 48.834-130.896-16.361Zm548.6 120.292.545.498 27.869-18.303a52.26 52.26 0 0 0 14.124 1.647c11.494-.346 20.069-.462 25.881-5.854.318-.3 5.835-.922 6.457-.493 4.05 2.647 8.054 6.356 13.123 6.665a11.48 11.48 0 0 0 10.337-5.217c3.455-5.337 1.555-12.712-3.805-16.144l-13.838-9.354c-7.777-5.24-16.144-8.764-26.546-7.842l-16.324 1.453a25.616 25.616 0 0 1-8.902-.655" fill="#F2A068"/><path d="M423.992 637.655c0 59.719 48.409 108.128 108.129 108.128 59.719 0 108.123-48.409 108.123-108.128H423.992Z" fill="#FFBE3C"/><path d="M644.991 627.046h-226.94v13.838h226.94v-13.838Z" fill="#FFBE3C"/><path d="M652.611 625.077c.294.949.437 1.939.424 2.933l-1.757-.604a9.534 9.534 0 0 0-10.31 15.254 9.556 9.556 0 0 0-4.451 15.355 9.528 9.528 0 0 0-3.528 16.297 9.502 9.502 0 0 0-2.971 2.107l-2.472 2.602a9.548 9.548 0 0 0-2.621 6.815 9.532 9.532 0 0 0 2.967 6.672c.134.129.281.24.419.36a9.533 9.533 0 0 0 13.068-.706l2.468-2.578a9.502 9.502 0 0 0 .383-12.699 9.491 9.491 0 0 0 6.219-6.503 9.495 9.495 0 0 0-1.999-8.774 9.493 9.493 0 0 0 4.567-15.221c-.042-.046-.074-.097-.111-.139a9.748 9.748 0 0 0 2.869-1.434c.064-.046.129-.092.189-.143.152-.115.295-.24.461-.364.166-.125.332-.3.489-.462a11.911 11.911 0 0 0 3.51-10.013 11.928 11.928 0 0 0-5.862-8.843l-2.634-1.522c.275.515.503 1.054.683 1.61Z" fill="#F2A068"/><path d="M933.703 542.94a14.156 14.156 0 0 1 13.902-11.504h211.005a14.488 14.488 0 0 1 11.18 5.263 14.523 14.523 0 0 1 2.87 5.643c.53 2.069.59 4.23.19 6.327l-32.23 167.58H900.663l33.04-173.309Z" fill="#0A273D"/><path d="m895.395 743.869 5.268-27.62h239.957l-3.11 16.144a14.163 14.163 0 0 1-13.91 11.49l-228.205-.014Z" fill="#617582"/><path d="m916.451 701.406 29.678-155.805a1.995 1.995 0 0 1 1.96-1.623h210.251a1.958 1.958 0 0 1 1.53.724c.19.227.33.491.4.776.07.285.08.582.03.87l-29.68 155.805a2.001 2.001 0 0 1-1.96 1.623H918.389a2 2 0 0 1-1.522-.733 1.998 1.998 0 0 1-.416-1.637Z" fill="#fff"/><path d="M1053.11 539.398h14.6c.45 0 .88-.178 1.2-.495.31-.317.49-.746.49-1.194 0-.447-.18-.877-.49-1.194a1.707 1.707 0 0 0-1.2-.494h-14.6c-.45 0-.88.178-1.19.494-.32.317-.5.747-.5 1.194 0 .448.18.877.5 1.194.31.317.74.495 1.19.495Zm-8.35.525c1.22 0 2.21-.991 2.21-2.214 0-1.223-.99-2.214-2.21-2.214s-2.21.991-2.21 2.214c0 1.223.99 2.214 2.21 2.214ZM827.562 743.878h79.203v-27.629H799.928c0 3.629.715 7.222 2.104 10.574a27.618 27.618 0 0 0 14.955 14.954 27.627 27.627 0 0 0 10.575 2.101Z" fill="#617582"/><path d="m925.086 692.997 26.578-139.526a1.786 1.786 0 0 1 1.757-1.453h195.809c.26 0 .52.058.76.17a1.829 1.829 0 0 1 .97 1.172c.06.255.07.521.02.779l-26.57 139.531c-.08.411-.3.78-.63 1.045a1.79 1.79 0 0 1-1.15.404h-195.8a1.786 1.786 0 0 1-1.719-1.346 1.783 1.783 0 0 1-.025-.776Z" fill="#F2F2F2"/><path d="m1016.23 656.99-26.01-66.498a1.669 1.669 0 0 0-2.163-.947l-.833.326a1.67 1.67 0 0 0-.947 2.163l26.003 66.498a1.678 1.678 0 0 0 2.17.947l.83-.326a1.675 1.675 0 0 0 .95-2.163Z" fill="#842306"/><path d="M1020.04 673.002c5.36-2.096 7.27-10.007 4.27-17.67-2.99-7.663-9.77-12.176-15.13-10.08-5.36 2.096-7.27 10.007-4.27 17.67 2.99 7.663 9.77 12.176 15.13 10.08Z" fill="#842306"/><path d="M932.111 689.058h70.669" stroke="#E83452" stroke-width="2" stroke-miterlimit="10"/><path d="M1002.98 689.058h115.66" stroke="#617582" stroke-width="2" stroke-miterlimit="10"/><path d="M1043.87 631.345c9.37 0 16.96-7.594 16.96-16.961 0-9.367-7.59-16.96-16.96-16.96-9.37 0-16.96 7.593-16.96 16.96s7.59 16.961 16.96 16.961Z" fill="#0A273D"/><path d="M1042.65 614.029a1.85 1.85 0 0 0 2.44 0l6.96-6.061a.424.424 0 0 0 .13-.206.399.399 0 0 0-.02-.241.383.383 0 0 0-.37-.263h-15.84a.383.383 0 0 0-.37.263.399.399 0 0 0-.02.241c.02.08.07.152.13.206l6.96 6.061Zm10.37-4.386-5.71 4.972 5.71 4.972a.409.409 0 0 0 .44.064.395.395 0 0 0 .17-.151.35.35 0 0 0 .06-.222v-9.326a.35.35 0 0 0-.06-.222.395.395 0 0 0-.4-.184.407.407 0 0 0-.21.097Zm-18.3 0a.407.407 0 0 0-.61.087.437.437 0 0 0-.07.222v9.326a.437.437 0 0 0 .24.373.409.409 0 0 0 .44-.064l5.71-4.972-5.71-4.972Zm11.11 6.194a3.8 3.8 0 0 1-1.96.545c-.69 0-1.36-.189-1.95-.545l-5.7 4.964a.424.424 0 0 0-.13.206c-.02.08-.01.164.02.241.03.077.08.144.14.191a.43.43 0 0 0 .24.072h14.76c.08 0 .16-.026.23-.072a.383.383 0 0 0 .14-.191.399.399 0 0 0 .02-.241.424.424 0 0 0-.13-.206l-5.68-4.964Zm-3.28-35.373c7.18 0 12.99-5.82 12.99-12.999s-5.81-12.998-12.99-12.998c-7.18 0-13 5.819-13 12.998 0 7.179 5.82 12.999 13 12.999Z" fill="#FFBE3C"/><path d="M1046.6 563.198h-8.11c-.66.002-1.28.262-1.75.724-.46.463-.72 1.09-.72 1.744v5.609c0 .122.05.24.13.326.09.087.21.135.33.135h10.15a2.464 2.464 0 0 0 1.74-.724c.46-.462.72-1.089.73-1.744v-3.588c0-.327-.07-.652-.19-.954a2.568 2.568 0 0 0-.54-.808 2.579 2.579 0 0 0-.81-.537 2.502 2.502 0 0 0-.96-.183Z" fill="#0A273D"/><path d="M1045.44 568.272c.47 0 .84-.376.84-.839 0-.464-.37-.84-.84-.84-.46 0-.84.376-.84.84 0 .463.38.839.84.839Zm-2.89 0c.46 0 .84-.376.84-.839 0-.464-.38-.84-.84-.84-.47 0-.84.376-.84.84 0 .463.37.839.84.839Zm-2.91 0c.47 0 .84-.376.84-.839a.836.836 0 1 0-1.67 0c0 .463.37.839.83.839Z" fill="#FFBE3C"/><path d="M404.361 183.166c1.586.316 3.203.455 4.82.415a22.443 22.443 0 0 0 15.106-6.402 2.474 2.474 0 0 0 .738-1.76 2.463 2.463 0 0 0-.738-1.759 2.538 2.538 0 0 0-3.561 0 17.24 17.24 0 0 1-23.579.571 2.54 2.54 0 0 0-3.557.171 2.476 2.476 0 0 0-.649 1.794 2.472 2.472 0 0 0 .825 1.721 22.446 22.446 0 0 0 10.609 5.249" fill="#0A273D"/><path d="M1077.03 603.236c3.28 0 6.49-.974 9.22-2.799a16.637 16.637 0 0 0 6.12-7.452 16.666 16.666 0 0 0 .94-9.594 16.608 16.608 0 0 0-4.54-8.502 16.622 16.622 0 0 0-18.1-3.6 16.597 16.597 0 0 0-7.45 6.116 16.564 16.564 0 0 0-2.8 9.225c0 2.182.42 4.343 1.26 6.36a16.545 16.545 0 0 0 3.59 5.392 16.66 16.66 0 0 0 5.4 3.598c2.01.833 4.17 1.26 6.36 1.256Z" fill="#fff"/><path d="M1077.03 577.626c-5.2 0-9.14 3.806-9.14 8.861a8.59 8.59 0 0 0 2.9 6.573c.14.161.23.351.28.554l.07 1.665a.7.7 0 0 0 .34.601.718.718 0 0 0 .7.022l1.8-.831c.16-.056.32-.08.49-.069.85.222 1.74.338 2.62.346 5.19 0 9.14-3.81 9.14-8.861s-4.02-8.861-9.2-8.861Z" fill="url(#b)"/><path d="m1071.55 589.116 2.71-4.294a1.406 1.406 0 0 1 .92-.613 1.382 1.382 0 0 1 1.08.267l2.15 1.596c.1.068.22.104.34.104.13 0 .25-.036.35-.104l2.77-2.219c.41-.276.92.139.62.554l-2.63 4.294a1.386 1.386 0 0 1-1.49.593c-.19-.046-.36-.13-.51-.247l-2.15-1.591a.616.616 0 0 0-.35-.104c-.12 0-.24.036-.34.104l-2.84 2.214c-.42.281-.9-.139-.63-.554Z" fill="#fff"/><path d="M976.148 631.17a48.464 48.464 0 0 0 82.732 34.27 48.465 48.465 0 0 0 14.2-34.27h-96.932Z" fill="#FFBE3C"/><path d="M1075.21 626.414H973.486v6.204h101.724v-6.204Z" fill="#FFBE3C"/><path d="M59.518 615.491c30.794 0 55.757-24.963 55.757-55.757 0-30.794-24.963-55.757-55.757-55.757-30.794 0-55.757 24.963-55.757 55.757 0 30.794 24.963 55.757 55.757 55.757Zm244.177-166.145a122.38 122.38 0 0 1 62.012-8.382c1.693.213 3.229.379 4.571.494 10.54.89 24.05 10.318 29.41 17.846 7.611 10.692 43.783 72.137 43.783 72.137a10.47 10.47 0 0 1 1.007 7.946 10.46 10.46 0 0 1-4.907 6.332 10.467 10.467 0 0 1-14.278-3.9l-17.228-30.079" fill="#F2A068"/><path d="M401.838 548.9a10.149 10.149 0 0 1-10.148-10.148v-27.399l-20.586-12.579a10.138 10.138 0 0 1-4.923-6.284 10.15 10.15 0 0 1 15.49-11.017l25.444 15.544a10.144 10.144 0 0 1 4.852 8.649v33.086a10.15 10.15 0 0 1-10.129 10.148Z" fill="#F2A068"/><path d="M384.056 537.151a10.154 10.154 0 0 1-7.945-3.842 10.154 10.154 0 0 1-1.931-8.612l5.697-24.128-9.811-9.226a10.143 10.143 0 0 1-.006-13.906 10.15 10.15 0 0 1 13.881-.854l14.086 13.215a10.143 10.143 0 0 1 2.929 9.724l-7.043 29.839a10.148 10.148 0 0 1-9.857 7.79Z" fill="#F2A068"/><path d="M366.63 524.969a10.148 10.148 0 0 1-9.161-5.807l-4.419-9.345a10.147 10.147 0 0 1 7.722-14.378l1.669-7.076-9.806-9.225a10.152 10.152 0 0 1 2.546-16.972 10.135 10.135 0 0 1 7.961-.088 10.137 10.137 0 0 1 3.368 2.272l14.082 13.22a10.15 10.15 0 0 1 2.929 9.719l-7.039 29.839a10.154 10.154 0 0 1-3.162 5.299 10.154 10.154 0 0 1-6.69 2.542Z" fill="#F2A068"/><path d="m360.767 495.444 10.438-35.056-44.281-18.242-247.355 65.886-10.212 107.473 245.851-96.804s38.764-14.779 45.559-23.257Z" fill="#F2A068"/><defs><radialGradient id="b" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1072.56 594.513) scale(18.4504)"><stop stop-color="#09F"/><stop offset=".61" stop-color="#A033FF"/><stop offset=".93" stop-color="#FF5280"/><stop offset="1" stop-color="#FF7061"/></radialGradient></defs></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-cooking', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-costumer-support': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-costumer-support': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 882 800" fill="none" aria-hidden="true" focusable="false"><path d="M297.694 190.879h276.167a105.848 105.848 0 0 1 105.856 105.848v363.342H191.846V296.727a105.848 105.848 0 0 1 105.848-105.848Z" fill="#12364C" stroke="#1B364A" stroke-width="1.07" stroke-miterlimit="10"/><path d="M363.237 295.76c50.393 0 91.244-40.851 91.244-91.243 0-50.393-40.851-91.244-91.244-91.244-50.392 0-91.243 40.851-91.243 91.244 0 50.392 40.851 91.243 91.243 91.243Z" fill="#FFBE3C"/><path d="M509.115 295.76c50.392 0 91.243-40.851 91.243-91.243 0-50.393-40.851-91.244-91.243-91.244-50.392 0-91.243 40.851-91.243 91.244 0 50.392 40.851 91.243 91.243 91.243Z" fill="#FFBE3C"/><path d="M367.473 155.192a92.8 92.8 0 0 1 18.048-140.186 92.803 92.803 0 0 1 119.314 140.186 91.476 91.476 0 0 0-20.587 38.018 90.428 90.428 0 0 0-2.26 10.892h-91.633a94.487 94.487 0 0 0-2.428-11.521 91.61 91.61 0 0 0-20.454-37.389Z" fill="#FFE1CC"/><path d="M528.966 92.803a92.523 92.523 0 0 1-24.087 62.389 89.753 89.753 0 0 0-7.427 9.34v-57.08a53.623 53.623 0 0 0-15.708-37.933 53.646 53.646 0 0 0-37.933-15.709h-15.279a53.638 53.638 0 0 0-49.558 33.114 53.638 53.638 0 0 0-4.083 20.528v57.089a88.575 88.575 0 0 0-7.418-9.349 92.827 92.827 0 0 1-21.66-83.798 92.816 92.816 0 0 1 56.882-65.236A92.824 92.824 0 0 1 518.288 49.52a92.837 92.837 0 0 1 10.678 43.283Z" fill="#FFBE3C"/><path d="M454.977 160.35a24.305 24.305 0 0 1-18.801 8.904 24.311 24.311 0 0 1-18.801-8.904" stroke="#14374B" stroke-width="4.67" stroke-miterlimit="10" stroke-linecap="round"/><path d="M350.609 96.879h15.952v55.343h-15.952a18.44 18.44 0 0 1-18.451-18.406v-18.495a18.45 18.45 0 0 1 5.405-13.044 18.44 18.44 0 0 1 13.046-5.398Zm171.143 55.344H505.8V96.879h15.952a18.442 18.442 0 0 1 18.433 18.442v18.46a18.444 18.444 0 0 1-18.433 18.442Z" fill="#fff"/><path d="M509.15 152.214V84.322a63.806 63.806 0 0 0-63.806-63.806h-18.176a63.806 63.806 0 0 0-63.807 63.806v67.901" stroke="#fff" stroke-width="8.6" stroke-miterlimit="10"/><path d="M363.423 130.457v34.393a22.501 22.501 0 0 0 22.501 22.501h26.205" stroke="#fff" stroke-width="8.6" stroke-miterlimit="10"/><path d="M417.827 176.559h-12.735c-5.741 0-10.395 4.652-10.395 10.39 0 5.739 4.654 10.391 10.395 10.391h12.735c5.741 0 10.395-4.652 10.395-10.391 0-5.738-4.654-10.39-10.395-10.39Z" fill="#fff"/><path d="M374.891 125.902h122.57" stroke="#14374B" stroke-width="5" stroke-miterlimit="10"/><path d="M410.977 143.431c9.681 0 17.529-7.848 17.529-17.529 0-9.681-7.848-17.529-17.529-17.529-9.681 0-17.529 7.848-17.529 17.529 0 9.681 7.848 17.529 17.529 17.529Zm50.398 0c9.681 0 17.529-7.848 17.529-17.529 0-9.681-7.848-17.529-17.529-17.529-9.681 0-17.529 7.848-17.529 17.529 0 9.681 7.848 17.529 17.529 17.529Z" fill="#FFE1CC" stroke="#14374B" stroke-width="5" stroke-miterlimit="10"/><path d="M420.344 39.791v25.496l60.608 22.128 11.91-17.316-28.146-28.146-44.372-2.162Z" fill="#FFBE3C"/><path d="M495.21 92.111a72.58 72.58 0 0 1-96.445-29.289 53.386 53.386 0 0 1 29.75-9.004h15.296a53.65 53.65 0 0 1 51.399 38.293Z" fill="#FFBE3C"/><path d="M881.381 510.957H.675v289.052H881.38V510.957Z" fill="#F2F2F2"/><path d="M652.218 672.414H220.133a17.151 17.151 0 0 1-16.27-22.589l29.032-86.715a17.144 17.144 0 0 1 16.27-11.715h374.066a17.143 17.143 0 0 1 16.27 11.715l28.979 86.715a17.14 17.14 0 0 1-2.345 15.46 17.157 17.157 0 0 1-13.917 7.129Zm-513.943 6.601h-17.041a33.818 33.818 0 0 1-32.045-44.638l18.876-55.892a33.813 33.813 0 0 1 32.045-23.042h17.006a33.82 33.82 0 0 1 33.45 28.823 33.83 33.83 0 0 1-1.405 15.824l-18.876 55.884a33.813 33.813 0 0 1-32.01 23.041Z" fill="#12364C" stroke="#1B364A" stroke-width="1.07" stroke-miterlimit="10"/><path d="M136.99 614.517h-2.942a5.843 5.843 0 0 1-5.539-7.71l3.261-9.66a5.849 5.849 0 0 1 5.539-3.979h2.942a5.843 5.843 0 0 1 4.749 2.439 5.856 5.856 0 0 1 .79 5.28l-3.288 9.659a5.829 5.829 0 0 1-5.512 3.971Z" fill="#666"/><path d="M733.013 462.127a52.654 52.654 0 0 1-23.839 34.686l-43.955 27.383-48.599-67.227.319-.195-29.112-42.148a10.048 10.048 0 0 0-15.837-.9 10.044 10.044 0 0 0-2.419 5.491l-8.286 73.82-2.011 17.919H313.122l-1.914-17.201-8.419-75.539a10.048 10.048 0 0 0-18.246-4.618l-29.865 43.07.221.142-48.679 67.289-43.743-27.286a52.652 52.652 0 0 1-14.658-75.753L274.28 248.012a52.682 52.682 0 0 1 49.007-21.189l41.04 5.113c11.379 1.418 22.394-5.494 25.461-16.554a24.37 24.37 0 0 0 .85-7.994c0-.416-.053-.797-.079-1.152-.027-.354 0-.496-.053-.726-.063-.576-.107-1.055-.16-1.401h91.633c-.097.674-.186 1.356-.275 2.039 0 .168 0 .363-.053.576a23.99 23.99 0 0 0 .984 9.269c3.35 10.723 14.179 17.29 25.345 15.899l40.402-5.069a52.668 52.668 0 0 1 49.025 21.189L723.85 421.06a52.673 52.673 0 0 1 9.163 41.067Z" fill="#E83452"/><path d="m388.866 608.935-12.469-45.905a37.001 37.001 0 0 0-8.241-15.952v-3.554a30.514 30.514 0 0 0-23.76-28.624l-2.499-1.01-86.971-57.089-48.741 67.351 43.37 27.587c.886.514 1.711.993 2.57 1.445l23.928 17.954a19.405 19.405 0 0 1 7.479 12.186l5.495 34.783a8.87 8.87 0 0 0 3.49 5.923 8.853 8.853 0 0 0 6.675 1.645 8.857 8.857 0 0 0 7.337-10.333l-5.503-34.854v-.133a40.41 40.41 0 0 0-.479-2.331 4.438 4.438 0 0 1 .646-3.501 4.431 4.431 0 0 1 6.23-1.13 4.428 4.428 0 0 1 1.791 2.779l10.254 55.281a8.862 8.862 0 0 0 8.108 7.223 9.018 9.018 0 0 0 2.225-.124 8.863 8.863 0 0 0 7.089-10.333l-10.12-54.502a4.246 4.246 0 0 1 6.61-4.253 4.243 4.243 0 0 1 1.72 2.64l11.14 55.415a8.869 8.869 0 0 0 3.779 5.632 8.865 8.865 0 0 0 9.848-.019 8.854 8.854 0 0 0 3.758-5.647 8.865 8.865 0 0 0-.007-3.458l-11.042-54.945a3.46 3.46 0 0 1 .56-2.658 3.466 3.466 0 0 1 1.009-.951 3.462 3.462 0 0 1 1.302-.476 3.447 3.447 0 0 1 3.811 2.473c.656 2.321 1.418 5.148 1.418 5.148l11.175 41.164a8.854 8.854 0 0 0 4.423 5.52 8.86 8.86 0 0 0 7.053.524 9.094 9.094 0 0 0 5.539-10.891Zm93.672 0 12.469-45.906a36.992 36.992 0 0 1 8.241-15.951l-.053-1.835v-1.719a30.518 30.518 0 0 1 23.777-28.624l2.517-.993 86.971-57.089 48.742 67.352-43.353 27.614c-.842.514-1.702.992-2.57 1.444l-23.928 17.954a19.42 19.42 0 0 0-7.488 12.186l-5.486 34.783a8.864 8.864 0 0 1-17.511-2.765l5.503-34.854v-.133c.133-.789.293-1.56.479-2.331a4.43 4.43 0 0 0-3.669-5.397 4.433 4.433 0 0 0-4.998 3.545l-10.254 55.317a8.847 8.847 0 0 1-3.54 6.089 8.874 8.874 0 0 1-6.863 1.584 8.878 8.878 0 0 1-5.851-3.922 8.864 8.864 0 0 1-1.142-6.95l10.121-54.502a4.255 4.255 0 0 0-1.957-4.396 4.25 4.25 0 0 0-1.588-.584 4.254 4.254 0 0 0-4.786 3.367l-11.157 55.379a8.858 8.858 0 0 1-6.961 7.181 8.87 8.87 0 0 1-6.763-1.359 8.866 8.866 0 0 1-3.645-9.314l11.042-54.944a3.446 3.446 0 0 0-2.872-4.085 3.456 3.456 0 0 0-3.819 2.472c-.647 2.322-1.418 5.149-1.418 5.149l-11.175 41.199a8.871 8.871 0 0 1-4.407 5.499 8.872 8.872 0 0 1-7.025.545 9.083 9.083 0 0 1-5.583-11.006Z" fill="#FFE1CC"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-costumer-support', createIllustrationClass(templateHTML));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const createIllustrationClass: (templateHTML: string) => CustomElementConstructor;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { getIntegerAttribute, getLiteralAttribute, NectaryElement, updateAttribute, updateIntegerAttribute, updateLiteralAttribute } from '../utils';
|
|
2
|
-
const illustrationStylesHtml = '<style>:host{display:block}svg{display:block;pointer-events:none}#wrapper{display:flex;width:100%;height:100%;align-items:center;justify-content:center;overflow:hidden}#wrapper>*{flex-shrink:0}:host([valign=top]) #wrapper{align-items:flex-start}:host([valign=bottom]) #wrapper{align-items:flex-end}:host([background=yellow]) #wrapper{background-color:var(--sinch-color-bg-secondary-yellow)}:host([background=green]) #wrapper{background-color:var(--sinch-color-bg-secondary-green)}:host([background=blue]) #wrapper{background-color:var(--sinch-color-bg-secondary-blue)}:host([background=grey]) #wrapper{background-color:var(--sinch-color-bg-primary-contrast)}:host([background=white]) #wrapper{background-color:var(--sinch-color-bg-primary-light)}</style>';
|
|
3
|
-
import { backgroundValues, valignValues } from './utils';
|
|
4
|
-
const DEFAULT_SIZE = 256;
|
|
5
|
-
const MIN_SIZE = 16;
|
|
6
|
-
const MAX_SIZE = 2048;
|
|
7
|
-
export const createIllustrationClass = templateHTML => {
|
|
8
|
-
const template = document.createElement('template');
|
|
9
|
-
template.innerHTML = `${illustrationStylesHtml}<div id="wrapper">${templateHTML}</div>`;
|
|
10
|
-
return class extends NectaryElement {
|
|
11
|
-
constructor() {
|
|
12
|
-
super();
|
|
13
|
-
const shadowRoot = this.attachShadow();
|
|
14
|
-
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
15
|
-
this.$svg = shadowRoot.querySelector('svg');
|
|
16
|
-
}
|
|
17
|
-
static get observedAttributes() {
|
|
18
|
-
return ['size'];
|
|
19
|
-
}
|
|
20
|
-
set size(value) {
|
|
21
|
-
updateAttribute(this, 'size', value);
|
|
22
|
-
}
|
|
23
|
-
get size() {
|
|
24
|
-
return getIntegerAttribute(this, 'size', DEFAULT_SIZE);
|
|
25
|
-
}
|
|
26
|
-
get background() {
|
|
27
|
-
return getLiteralAttribute(this, backgroundValues, 'background', null);
|
|
28
|
-
}
|
|
29
|
-
set background(value) {
|
|
30
|
-
updateLiteralAttribute(this, backgroundValues, 'background', value);
|
|
31
|
-
}
|
|
32
|
-
get valign() {
|
|
33
|
-
return getLiteralAttribute(this, valignValues, 'valign', null);
|
|
34
|
-
}
|
|
35
|
-
set valign(value) {
|
|
36
|
-
updateLiteralAttribute(this, valignValues, 'valign', value);
|
|
37
|
-
}
|
|
38
|
-
connectedCallback() {
|
|
39
|
-
updateAttribute(this.$svg, 'preserveAspectRatio', 'xMinYMin meet');
|
|
40
|
-
if (!this.hasAttribute('size')) {
|
|
41
|
-
updateAttribute(this, 'size', DEFAULT_SIZE);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
attributeChangedCallback(name, _, newVal) {
|
|
45
|
-
switch (name) {
|
|
46
|
-
case 'size':
|
|
47
|
-
{
|
|
48
|
-
updateIntegerAttribute(this.$svg, 'height', newVal, {
|
|
49
|
-
min: MIN_SIZE,
|
|
50
|
-
max: MAX_SIZE
|
|
51
|
-
});
|
|
52
|
-
break;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-credit-card': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-credit-card': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 153 100" fill="none" aria-hidden="true" focusable="false"><path d="M11.462 0H141.53c6.312 0 11.295 5.15 11.295 11.462v77.076c0 6.313-5.149 11.462-11.461 11.462H11.296C4.984 100-.166 94.85-.166 88.538L0 11.462C0 5.149 5.15 0 11.462 0Z" fill="#059688"/><path d="M114.95 35.216h17.94c2.658 0 4.984-2.16 4.984-4.983v-9.635c0-2.658-2.16-4.983-4.984-4.983h-17.94c-2.658 0-4.983 2.16-4.983 4.983v9.635c0 2.823 2.159 4.983 4.983 4.983Z" fill="#FFD03C"/><path d="M65.947 23.09H18.44c-1.329 0-2.492-1.163-2.492-2.492v-2.325c0-1.33 1.163-2.492 2.492-2.492h47.342c1.33 0 2.492 1.163 2.492 2.492v2.325c0 1.329-.997 2.492-2.326 2.492ZM41.529 35.382h-23.09c-1.329 0-2.492-1.163-2.492-2.492v-2.325c0-1.33 1.163-2.492 2.492-2.492h23.09c1.329 0 2.491 1.163 2.491 2.492v2.325c0 1.495-.996 2.492-2.491 2.492ZM152.824 61.13H0v21.76h152.824V61.13Z" fill="#007171"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-credit-card', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-credit-card-30-degrees': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-credit-card-30-degrees': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 452 400" fill="none" aria-hidden="true" focusable="false"><path d="M22.733 164.196 296.838 5.995c21.315-12.323 48.626-4.996 60.949 16.32l88.093 152.373c12.323 21.315 4.996 48.626-16.32 60.949L155.456 393.838c-21.316 12.323-48.627 4.996-60.95-16.319L6.413 225.312c-12.323-21.482-4.996-48.792 16.32-61.116Z" fill="#007171"/><path d="m296.005 114.571 39.634-22.814c6.827-3.83 9.159-12.656 5.162-19.317l-11.657-20.317c-3.83-6.828-12.656-9.159-19.317-5.162l-39.634 22.814c-6.827 3.83-9.159 12.656-5.162 19.317l11.657 20.317c3.83 6.827 12.489 9.159 19.317 5.162Z" fill="#FFBE3C"/><path d="m163.449 153.705-103.58 59.784c-4.663 2.664-10.492.999-13.156-3.497-2.665-4.663-1-10.491 3.497-13.156l103.58-59.783c4.663-2.665 10.492-1 13.156 3.497 2.664 4.662 1.166 10.491-3.497 13.155Zm-39.467 60.783-47.627 27.477c-4.663 2.665-10.492.999-13.156-3.497-2.664-4.663-1-10.491 3.497-13.156l47.627-27.477c4.663-2.664 10.491-.999 13.156 3.497 2.831 4.497 1.165 10.492-3.497 13.156Z" fill="#059688"/><path d="M416.588 124.052 65.14 326.966l28.81 49.898L445.397 173.95l-28.809-49.898Z" fill="#0A273D"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-credit-card-30-degrees', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-cute-bee': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-cute-bee': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 551 400" fill="none" aria-hidden="true" focusable="false"><path d="M134.859 360.719V133.554a8.568 8.568 0 0 0-4.729-7.653 8.51 8.51 0 0 0-8.949.839c-39.84 30.051-77.57 74.62-116.57 113.723l-.89.813a8.522 8.522 0 0 0-2.771 6.102v.458a8.623 8.623 0 0 0 2.771 6.127l.89.813c39 39.052 76.73 82.68 116.545 112.757a8.514 8.514 0 0 0 8.949.839 8.546 8.546 0 0 0 4.754-7.653Z" fill="#272727"/><path d="M289.769 102.587h-76.451a144.403 144.403 0 0 0-102.103 42.281 144.4 144.4 0 0 0-42.28 102.103 144.404 144.404 0 0 0 42.28 102.104 144.403 144.403 0 0 0 102.103 42.281h76.451V102.587Z" fill="#FFBD3A"/><path d="M296.888 102.587a7.107 7.107 0 0 0-7.118-7.119h-76.451a151.614 151.614 0 0 0-107.138 44.365A151.53 151.53 0 0 0 61.79 246.971a151.568 151.568 0 0 0 44.365 107.138 151.464 151.464 0 0 0 107.138 44.365h76.477a7.107 7.107 0 0 0 7.118-7.118V102.587Zm-14.237 7.119v274.531h-69.332a137.35 137.35 0 0 1-97.07-40.196 137.303 137.303 0 0 1-40.196-97.07 137.35 137.35 0 0 1 40.196-97.07 137.245 137.245 0 0 1 97.07-40.195h69.332Z" fill="#272727"/><path d="M55.714 31.552c24.407-40.756 97.095-42.205 162.206-3.23 65.112 38.976 98.189 103.732 73.782 144.512-24.408 40.755-97.096 42.204-162.207 3.229C64.358 137.062 31.306 72.307 55.714 31.552Z" fill="#F2F2F2"/><path d="M542.105 31.552c-24.407-40.756-97.095-42.205-162.206-3.23-65.112 38.976-98.189 103.732-73.782 144.512 24.408 40.755 97.096 42.204 162.207 3.229 65.112-39.001 98.189-103.756 73.781-144.511Z" fill="#F2F2F2"/><path d="M301.998 391.458c79.503 0 143.952-64.45 143.952-143.953 0-79.502-64.449-143.952-143.952-143.952s-143.952 64.45-143.952 143.952c0 79.503 64.449 143.953 143.952 143.953Z" fill="#FFBD3A"/><path d="M301.999 95.036c-84.155 0-152.495 68.34-152.495 152.495 0 84.154 68.34 152.494 152.495 152.494 84.154 0 152.494-68.34 152.494-152.494 0-84.155-68.34-152.495-152.494-152.495Zm0 17.085c74.722 0 135.409 60.662 135.409 135.41 0 74.722-60.662 135.409-135.409 135.409-74.722 0-135.41-60.662-135.41-135.409 0-74.748 60.662-135.41 135.41-135.41Z" fill="#272727"/><path d="M351.775 251.96c17.522 0 31.726-14.204 31.726-31.726 0-17.521-14.204-31.725-31.726-31.725-17.521 0-31.725 14.204-31.725 31.725 0 17.522 14.204 31.726 31.725 31.726Zm0-21.028c5.909 0 10.698-4.789 10.698-10.698 0-5.908-4.789-10.698-10.698-10.698-5.908 0-10.698 4.79-10.698 10.698 0 5.909 4.79 10.698 10.698 10.698Z" fill="#272727"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-cute-bee', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-decorative-flamingo': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-decorative-flamingo': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 262 400" fill="none" aria-hidden="true" focusable="false"><path d="M143.865 360.038c-.754 0-1.634-.252-2.262-.88-1.257-1.257-1.257-3.267 0-4.398l14.326-14.326-95.759-94.251c-.628-.629-1.005-1.383-.88-2.262 0-.88.378-1.634 1.006-2.262l42.601-40.968c1.257-1.257 3.268-1.131 4.399.126 1.256 1.257 1.131 3.267-.126 4.398l-40.34 38.706 95.759 94.125c.629.628.88 1.382.88 2.262 0 .88-.377 1.634-.88 2.262l-16.588 16.588c-.502.628-1.256.88-2.136.88Z" fill="#842306"/><path d="M104.154 400a3.112 3.112 0 0 1-3.142-3.142V199.56a3.112 3.112 0 0 1 3.142-3.142 3.112 3.112 0 0 1 3.142 3.142v197.298a3.112 3.112 0 0 1-3.142 3.142Z" fill="#842306"/><path d="M248.546 19.479h-25.888c-.251 0-.377.125-.377.377l-.125 15.708c0 .126 0 .126.125.251.126.126.126.126.252.126h19.478c12.316 0 15.08 4.65 17.594 11.436.251.628.377 1.005 1.131 1.005.628 0 1.131-.503 1.131-1.131V32.799c0-7.288-6.032-13.32-13.321-13.32Z" fill="#FCECCB"/><path d="M235.98 107.32 204.061 75.4c-7.038-7.037-10.556-16.085-10.556-25.384 3.141 1.256 6.534 2.01 10.053 2.01 14.326 0 26.013-11.687 26.013-26.013C229.571 11.687 218.01 0 203.558 0c-4.524 0-8.922 1.257-12.692 3.267-1.76.629-3.519 1.634-4.901 3.016-24.003 24.003-24.003 63.085 0 87.214l31.919 31.919c2.388 2.388 3.77 5.53 3.77 8.923s-1.257 6.534-3.77 8.922c-2.388 2.388-5.529 3.77-8.922 3.77-3.393 0-6.535-1.257-8.923-3.77l-27.27-27.27c-9.425-9.425-21.112-15.834-33.93-18.599-4.65-1.256-9.551-2.01-14.577-2.01-15.206 0-28.904 6.157-38.832 16.211L2.867 194.031c-1.885 1.885-2.388 4.524-1.383 7.037 1.006 2.514 3.268 4.022 5.907 4.022h118.002c27.018-.629 49.387-20.861 53.031-47.126l3.519 3.519a38.132 38.132 0 0 0 27.019 11.184 38.13 38.13 0 0 0 27.018-11.184 38.133 38.133 0 0 0 11.185-27.019c0-10.179-3.896-19.855-11.185-27.144Z" fill="#E83452"/><path d="M259.856 47.125c.252.629.377.754.754.754s.754-.377.754-.754V32.8c0-7.163-5.78-12.944-12.944-12.944h-6.534v15.458c12.441.125 15.457 4.9 17.97 11.812Z" fill="#842306"/><path d="M260.736 48.508c-.88 0-1.006-.503-1.257-1.131-2.513-6.66-5.152-11.436-17.342-11.436-.251 0-.503-.251-.503-.503V19.981c0-.251.252-.503.503-.503h6.535c7.414 0 13.446 6.032 13.446 13.447V47.25c-.126.628-.754 1.257-1.382 1.257ZM260.359 47c.125.251.125.377.251.502.251 0 .377-.125.377-.251V32.799a12.39 12.39 0 0 0-12.441-12.44h-6.032v14.45c12.441.252 15.331 5.405 17.845 12.19Z" fill="#842306"/><path d="M203.557 32.422a6.409 6.409 0 1 0 0-12.817 6.409 6.409 0 0 0 0 12.817Z" fill="#F2F2F2"/><path d="M203.557 32.674a6.49 6.49 0 0 1-6.535-6.535 6.49 6.49 0 0 1 6.535-6.535 6.49 6.49 0 0 1 6.535 6.535 6.49 6.49 0 0 1-6.535 6.535Zm0-12.819a6.168 6.168 0 0 0-6.158 6.158 6.168 6.168 0 0 0 6.158 6.158 6.168 6.168 0 0 0 6.158-6.158 6.168 6.168 0 0 0-6.158-6.158Z" fill="#F2F2F2"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-decorative-flamingo', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-decorative-rainbow': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-decorative-rainbow': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 392 400" fill="none" aria-hidden="true" focusable="false"><path d="m326.945 214.628-77.929 76.246c-9.838 9.709-25.76 9.579-35.469-.388-9.709-9.839-9.579-25.761.388-35.47.777-.776 1.813-1.683 2.719-2.33l88.026-64.336c7.637-5.567 18.511-3.884 24.077 3.754 5.049 6.99 4.143 16.569-1.812 22.524Z" fill="#894915"/><path d="M374.453 246.473H192.317c-6.213 0-8.802-7.897-3.883-11.651l44.013-33.139a16.745 16.745 0 0 0 5.048-20.583c-3.883-8.155-13.721-11.65-22.135-8.155l-95.146 40.518a182.883 182.883 0 0 0-79.612 65.501l-37.67 55.405C-.95 340.194.343 348.091 6.04 352.104l62.783 45.307c5.825 4.142 13.851 2.848 18.123-2.977l56.052-77.67c2.718-3.884 6.99-6.343 11.651-6.99l222.006-30.162c8.155-1.036 14.498-8.026 14.498-16.57 0-9.061-7.508-16.569-16.699-16.569Z" fill="#F2A068"/><path d="M232.576 57.605c-64.984 0-117.929 52.945-117.929 117.929v17.735l27.185-10.745v-6.99c0-49.968 40.647-90.744 90.744-90.744s90.745 40.647 90.745 90.744v55.016h27.184v-55.016c0-65.113-52.945-117.929-117.929-117.929Z" fill="#FFBE3C"/><path d="M231.67 30.55c-79.482.39-143.171 66.15-143.171 145.761v8.285c0 9.19 9.19 15.404 17.734 12.038l9.45-3.754v-16.699c0-64.336 51.392-117.8 115.858-118.446 64.983-.648 118.058 52.038 118.058 116.893v55.793h14.239c7.12 0 12.945-5.825 12.945-12.945v-42.848C376.654 94.887 311.541 30.032 231.67 30.55Z" fill="#E83452"/><path d="M231.67 83.883c-49.967.518-89.967 40.777-89.967 90.745v7.896l15.663-6.213c6.602-2.589 11.392-8.544 12.816-15.534 5.825-28.868 31.326-50.745 61.877-51.003 35.469-.259 64.077 29.255 64.077 64.724v42.978c0 7.12 5.826 12.945 12.945 12.945h14.24v-56.958c.129-50.356-41.165-90.097-91.651-89.58Z" fill="#007171"/><path d="M151.282.906c-1.294-1.294-3.366-1.294-4.531 0l-2.459 2.46-2.46-2.46c-1.294-1.294-3.366-1.294-4.531 0-1.294 1.295-1.294 3.366 0 4.53l2.46 2.46-2.46 2.46c-1.294 1.294-1.294 3.366 0 4.53.648.648 1.424.907 2.331.907.906 0 1.682-.259 2.33-.906l2.459-2.46 2.46 2.46c.647.647 1.424.906 2.33.906.906 0 1.683-.259 2.33-.906 1.294-1.295 1.294-3.366 0-4.531l-2.46-2.46 2.46-2.46c1.036-1.164 1.036-3.235-.259-4.53Zm130.486 165.696c-1.295-1.295-3.366-1.295-4.531 0l-5.566 5.566-5.567-5.566c-1.294-1.295-3.366-1.295-4.531 0-1.294 1.294-1.294 3.366 0 4.531l5.567 5.566-5.567 5.566c-1.294 1.295-1.294 3.366 0 4.531.648.647 1.424.906 2.331.906.906 0 1.682-.259 2.33-.906l5.566-5.566 5.566 5.566c.648.647 1.424.906 2.33.906.907 0 1.683-.259 2.331-.906 1.294-1.294 1.294-3.366 0-4.531l-5.567-5.566 5.567-5.566c1.035-1.295 1.035-3.366-.259-4.531ZM355.813 46.99l6.213-6.213c1.295-1.295 1.295-3.366 0-4.531-1.294-1.295-3.365-1.295-4.53 0l-6.214 6.213-6.213-6.213c-1.295-1.295-3.366-1.295-4.531 0-1.295 1.294-1.295 3.366 0 4.53l6.213 6.214-6.213 6.214c-1.295 1.294-1.295 3.365 0 4.53.647.648 1.424.907 2.33.907.906 0 1.683-.26 2.33-.906l6.214-6.214 6.213 6.214c.647.647 1.424.906 2.33.906.906 0 1.683-.26 2.33-.906 1.295-1.295 1.295-3.366 0-4.531l-6.472-6.214Z" fill="#FFBE3C"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-decorative-rainbow', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-delivery-service-package': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-delivery-service-package': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 332 800" fill="none" aria-hidden="true" focusable="false"><path d="M15.572 768.49c5.98-7.04 13.454-15.798 13.454-30.211v-2.288c0-.132.027-.241.027-.373V709a5.512 5.512 0 0 1 3.93 1.631 5.525 5.525 0 0 1 1.602 3.942l-.027 8.242a23.099 23.099 0 0 1 34.601-11.447 23.098 23.098 0 0 1 8.651 10.731v-7.567a5.531 5.531 0 0 1 5.532-5.529h.745v52.864c.85 11.756 3.244 18.907 3.323 19.174A14.22 14.22 0 0 1 73.983 800H21.186a14.212 14.212 0 0 1-13.145-8.781 14.224 14.224 0 0 1-1.083-5.444c.026-7.207 4.203-12.099 8.617-17.285m155.966-57.593h25.061c5.08 0 9.791 4.13 10.503 9.213 3.52-4.57 8.715-7.749 14.904-8.829 2.405-.41 4.913 1.54 5.235 4.031l.519 4.258c1.936 14.191 9.794 27.765 21.629 37.336 7.814 6.315 16.957 10.559 26.399 12.267l13.812 2.771c6.746 1.361 12.29 7.134 13.231 13.859 1.094 7.8-4.356 14.138-12.158 14.138h-35.241c-12.164 0-26.739-4.209-37.544-11.471-1.532-1.027-3.368-.024-3.124 1.695l.976 6.981a2.38 2.38 0 0 1-1.378 2.592 2.387 2.387 0 0 1-1.027.203h-31.783a3.338 3.338 0 0 1-3.188-2.795l-9.756-82.811a2.894 2.894 0 0 1 .638-2.426 2.894 2.894 0 0 1 2.295-1.012" fill="#0A273D"/><path d="m117.026 333.641 91.807 2.672s32.734 328.42 38.806 390.107a8.878 8.878 0 0 1-8.917 9.884h-76.965a8.985 8.985 0 0 1-8.946-8.007l-26.545-231.278-22.497 225.851a9.027 9.027 0 0 1-8.946 8.125H18.59a9.205 9.205 0 0 1-6.716-2.962 9.006 9.006 0 0 1-2.2-6.925l39.92-395.093 67.432 7.626Z" fill="#E83452"/><path d="M281.37 81.4a3.555 3.555 0 0 1 3.088-1.742l42.531.058-46.13 77.338-38.28-.055a3.612 3.612 0 0 1-3.095-5.394L281.37 81.4Z" fill="#666"/><path d="M326.906 108.869c-2.261 2.499-3.954 5.159-4.839 8.057-.886 2.898-1.015 5.987-.561 9.498l.379 2.865c.143 1.168.221 2.343.231 3.52a31.632 31.632 0 0 1-.724 7.016 38.965 38.965 0 0 1-5.245 12.516l-.211.308-.278.328a9656.603 9656.603 0 0 1-24.161 28.208l-12.122 14.079a5.277 5.277 0 0 1-7.446.568 5.28 5.28 0 0 1-.568-7.446l-.137-.117 12.069-14.12a3838.104 3838.104 0 0 1 24.24-28.129l-.458.642c1.834-2.933 3.227-5.98 3.922-9.092.353-1.539.523-3.115.504-4.693a14.29 14.29 0 0 0-.152-2.347l-.161-1.411-.168-1.572c-.41-4.288-.293-9.239 1.382-13.821a27.074 27.074 0 0 1 3.32-6.371 31.126 31.126 0 0 1 4.611-5.138 4.675 4.675 0 0 1 6.579 6.626l-.006.026Z" fill="#842306"/><path d="m288.131 79.652 38.013.053a5.162 5.162 0 0 1 5.175 5.216 5.16 5.16 0 0 1-.731 2.592l-40.507 67.905a3.369 3.369 0 0 1-2.886 1.646l-45.208-.065 46.144-77.347Z" fill="#CCC"/><path d="M321.382 89.152c.095-.65-.27-1.24-.815-1.32-.545-.079-1.064.383-1.158 1.033-.095.649.27 1.24.815 1.319.545.08 1.064-.383 1.158-1.032Z" fill="#666"/><path d="m218.844 218.161 78.608-80.401a12.025 12.025 0 0 1 16.098.173 12.025 12.025 0 0 1 1.5 16.03l-60.006 97.468a24.734 24.734 0 0 1-16.209 9.766 24.732 24.732 0 0 1-24.861-11.69 24.72 24.72 0 0 1 1.285-27.442 25.526 25.526 0 0 1 3.579-3.904" fill="#842306"/><path d="m296.505 118.965-12.173-13.169a4.361 4.361 0 0 1 .264-6.072c1.672-1.467 4.253-1.467 5.808.088l23.054 21.943a5.72 5.72 0 0 1 1.672 3.607l2.757-1.671-5.338 23.611-21.764 6.356a5.655 5.655 0 0 0 .307-4.701 5.654 5.654 0 0 0-3.358-3.306l-3.49-.645-1.203-.088.088-.091-17.804-3.136a4.38 4.38 0 0 1 1.291-8.653l1.466.176a4.557 4.557 0 0 1-2.669-5.074 4.651 4.651 0 0 1 5.251-3.784l.821.088a4.741 4.741 0 0 1-1.376-4.223 4.832 4.832 0 0 1 5.427-4.048l20.969 2.792Z" fill="#842306"/><path d="M72.501 147.534a59.129 59.129 0 0 1 50.508-28.305h65.263a37.057 37.057 0 0 1 32.729 19.352 37.052 37.052 0 0 1-1.55 37.991c-11.146 17.337-20.561 31.795-20.561 31.795l2.493 32.176 46.373-68.113 37.602 29.947s-20.737 33.937-37.045 60.658a37.255 37.255 0 0 1-43.88 15.662l4.899 62.506-161.41 1.117 3.402-35.875H30.587a20.154 20.154 0 0 1-3.315 0 24.665 24.665 0 0 1-15.399-5.808 29.622 29.622 0 0 1-7.658-39.098c25.987-43.499 68.02-113.835 68.02-113.835l.266-.17Z" fill="#12364C"/><path d="M168.784 155.101c7.157 5.339 22.307-12.319 22.307-12.319v-19.714a9.675 9.675 0 0 1 8.77-9.626c15.161-1.414 26.248-15.123 24.738-30.596l-4.676-47.933C217.87 13.724 199.18-1.815 178.346.461c-20.367 2.264-34.834 21.206-32.804 42.031l6.251 64.089c.616 6.315-3.91 11.874-10.064 12.449l-3.37.31 30.425 35.761Z" fill="#842306"/><path d="M145.616 42.912C143.19 20.145 156.905 3.364 176.941.382c19.729-2.934 39.304 11.494 42.634 32.093 0 0-6.914 14.39-23.662 14.989-16.845.613-21.447-13.528-34.3-13.493-10.597.062-14.006 11.665-14.959 19.925l-1.038-10.984Zm59.199 48.998a14.143 14.143 0 0 0 11.929-5.781 1.561 1.561 0 0 0 .282-1.174 1.549 1.549 0 0 0-.646-1.02 1.596 1.596 0 0 0-2.22.366 11.15 11.15 0 0 1-6.814 4.297 11.028 11.028 0 0 1-7.92-1.542 1.647 1.647 0 0 0-2.226.475 1.605 1.605 0 0 0 .472 2.2 14.273 14.273 0 0 0 7.151 2.179" fill="#12364C"/><path d="M229.186 146.214a12.226 12.226 0 0 0-12.272-12.208H89.249a12.266 12.266 0 0 0-12.269 12.205v139.951h152.23V146.214h-.024Z" fill="#FFBE3C"/><path d="M144.16 133.951H94.455v44.75a2.83 2.83 0 0 0 2.845 2.839c.5-.003.99-.138 1.42-.392a4952.27 4952.27 0 0 0 18.423-10.768 2.834 2.834 0 0 1 2.795-.02 8012.289 8012.289 0 0 1 20.01 10.984 2.863 2.863 0 0 0 3.832-1.091c.244-.425.372-.906.371-1.396.009-12.475.009-44.906.009-44.906Z" fill="#007171"/><path d="M202.556 255.889a5.79 5.79 0 0 1 5.778 9.949l-12.841 9.627a1.418 1.418 0 0 0 .851 2.546h42.729a4.835 4.835 0 0 1 .687 9.626l-39.498 8.507c-.161.035-.325.052-.487.09-5.183.505-54.415.179-54.415.179l-1.03-24.902 58.226-15.622Z" fill="#842306"/><path d="M145.272 306.416H51.225l-.355 4.605h94.382v-4.605h.02Z" fill="#0A273D"/><path d="m145.463 271.309-84.372-8.899v43.639h84.372v-34.74Z" fill="#12364C"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-delivery-service-package', createIllustrationClass(templateHTML));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TSinchIllustrationElement, TSinchIllustrationReact } from '../types';
|
|
2
|
-
declare global {
|
|
3
|
-
namespace JSX {
|
|
4
|
-
interface IntrinsicElements {
|
|
5
|
-
'sinch-illustration-desktop': TSinchIllustrationReact;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
interface HTMLElementTagNameMap {
|
|
9
|
-
'sinch-illustration-desktop': TSinchIllustrationElement;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { defineCustomElement } from '../../utils';
|
|
2
|
-
import { createIllustrationClass } from '../create-illustration-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 1236 800" fill="none" aria-hidden="true" focusable="false"><path d="M43.784 800H.12v-55.256a145.635 145.635 0 0 1 89.955-134.681 145.633 145.633 0 0 1 55.792-11.066h943.453A145.64 145.64 0 0 1 1224 688.953a145.706 145.706 0 0 1 11.07 55.791V800h-43.67v-55.256c0-27.074-10.75-53.039-29.9-72.184a102.058 102.058 0 0 0-72.18-29.899H145.867A102.084 102.084 0 0 0 43.784 744.744V800Z" fill="#A7D5C2"/><path d="M1140.44 88.844H589.03c-7.779 0-14.086 6.306-14.086 14.085v359.686c0 7.779 6.307 14.085 14.086 14.085h551.41c7.78 0 14.09-6.306 14.09-14.085V102.929c0-7.78-6.31-14.085-14.09-14.085Z" fill="#CCC"/><path d="M914.638 348.466h-94.61s-38.979 183.253-57.402 224.235c-10.175 22.623-53.152 26.604-53.152 26.604h208.353s28.702 2.098 30.826-26.602c4.009-54.109-34.015-224.237-34.015-224.237Zm-49.43 95.702a30.297 30.297 0 1 1-30.297 30.297 30.31 30.31 0 0 1 30.297-30.299v.002Z" fill="#CCC"/><path d="M1138.08 102.694H592.737a5.108 5.108 0 0 0-5.108 5.108V410.09a5.108 5.108 0 0 0 5.108 5.108h545.343a5.11 5.11 0 0 0 5.11-5.108V107.802a5.11 5.11 0 0 0-5.11-5.108ZM865.413 458.25c7.779 0 14.085-6.306 14.085-14.085 0-7.779-6.306-14.085-14.085-14.085-7.779 0-14.085 6.306-14.085 14.085 0 7.779 6.306 14.085 14.085 14.085Z" fill="#0A273D"/><path d="M884.402 592.743a20.053 20.053 0 0 0-20.043-20.043H594.793a19.85 19.85 0 0 0-19.837 19.84v6.761h309.446v-6.558Z" fill="#12273C"/><path d="M479.898 66.673c-18.978-13.052-43.044-16.539-65.701-9.437-31.57 9.893-53.43 39.218-53.185 71.22l1.329 110.106.657 56.38c.281 18.507-12.519 35.384-30.723 41.091l-3.873 1.215 63.921 11.217 52.94-46.216-.186-29.768 23.049-7.225c25.565-8.012 43.422-31.79 42.988-57.6l-1.15-84.42c.113-22.714-10.834-43.388-30.066-56.563Z" fill="#F2A068"/><path d="M481.448 507.878 411.89 350.291a60.356 60.356 0 0 0-57.641-34.381 60.358 60.358 0 0 0-22.847 5.794c-30.142 14.246-42.839 50.335-28.59 80.48l87.437 178.686a33.214 33.214 0 0 0 29.354 18.274l165.596.166c30.657.014 57.568-19.505 66.935-48.56l3.138-9.735-173.824-33.137Z" fill="#E58E63"/><path d="m699.938 511.909-46.793-6.198a41.499 41.499 0 0 0-34.993 11.587l-16.488 16.288c-4.305 4.315-4.403 11.124-.088 15.431 4.316 4.308 11.128 4.403 15.432.088l1.535-1.586 34.351 45.309a10.908 10.908 0 0 0 7.217 4.32 10.907 10.907 0 0 0 10.985-5.317 10.896 10.896 0 0 0-.83-12.176l-2.025-2.673a10.943 10.943 0 0 0 13.147-2.993 10.941 10.941 0 0 0 .254-13.481l-24.624-32.477 40.081 5.394a10.931 10.931 0 0 0 12.296-9.321c.707-6.009-3.448-11.488-9.457-12.195Z" fill="#E58E63"/><path d="m324.232 800 320.175-.811v-70a86.606 86.606 0 0 0-25.362-61.231 86.597 86.597 0 0 0-61.231-25.362H417.558a14.308 14.308 0 0 1-12.027-6.551 14.313 14.313 0 0 1-1.016-13.658l23.604-52.228 77.777-167.198s-8.8-17.531-9.814-42.303c-.47-11.446-.459-22.148-6.017-30.238-5.558-8.091-14.93-11.235-25.229-13.021-13.015-2.253-13.24-1.879-13.24-1.879l-87.765-.025c-6.042 0-16.803.806-22.863 2.285l-4.374-.22c-4.57.09-9.553 1.093-14.255 2.648-10.859 3.586-21.285 11.082-28.967 20.781-2.978 3.764-13.31 16.339-24.024 38.129L150.974 641.129a112.54 112.54 0 0 0 102.56 158.88l70.698-.009Z" fill="#007171"/><path d="M587.711 373.587a9.856 9.856 0 0 1-9.769-4.589l-17.184-26.595a10.094 10.094 0 0 1 10.598-15.343 10.097 10.097 0 0 1 6.355 4.39l17.184 26.596a10.116 10.116 0 0 1-3 13.952 9.776 9.776 0 0 1-4.184 1.589Zm10.063-30.215a9.858 9.858 0 0 1-9.77-4.589l-17.184-26.595a10.097 10.097 0 0 1 3.078-13.832 10.095 10.095 0 0 1 13.875 2.876l17.184 26.599a10.12 10.12 0 0 1-3 13.952 9.807 9.807 0 0 1-4.183 1.589Zm17.73-28.485a9.874 9.874 0 0 1-9.77-4.589l-17.184-26.596a10.094 10.094 0 0 1 16.948-10.955l17.183 26.598a10.117 10.117 0 0 1-3 13.953 9.804 9.804 0 0 1-4.177 1.589Zm49.591 26.339a9.852 9.852 0 0 1-5.933-9.014l-.755-31.655a10.094 10.094 0 0 1 20.178-.482l.755 31.655a10.12 10.12 0 0 1-9.859 10.33 9.797 9.797 0 0 1-4.386-.834Z" fill="#F2A068"/><path d="M410.681 0h59.318c34.036 0 61.665 27.63 61.665 61.665 0 33.22-26.325 60.34-59.236 61.616l2.521 161.331a31.944 31.944 0 0 1-9.355 22.585 31.952 31.952 0 0 1-22.585 9.354s-124.512 1.167-128.222 1.226c-31.455.484-57.397-25.255-57.895-57.451 5.839 4.105 13.113 7.843 21.341 10.733 3.192 1.127 4.226 3.155 6.978 1.198 2.752-1.958 6.93-7.654 6.93-11.04.104-38.129-2.431-140.254-2.431-140.254C289.71 54.157 343.876 0 410.681 0Z" fill="#000"/><path d="M509.086 355.684c-11.965-30.077-46.048-44.759-76.124-32.793-30.077 11.966-44.758 46.048-32.792 76.125l66.185 166.356c11.965 30.077 46.048 44.759 76.124 32.793 30.077-11.966 44.758-46.048 32.792-76.125l-66.185-166.356Z" fill="#F2A068"/><path d="M676.295 324.151a45.547 45.547 0 0 0-25.108-25.558l-43.768-17.976-21.59 101.061a46.277 46.277 0 0 1-7.936 17.693l-59.588 81.272 55.214 87.045 101.635-207.715a45.56 45.56 0 0 0 1.141-35.822Z" fill="#F2A068"/><path d="m682.552 255.988-55.583-2.298c-6.78-.282-13.164 3.42-16.057 9.527L557.454 369.34c-3.285 6.479 1.31 14.02 8.468 14.316l66.695 2.758 58.594-116.101a9.965 9.965 0 0 0-3.935-12.967 9.978 9.978 0 0 0-4.724-1.358Z" fill="#F2F2F2"/><path d="M556.445 375.526a9.747 9.747 0 0 0 9.296 8.121l66.696 2.758 58.594-116.101c2.254-4.248.758-9.217-2.535-11.994l-60.642 120.168-71.409-2.952Zm103.821-110.078-16.955-.701a1.89 1.89 0 0 1-1.741-1.96 1.888 1.888 0 0 1 1.896-1.809l16.955.701a1.79 1.79 0 0 1 1.35.578 1.785 1.785 0 0 1 .459 1.394 1.89 1.89 0 0 1-1.964 1.797Zm-24.116-.997a1.725 1.725 0 0 1-1.296-.62c-.18-.197-.361-.392-.352-.58.008-.189-.172-.386-.158-.764a1.7 1.7 0 0 1 .62-1.293c.197-.183.391-.363.58-.355.763-.158 1.516-.127 2.057.462a1.706 1.706 0 0 1 .512 1.344c.017.267-.061.531-.219.746-.198.184-.206.369-.4.564a1.723 1.723 0 0 1-1.344.496Z" fill="#12273C"/><path d="M597.799 303.111c-4.35 4.153-4.64 11.108-.623 15.463l16.846 18.336c5.761 6.234 7.411 15.539 4.158 23.663l-.203.51c-6.71 16.758-2.62 36.272 10.161 48.452l13.375 12.624 24.672-61.626-36.238-38.472-.167-.064-16.846-18.322c-4.112-4.606-10.786-4.724-15.135-.564Z" fill="#F2A068"/></svg>';
|
|
4
|
-
defineCustomElement('sinch-illustration-desktop', createIllustrationClass(templateHTML));
|