@nectary/components 0.26.0 → 0.28.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/index.js +31 -34
- package/accordion-item/index.d.ts +1 -25
- package/accordion-item/index.js +2 -8
- package/accordion-item/types.d.ts +23 -0
- package/accordion-item/types.js +1 -0
- package/accordion-item/utils.d.ts +1 -0
- package/accordion-item/utils.js +1 -0
- package/action-menu/index.d.ts +29 -0
- package/action-menu/index.js +274 -0
- package/action-menu-option/index.d.ts +11 -0
- package/action-menu-option/index.js +95 -0
- package/action-menu-option/types.d.ts +17 -0
- package/action-menu-option/types.js +1 -0
- package/avatar/index.d.ts +0 -1
- package/avatar/index.js +0 -1
- package/avatar-badge/index.d.ts +0 -1
- package/avatar-badge/index.js +0 -1
- package/avatar-status/index.d.ts +0 -1
- package/avatar-status/index.js +0 -1
- package/button/index.js +1 -1
- package/card/index.js +3 -7
- package/card-button/index.d.ts +0 -1
- package/card-button/index.js +0 -3
- package/card-button/utils.d.ts +2 -0
- package/card-button/utils.js +3 -0
- package/card-link/index.d.ts +0 -1
- package/card-link/index.js +0 -3
- package/card-link/utils.d.ts +2 -0
- package/card-link/utils.js +3 -0
- package/chat-block/index.d.ts +1 -1
- package/chat-block/index.js +1 -1
- package/chat-bubble/index.d.ts +5 -10
- package/chat-bubble/index.js +15 -3
- package/chat-bubble/types.d.ts +13 -0
- package/chat-bubble/types.js +1 -0
- package/chat-bubble/utils.d.ts +2 -0
- package/chat-bubble/utils.js +2 -0
- package/dropdown/index.d.ts +2 -25
- package/dropdown/index.js +103 -184
- package/dropdown/types.d.ts +25 -0
- package/dropdown/types.js +1 -0
- package/dropdown-checkbox-option/index.d.ts +11 -0
- package/dropdown-checkbox-option/index.js +96 -0
- package/dropdown-checkbox-option/types.d.ts +14 -0
- package/dropdown-checkbox-option/types.js +1 -0
- package/dropdown-radio-option/index.d.ts +11 -0
- package/dropdown-radio-option/index.js +96 -0
- package/dropdown-radio-option/types.d.ts +14 -0
- package/dropdown-radio-option/types.js +1 -0
- package/dropdown-text-option/index.d.ts +30 -0
- package/{dropdown-option → dropdown-text-option}/index.js +4 -7
- package/dropdown-text-option/types.d.ts +15 -0
- package/dropdown-text-option/types.js +1 -0
- package/grid/index.d.ts +0 -1
- package/grid/index.js +0 -1
- package/grid-item/index.d.ts +3 -15
- package/grid-item/types.d.ts +13 -0
- package/grid-item/types.js +1 -0
- package/help-tooltip/index.d.ts +1 -1
- package/icons/3d-rotation/index.d.ts +11 -0
- package/icons/3d-rotation/index.js +4 -0
- package/icons/access-alarm/index.d.ts +11 -0
- package/icons/access-alarm/index.js +4 -0
- package/icons/access-alarms/index.d.ts +11 -0
- package/icons/access-alarms/index.js +4 -0
- package/icons/accessibility/index.d.ts +11 -0
- package/icons/accessibility/index.js +4 -0
- package/icons/accessibility-new/index.d.ts +11 -0
- package/icons/accessibility-new/index.js +4 -0
- package/icons/accessible/index.d.ts +11 -0
- package/icons/accessible/index.js +4 -0
- package/icons/accessible-forward/index.d.ts +11 -0
- package/icons/accessible-forward/index.js +4 -0
- package/icons/account-balance/index.d.ts +11 -0
- package/icons/account-balance/index.js +4 -0
- package/icons/account-balance-wallet/index.d.ts +11 -0
- package/icons/account-balance-wallet/index.js +4 -0
- package/icons/account-box/index.d.ts +11 -0
- package/icons/account-box/index.js +4 -0
- package/icons/account-circle/index.d.ts +11 -0
- package/icons/account-circle/index.js +4 -0
- package/icons/ad-units/index.d.ts +11 -0
- package/icons/ad-units/index.js +4 -0
- package/icons/add-alarm/index.d.ts +11 -0
- package/icons/add-alarm/index.js +4 -0
- package/icons/add-ic-call/index.d.ts +11 -0
- package/icons/add-ic-call/index.js +4 -0
- package/icons/add-shopping-cart/index.d.ts +11 -0
- package/icons/add-shopping-cart/index.js +4 -0
- package/icons/add-task/index.d.ts +11 -0
- package/icons/add-task/index.js +4 -0
- package/icons/add-to-home-screen/index.d.ts +11 -0
- package/icons/add-to-home-screen/index.js +4 -0
- package/icons/addchart/index.d.ts +11 -0
- package/icons/addchart/index.js +4 -0
- package/icons/admin-panel-settings/index.d.ts +11 -0
- package/icons/admin-panel-settings/index.js +4 -0
- package/icons/airplanemode-active/index.d.ts +11 -0
- package/icons/airplanemode-active/index.js +4 -0
- package/icons/airplanemode-inactive/index.d.ts +11 -0
- package/icons/airplanemode-inactive/index.js +4 -0
- package/icons/alarm/index.d.ts +11 -0
- package/icons/alarm/index.js +4 -0
- package/icons/alarm-add/index.d.ts +11 -0
- package/icons/alarm-add/index.js +4 -0
- package/icons/alarm-off/index.d.ts +11 -0
- package/icons/alarm-off/index.js +4 -0
- package/icons/alarm-on/index.d.ts +11 -0
- package/icons/alarm-on/index.js +4 -0
- package/icons/all-inbox/index.d.ts +11 -0
- package/icons/all-inbox/index.js +4 -0
- package/icons/all-out/index.d.ts +11 -0
- package/icons/all-out/index.js +4 -0
- package/icons/alternate-email/index.d.ts +11 -0
- package/icons/alternate-email/index.js +4 -0
- package/icons/analytics/index.d.ts +11 -0
- package/icons/analytics/index.js +4 -0
- package/icons/anchor/index.d.ts +11 -0
- package/icons/anchor/index.js +4 -0
- package/icons/android/index.d.ts +11 -0
- package/icons/android/index.js +4 -0
- package/icons/announcement/index.d.ts +11 -0
- package/icons/announcement/index.js +4 -0
- package/icons/api/index.d.ts +11 -0
- package/icons/api/index.js +4 -0
- package/icons/app-blocking/index.d.ts +11 -0
- package/icons/app-blocking/index.js +4 -0
- package/icons/arrow-circle-down/index.d.ts +11 -0
- package/icons/arrow-circle-down/index.js +4 -0
- package/icons/arrow-circle-up/index.d.ts +11 -0
- package/icons/arrow-circle-up/index.js +4 -0
- package/icons/arrow-left/index.js +1 -1
- package/icons/arrow-right-alt/index.d.ts +11 -0
- package/icons/arrow-right-alt/index.js +4 -0
- package/icons/article/index.d.ts +11 -0
- package/icons/article/index.js +4 -0
- package/icons/aspect-ratio/index.d.ts +11 -0
- package/icons/aspect-ratio/index.js +4 -0
- package/icons/assessment/index.d.ts +11 -0
- package/icons/assessment/index.js +4 -0
- package/icons/assignment-ind/index.d.ts +11 -0
- package/icons/assignment-ind/index.js +4 -0
- package/icons/assignment-late/index.d.ts +11 -0
- package/icons/assignment-late/index.js +4 -0
- package/icons/assignment-return/index.d.ts +11 -0
- package/icons/assignment-return/index.js +4 -0
- package/icons/assignment-returned/index.d.ts +11 -0
- package/icons/assignment-returned/index.js +4 -0
- package/icons/assignment-turned-in/index.d.ts +11 -0
- package/icons/assignment-turned-in/index.js +4 -0
- package/icons/attach-email/index.js +1 -1
- package/icons/attribution/index.js +1 -1
- package/icons/autorenew/index.d.ts +11 -0
- package/icons/autorenew/index.js +4 -0
- package/icons/backup/index.d.ts +11 -0
- package/icons/backup/index.js +4 -0
- package/icons/backup-table/index.d.ts +11 -0
- package/icons/backup-table/index.js +4 -0
- package/icons/batch-prediction/index.d.ts +11 -0
- package/icons/batch-prediction/index.js +4 -0
- package/icons/battery-alert/index.d.ts +11 -0
- package/icons/battery-alert/index.js +4 -0
- package/icons/battery-charging-full/index.d.ts +11 -0
- package/icons/battery-charging-full/index.js +4 -0
- package/icons/battery-full/index.d.ts +11 -0
- package/icons/battery-full/index.js +4 -0
- package/icons/battery-std/index.d.ts +11 -0
- package/icons/battery-std/index.js +4 -0
- package/icons/battery-unknown/index.d.ts +11 -0
- package/icons/battery-unknown/index.js +4 -0
- package/icons/biotech/index.js +1 -1
- package/icons/bluetooth/index.d.ts +11 -0
- package/icons/bluetooth/index.js +4 -0
- package/icons/bluetooth-connected/index.d.ts +11 -0
- package/icons/bluetooth-connected/index.js +4 -0
- package/icons/bluetooth-disabled/index.d.ts +11 -0
- package/icons/bluetooth-disabled/index.js +4 -0
- package/icons/bluetooth-searching/index.d.ts +11 -0
- package/icons/bluetooth-searching/index.js +4 -0
- package/icons/book/index.d.ts +11 -0
- package/icons/book/index.js +4 -0
- package/icons/book-online/index.d.ts +11 -0
- package/icons/book-online/index.js +4 -0
- package/icons/bookmark/index.d.ts +11 -0
- package/icons/bookmark/index.js +4 -0
- package/icons/bookmark-border/index.d.ts +11 -0
- package/icons/bookmark-border/index.js +4 -0
- package/icons/bookmarks/index.d.ts +11 -0
- package/icons/bookmarks/index.js +4 -0
- package/icons/brightness-auto/index.d.ts +11 -0
- package/icons/brightness-auto/index.js +4 -0
- package/icons/brightness-high/index.d.ts +11 -0
- package/icons/brightness-high/index.js +4 -0
- package/icons/brightness-low/index.d.ts +11 -0
- package/icons/brightness-low/index.js +4 -0
- package/icons/brightness-medium/index.d.ts +11 -0
- package/icons/brightness-medium/index.js +4 -0
- package/icons/bug-report/index.d.ts +11 -0
- package/icons/bug-report/index.js +4 -0
- package/icons/build/index.d.ts +11 -0
- package/icons/build/index.js +4 -0
- package/icons/build-circle/index.d.ts +11 -0
- package/icons/build-circle/index.js +4 -0
- package/icons/business/index.d.ts +11 -0
- package/icons/business/index.js +4 -0
- package/icons/cached/index.d.ts +11 -0
- package/icons/cached/index.js +4 -0
- package/icons/calendar-today/index.d.ts +11 -0
- package/icons/calendar-today/index.js +4 -0
- package/icons/calendar-view-day/index.d.ts +11 -0
- package/icons/calendar-view-day/index.js +4 -0
- package/icons/call/index.d.ts +11 -0
- package/icons/call/index.js +4 -0
- package/icons/call-end/index.d.ts +11 -0
- package/icons/call-end/index.js +4 -0
- package/icons/call-made/index.d.ts +11 -0
- package/icons/call-made/index.js +4 -0
- package/icons/call-merge/index.d.ts +11 -0
- package/icons/call-merge/index.js +4 -0
- package/icons/call-missed/index.d.ts +11 -0
- package/icons/call-missed/index.js +4 -0
- package/icons/call-missed-outgoing/index.d.ts +11 -0
- package/icons/call-missed-outgoing/index.js +4 -0
- package/icons/call-received/index.d.ts +11 -0
- package/icons/call-received/index.js +4 -0
- package/icons/call-split/index.d.ts +11 -0
- package/icons/call-split/index.js +4 -0
- package/icons/camera-enhance/index.d.ts +11 -0
- package/icons/camera-enhance/index.js +4 -0
- package/icons/cancel-presentation/index.d.ts +11 -0
- package/icons/cancel-presentation/index.js +4 -0
- package/icons/cancel-schedule-send/index.d.ts +11 -0
- package/icons/cancel-schedule-send/index.js +4 -0
- package/icons/card-giftcard/index.d.ts +11 -0
- package/icons/card-giftcard/index.js +4 -0
- package/icons/card-membership/index.d.ts +11 -0
- package/icons/card-membership/index.js +4 -0
- package/icons/card-travel/index.d.ts +11 -0
- package/icons/card-travel/index.js +4 -0
- package/icons/change-history/index.d.ts +11 -0
- package/icons/change-history/index.js +4 -0
- package/icons/chat-bubble/index.d.ts +11 -0
- package/icons/chat-bubble/index.js +4 -0
- package/icons/check-circle/index.d.ts +11 -0
- package/icons/check-circle/index.js +4 -0
- package/icons/check-circle-outline/index.d.ts +2 -2
- package/icons/check-circle-outline/index.js +1 -1
- package/icons/chrome-reader-mode/index.d.ts +11 -0
- package/icons/chrome-reader-mode/index.js +4 -0
- package/icons/class/index.d.ts +11 -0
- package/icons/class/index.js +4 -0
- package/icons/clear-all/index.d.ts +11 -0
- package/icons/clear-all/index.js +4 -0
- package/icons/close-fullscreen/index.d.ts +11 -0
- package/icons/close-fullscreen/index.js +4 -0
- package/icons/code/index.d.ts +11 -0
- package/icons/code/index.js +4 -0
- package/icons/comment-bank/index.d.ts +11 -0
- package/icons/comment-bank/index.js +4 -0
- package/icons/commute/index.d.ts +11 -0
- package/icons/commute/index.js +4 -0
- package/icons/compare-arrows/index.d.ts +11 -0
- package/icons/compare-arrows/index.js +4 -0
- package/icons/contact-mail/index.d.ts +11 -0
- package/icons/contact-mail/index.js +4 -0
- package/icons/contact-page/index.d.ts +11 -0
- package/icons/contact-page/index.js +4 -0
- package/icons/contact-phone/index.d.ts +11 -0
- package/icons/contact-phone/index.js +4 -0
- package/icons/contact-support/index.d.ts +11 -0
- package/icons/contact-support/index.js +4 -0
- package/icons/contactless/index.d.ts +11 -0
- package/icons/contactless/index.js +4 -0
- package/icons/contacts/index.d.ts +11 -0
- package/icons/contacts/index.js +4 -0
- package/icons/copyright/index.d.ts +11 -0
- package/icons/copyright/index.js +4 -0
- package/icons/credit-card/index.d.ts +11 -0
- package/icons/credit-card/index.js +4 -0
- package/icons/dashboard/index.d.ts +11 -0
- package/icons/dashboard/index.js +4 -0
- package/icons/data-usage/index.d.ts +11 -0
- package/icons/data-usage/index.js +4 -0
- package/icons/date-range/index.d.ts +11 -0
- package/icons/date-range/index.js +4 -0
- package/icons/delete/index.d.ts +11 -0
- package/icons/delete/index.js +4 -0
- package/icons/delete-forever/index.d.ts +11 -0
- package/icons/delete-forever/index.js +4 -0
- package/icons/delete-outline/index.d.ts +11 -0
- package/icons/delete-outline/index.js +4 -0
- package/icons/description/index.d.ts +11 -0
- package/icons/description/index.js +4 -0
- package/icons/desktop-access-disabled/index.d.ts +11 -0
- package/icons/desktop-access-disabled/index.js +4 -0
- package/icons/developer-mode/index.d.ts +11 -0
- package/icons/developer-mode/index.js +4 -0
- package/icons/devices/index.d.ts +11 -0
- package/icons/devices/index.js +4 -0
- package/icons/dialer-sip/index.d.ts +11 -0
- package/icons/dialer-sip/index.js +4 -0
- package/icons/dialpad/index.d.ts +11 -0
- package/icons/dialpad/index.js +4 -0
- package/icons/disabled-by-default/index.d.ts +11 -0
- package/icons/disabled-by-default/index.js +4 -0
- package/icons/dns/index.d.ts +11 -0
- package/icons/dns/index.js +4 -0
- package/icons/domain-disabled/index.d.ts +11 -0
- package/icons/domain-disabled/index.js +4 -0
- package/icons/domain-verification/index.d.ts +11 -0
- package/icons/domain-verification/index.js +4 -0
- package/icons/done/index.d.ts +11 -0
- package/icons/done/index.js +4 -0
- package/icons/done-outline/index.d.ts +11 -0
- package/icons/done-outline/index.js +4 -0
- package/icons/donut-large/index.d.ts +11 -0
- package/icons/donut-large/index.js +4 -0
- package/icons/donut-small/index.d.ts +11 -0
- package/icons/donut-small/index.js +4 -0
- package/icons/double-arrow/index.js +1 -1
- package/icons/drag-indicator/index.d.ts +11 -0
- package/icons/drag-indicator/index.js +4 -0
- package/icons/duo/index.d.ts +11 -0
- package/icons/duo/index.js +4 -0
- package/icons/dvr/index.d.ts +11 -0
- package/icons/dvr/index.js +4 -0
- package/icons/dynamic-feed/index.js +1 -1
- package/icons/dynamic-form/index.d.ts +11 -0
- package/icons/dynamic-form/index.js +4 -0
- package/icons/eco/index.d.ts +11 -0
- package/icons/eco/index.js +4 -0
- package/icons/eject/index.d.ts +11 -0
- package/icons/eject/index.js +4 -0
- package/icons/email/index.d.ts +11 -0
- package/icons/email/index.js +4 -0
- package/icons/euro-symbol/index.d.ts +11 -0
- package/icons/euro-symbol/index.js +4 -0
- package/icons/event/index.d.ts +11 -0
- package/icons/event/index.js +4 -0
- package/icons/event-seat/index.d.ts +11 -0
- package/icons/event-seat/index.js +4 -0
- package/icons/exit-to-app/index.d.ts +11 -0
- package/icons/exit-to-app/index.js +4 -0
- package/icons/explore/index.d.ts +11 -0
- package/icons/explore/index.js +4 -0
- package/icons/explore-off/index.d.ts +11 -0
- package/icons/explore-off/index.js +4 -0
- package/icons/extension/index.d.ts +11 -0
- package/icons/extension/index.js +4 -0
- package/icons/face/index.d.ts +11 -0
- package/icons/face/index.js +4 -0
- package/icons/face-unlock/index.d.ts +11 -0
- package/icons/face-unlock/index.js +4 -0
- package/icons/fact-check/index.d.ts +11 -0
- package/icons/fact-check/index.js +4 -0
- package/icons/favorite/index.d.ts +11 -0
- package/icons/favorite/index.js +4 -0
- package/icons/favorite-border/index.d.ts +11 -0
- package/icons/favorite-border/index.js +4 -0
- package/icons/feedback/index.d.ts +11 -0
- package/icons/feedback/index.js +4 -0
- package/icons/filter-alt/index.d.ts +11 -0
- package/icons/filter-alt/index.js +4 -0
- package/icons/find-in-page/index.d.ts +11 -0
- package/icons/find-in-page/index.js +4 -0
- package/icons/find-replace/index.d.ts +11 -0
- package/icons/find-replace/index.js +4 -0
- package/icons/fingerprint/index.d.ts +11 -0
- package/icons/fingerprint/index.js +4 -0
- package/icons/flaky/index.d.ts +11 -0
- package/icons/flaky/index.js +4 -0
- package/icons/flight-land/index.d.ts +11 -0
- package/icons/flight-land/index.js +4 -0
- package/icons/flight-takeoff/index.d.ts +11 -0
- package/icons/flight-takeoff/index.js +4 -0
- package/icons/flip-to-back/index.d.ts +11 -0
- package/icons/flip-to-back/index.js +4 -0
- package/icons/flip-to-front/index.d.ts +11 -0
- package/icons/flip-to-front/index.js +4 -0
- package/icons/forward-to-inbox/index.d.ts +11 -0
- package/icons/forward-to-inbox/index.js +4 -0
- package/icons/g-translate/index.d.ts +11 -0
- package/icons/g-translate/index.js +4 -0
- package/icons/gavel/index.d.ts +11 -0
- package/icons/gavel/index.js +4 -0
- package/icons/get-app/index.d.ts +11 -0
- package/icons/get-app/index.js +4 -0
- package/icons/gif/index.d.ts +11 -0
- package/icons/gif/index.js +4 -0
- package/icons/gps-fixed/index.d.ts +11 -0
- package/icons/gps-fixed/index.js +4 -0
- package/icons/gps-not-fixed/index.d.ts +11 -0
- package/icons/gps-not-fixed/index.js +4 -0
- package/icons/gps-off/index.d.ts +11 -0
- package/icons/gps-off/index.js +4 -0
- package/icons/grade/index.d.ts +11 -0
- package/icons/grade/index.js +4 -0
- package/icons/grading/index.d.ts +11 -0
- package/icons/grading/index.js +4 -0
- package/icons/graphic-eq/index.d.ts +11 -0
- package/icons/graphic-eq/index.js +4 -0
- package/icons/group-work/index.d.ts +11 -0
- package/icons/group-work/index.js +4 -0
- package/icons/help/index.d.ts +11 -0
- package/icons/help/index.js +4 -0
- package/icons/help-center/index.d.ts +11 -0
- package/icons/help-center/index.js +4 -0
- package/icons/highlight-alt/index.d.ts +11 -0
- package/icons/highlight-alt/index.js +4 -0
- package/icons/highlight-off/index.d.ts +11 -0
- package/icons/highlight-off/index.js +4 -0
- package/icons/history-toggle-off/index.d.ts +11 -0
- package/icons/history-toggle-off/index.js +4 -0
- package/icons/home/index.d.ts +11 -0
- package/icons/home/index.js +4 -0
- package/icons/home-work/index.js +1 -1
- package/icons/horizontal-split/index.d.ts +11 -0
- package/icons/horizontal-split/index.js +4 -0
- package/icons/hourglass-bottom/index.d.ts +11 -0
- package/icons/hourglass-bottom/index.js +4 -0
- package/icons/hourglass-disabled/index.d.ts +11 -0
- package/icons/hourglass-disabled/index.js +4 -0
- package/icons/hourglass-empty/index.d.ts +11 -0
- package/icons/hourglass-empty/index.js +4 -0
- package/icons/hourglass-full/index.d.ts +11 -0
- package/icons/hourglass-full/index.js +4 -0
- package/icons/hourglass-top/index.d.ts +11 -0
- package/icons/hourglass-top/index.js +4 -0
- package/icons/http/index.d.ts +11 -0
- package/icons/http/index.js +4 -0
- package/icons/https/index.d.ts +11 -0
- package/icons/https/index.js +4 -0
- package/icons/import-contacts/index.d.ts +11 -0
- package/icons/import-contacts/index.js +4 -0
- package/icons/import-export/index.d.ts +11 -0
- package/icons/import-export/index.js +4 -0
- package/icons/important-devices/index.d.ts +11 -0
- package/icons/important-devices/index.js +4 -0
- package/icons/info/index.d.ts +11 -0
- package/icons/info/index.js +4 -0
- package/icons/input/index.d.ts +11 -0
- package/icons/input/index.js +4 -0
- package/icons/insights/index.js +1 -1
- package/icons/integration-instructions/index.d.ts +11 -0
- package/icons/integration-instructions/index.js +4 -0
- package/icons/invert-colors/index.d.ts +11 -0
- package/icons/invert-colors/index.js +4 -0
- package/icons/invert-colors-off/index.d.ts +11 -0
- package/icons/invert-colors-off/index.js +4 -0
- package/icons/label/index.d.ts +11 -0
- package/icons/label/index.js +4 -0
- package/icons/label-important/index.d.ts +11 -0
- package/icons/label-important/index.js +4 -0
- package/icons/label-important-outline/index.d.ts +11 -0
- package/icons/label-important-outline/index.js +4 -0
- package/icons/label-off/index.d.ts +11 -0
- package/icons/label-off/index.js +4 -0
- package/icons/label-outline/index.d.ts +11 -0
- package/icons/label-outline/index.js +4 -0
- package/icons/language/index.d.ts +11 -0
- package/icons/language/index.js +4 -0
- package/icons/launch/index.d.ts +11 -0
- package/icons/launch/index.js +4 -0
- package/icons/leaderboard/index.d.ts +11 -0
- package/icons/leaderboard/index.js +4 -0
- package/icons/lightbulb-outline/index.d.ts +11 -0
- package/icons/lightbulb-outline/index.js +4 -0
- package/icons/line-style/index.d.ts +11 -0
- package/icons/line-style/index.js +4 -0
- package/icons/line-weight/index.d.ts +11 -0
- package/icons/line-weight/index.js +4 -0
- package/icons/list/index.d.ts +11 -0
- package/icons/list/index.js +4 -0
- package/icons/list-alt/index.d.ts +11 -0
- package/icons/list-alt/index.js +4 -0
- package/icons/live-help/index.d.ts +11 -0
- package/icons/live-help/index.js +4 -0
- package/icons/location-disabled/index.d.ts +11 -0
- package/icons/location-disabled/index.js +4 -0
- package/icons/location-off/index.d.ts +11 -0
- package/icons/location-off/index.js +4 -0
- package/icons/location-on/index.d.ts +11 -0
- package/icons/location-on/index.js +4 -0
- package/icons/location-searching/index.d.ts +11 -0
- package/icons/location-searching/index.js +4 -0
- package/icons/lock/index.d.ts +11 -0
- package/icons/lock/index.js +4 -0
- package/icons/lock-open/index.d.ts +11 -0
- package/icons/lock-open/index.js +4 -0
- package/icons/lock-outline/index.d.ts +11 -0
- package/icons/lock-outline/index.js +4 -0
- package/icons/login/index.d.ts +11 -0
- package/icons/login/index.js +4 -0
- package/icons/logout/index.d.ts +11 -0
- package/icons/logout/index.js +4 -0
- package/icons/loyalty/index.d.ts +11 -0
- package/icons/loyalty/index.js +4 -0
- package/icons/mail-outline/index.d.ts +11 -0
- package/icons/mail-outline/index.js +4 -0
- package/icons/mark-email-read/index.d.ts +11 -0
- package/icons/mark-email-read/index.js +4 -0
- package/icons/mark-email-unread/index.d.ts +11 -0
- package/icons/mark-email-unread/index.js +4 -0
- package/icons/markunread-mailbox/index.d.ts +11 -0
- package/icons/markunread-mailbox/index.js +4 -0
- package/icons/maximize/index.d.ts +11 -0
- package/icons/maximize/index.js +4 -0
- package/icons/mediation/index.d.ts +11 -0
- package/icons/mediation/index.js +4 -0
- package/icons/message/index.d.ts +11 -0
- package/icons/message/index.js +4 -0
- package/icons/minimize/index.d.ts +11 -0
- package/icons/minimize/index.js +4 -0
- package/icons/mobile-friendly/index.d.ts +11 -0
- package/icons/mobile-friendly/index.js +4 -0
- package/icons/mobile-off/index.d.ts +11 -0
- package/icons/mobile-off/index.js +4 -0
- package/icons/mobile-screen-share/index.d.ts +11 -0
- package/icons/mobile-screen-share/index.js +4 -0
- package/icons/model-training/index.d.ts +11 -0
- package/icons/model-training/index.js +4 -0
- package/icons/more-time/index.js +1 -1
- package/icons/nat/index.d.ts +11 -0
- package/icons/nat/index.js +4 -0
- package/icons/next-plan/index.d.ts +11 -0
- package/icons/next-plan/index.js +4 -0
- package/icons/nfc/index.d.ts +11 -0
- package/icons/nfc/index.js +4 -0
- package/icons/no-sim/index.d.ts +11 -0
- package/icons/no-sim/index.js +4 -0
- package/icons/not-accessible/index.d.ts +11 -0
- package/icons/not-accessible/index.js +4 -0
- package/icons/not-started/index.d.ts +11 -0
- package/icons/not-started/index.js +4 -0
- package/icons/note-add/index.d.ts +11 -0
- package/icons/note-add/index.js +4 -0
- package/icons/offline-bolt/index.d.ts +11 -0
- package/icons/offline-bolt/index.js +4 -0
- package/icons/offline-pin/index.d.ts +11 -0
- package/icons/offline-pin/index.js +4 -0
- package/icons/online-prediction/index.d.ts +11 -0
- package/icons/online-prediction/index.js +4 -0
- package/icons/opacity/index.d.ts +11 -0
- package/icons/opacity/index.js +4 -0
- package/icons/open-in-browser/index.d.ts +11 -0
- package/icons/open-in-browser/index.js +4 -0
- package/icons/open-in-full/index.d.ts +11 -0
- package/icons/open-in-full/index.js +4 -0
- package/icons/open-with/index.d.ts +11 -0
- package/icons/open-with/index.js +4 -0
- package/icons/outbond/index.d.ts +11 -0
- package/icons/outbond/index.js +4 -0
- package/icons/outlet/index.d.ts +11 -0
- package/icons/outlet/index.js +4 -0
- package/icons/pageview/index.d.ts +11 -0
- package/icons/pageview/index.js +4 -0
- package/icons/pan-tool/index.d.ts +11 -0
- package/icons/pan-tool/index.js +4 -0
- package/icons/pause-presentation/index.d.ts +11 -0
- package/icons/pause-presentation/index.js +4 -0
- package/icons/payment/index.d.ts +11 -0
- package/icons/payment/index.js +4 -0
- package/icons/pending/index.d.ts +11 -0
- package/icons/pending/index.js +4 -0
- package/icons/pending-actions/index.d.ts +11 -0
- package/icons/pending-actions/index.js +4 -0
- package/icons/perm-camera-mic/index.d.ts +11 -0
- package/icons/perm-camera-mic/index.js +4 -0
- package/icons/perm-contact-calendar/index.d.ts +11 -0
- package/icons/perm-contact-calendar/index.js +4 -0
- package/icons/perm-data-setting/index.d.ts +11 -0
- package/icons/perm-data-setting/index.js +4 -0
- package/icons/perm-device-information/index.d.ts +11 -0
- package/icons/perm-device-information/index.js +4 -0
- package/icons/perm-identity/index.d.ts +11 -0
- package/icons/perm-identity/index.js +4 -0
- package/icons/perm-media/index.d.ts +11 -0
- package/icons/perm-media/index.js +4 -0
- package/icons/perm-phone-msg/index.d.ts +11 -0
- package/icons/perm-phone-msg/index.js +4 -0
- package/icons/perm-scan-wifi/index.d.ts +11 -0
- package/icons/perm-scan-wifi/index.js +4 -0
- package/icons/person-add-disabled/index.d.ts +11 -0
- package/icons/person-add-disabled/index.js +4 -0
- package/icons/person-search/index.d.ts +11 -0
- package/icons/person-search/index.js +4 -0
- package/icons/pets/index.d.ts +11 -0
- package/icons/pets/index.js +4 -0
- package/icons/phone/index.d.ts +11 -0
- package/icons/phone/index.js +4 -0
- package/icons/phone-disabled/index.d.ts +11 -0
- package/icons/phone-disabled/index.js +4 -0
- package/icons/phone-enabled/index.d.ts +11 -0
- package/icons/phone-enabled/index.js +4 -0
- package/icons/phonelink-erase/index.d.ts +11 -0
- package/icons/phonelink-erase/index.js +4 -0
- package/icons/phonelink-lock/index.d.ts +11 -0
- package/icons/phonelink-lock/index.js +4 -0
- package/icons/phonelink-ring/index.d.ts +11 -0
- package/icons/phonelink-ring/index.js +4 -0
- package/icons/phonelink-setup/index.d.ts +11 -0
- package/icons/phonelink-setup/index.js +4 -0
- package/icons/picture-in-picture/index.d.ts +11 -0
- package/icons/picture-in-picture/index.js +4 -0
- package/icons/picture-in-picture-alt/index.d.ts +11 -0
- package/icons/picture-in-picture-alt/index.js +4 -0
- package/icons/plagiarism/index.d.ts +11 -0
- package/icons/plagiarism/index.js +4 -0
- package/icons/play-for-work/index.d.ts +11 -0
- package/icons/play-for-work/index.js +4 -0
- package/icons/policy/index.js +1 -1
- package/icons/polymer/index.d.ts +11 -0
- package/icons/polymer/index.js +4 -0
- package/icons/portable-wifi-off/index.d.ts +11 -0
- package/icons/portable-wifi-off/index.js +4 -0
- package/icons/post-add/index.js +1 -1
- package/icons/power-settings-new/index.d.ts +11 -0
- package/icons/power-settings-new/index.js +4 -0
- package/icons/pregnant-woman/index.d.ts +11 -0
- package/icons/pregnant-woman/index.js +4 -0
- package/icons/present-to-all/index.d.ts +11 -0
- package/icons/present-to-all/index.js +4 -0
- package/icons/preview/index.d.ts +11 -0
- package/icons/preview/index.js +4 -0
- package/icons/print/index.d.ts +11 -0
- package/icons/print/index.js +4 -0
- package/icons/print-disabled/index.d.ts +11 -0
- package/icons/print-disabled/index.js +4 -0
- package/icons/privacy-tip/index.d.ts +11 -0
- package/icons/privacy-tip/index.js +4 -0
- package/icons/published-with-changes/index.d.ts +11 -0
- package/icons/published-with-changes/index.js +4 -0
- package/icons/qr-code/index.d.ts +11 -0
- package/icons/qr-code/index.js +4 -0
- package/icons/qr-code-scanner/index.d.ts +11 -0
- package/icons/qr-code-scanner/index.js +4 -0
- package/icons/query-builder/index.d.ts +11 -0
- package/icons/query-builder/index.js +4 -0
- package/icons/question-answer/index.d.ts +11 -0
- package/icons/question-answer/index.js +4 -0
- package/icons/quickreply/index.d.ts +11 -0
- package/icons/quickreply/index.js +4 -0
- package/icons/read-more/index.d.ts +11 -0
- package/icons/read-more/index.js +4 -0
- package/icons/receipt/index.d.ts +11 -0
- package/icons/receipt/index.js +4 -0
- package/icons/record-voice-over/index.d.ts +11 -0
- package/icons/record-voice-over/index.js +4 -0
- package/icons/redeem/index.d.ts +11 -0
- package/icons/redeem/index.js +4 -0
- package/icons/remove-shopping-cart/index.d.ts +11 -0
- package/icons/remove-shopping-cart/index.js +4 -0
- package/icons/reorder/index.d.ts +11 -0
- package/icons/reorder/index.js +4 -0
- package/icons/report-outline/index.js +1 -1
- package/icons/report-problem/index.d.ts +11 -0
- package/icons/report-problem/index.js +4 -0
- package/icons/request-page/index.d.ts +11 -0
- package/icons/request-page/index.js +4 -0
- package/icons/restore/index.d.ts +11 -0
- package/icons/restore/index.js +4 -0
- package/icons/restore-from-trash/index.d.ts +11 -0
- package/icons/restore-from-trash/index.js +4 -0
- package/icons/restore-page/index.d.ts +11 -0
- package/icons/restore-page/index.js +4 -0
- package/icons/ring-volume/index.d.ts +11 -0
- package/icons/ring-volume/index.js +4 -0
- package/icons/room/index.d.ts +11 -0
- package/icons/room/index.js +4 -0
- package/icons/rounded-corner/index.d.ts +11 -0
- package/icons/rounded-corner/index.js +4 -0
- package/icons/rowing/index.d.ts +11 -0
- package/icons/rowing/index.js +4 -0
- package/icons/rss-feed/index.d.ts +11 -0
- package/icons/rss-feed/index.js +4 -0
- package/icons/rule/index.d.ts +11 -0
- package/icons/rule/index.js +4 -0
- package/icons/schedule/index.d.ts +11 -0
- package/icons/schedule/index.js +4 -0
- package/icons/screen-lock-landscape/index.d.ts +11 -0
- package/icons/screen-lock-landscape/index.js +4 -0
- package/icons/screen-lock-portrait/index.d.ts +11 -0
- package/icons/screen-lock-portrait/index.js +4 -0
- package/icons/screen-lock-rotation/index.d.ts +11 -0
- package/icons/screen-lock-rotation/index.js +4 -0
- package/icons/screen-rotation/index.d.ts +11 -0
- package/icons/screen-rotation/index.js +4 -0
- package/icons/screen-share/index.d.ts +11 -0
- package/icons/screen-share/index.js +4 -0
- package/icons/sd-storage/index.d.ts +11 -0
- package/icons/sd-storage/index.js +4 -0
- package/icons/search-off/index.d.ts +11 -0
- package/icons/search-off/index.js +4 -0
- package/icons/sentiment-satisfied-alt/index.d.ts +11 -0
- package/icons/sentiment-satisfied-alt/index.js +4 -0
- package/icons/settings-applications/index.d.ts +11 -0
- package/icons/settings-applications/index.js +4 -0
- package/icons/settings-backup-restore/index.d.ts +11 -0
- package/icons/settings-backup-restore/index.js +4 -0
- package/icons/settings-bluetooth/index.d.ts +11 -0
- package/icons/settings-bluetooth/index.js +4 -0
- package/icons/settings-brightness/index.d.ts +11 -0
- package/icons/settings-brightness/index.js +4 -0
- package/icons/settings-cell/index.d.ts +11 -0
- package/icons/settings-cell/index.js +4 -0
- package/icons/settings-ethernet/index.d.ts +11 -0
- package/icons/settings-ethernet/index.js +4 -0
- package/icons/settings-input-antenna/index.d.ts +11 -0
- package/icons/settings-input-antenna/index.js +4 -0
- package/icons/settings-input-component/index.d.ts +11 -0
- package/icons/settings-input-component/index.js +4 -0
- package/icons/settings-input-composite/index.d.ts +11 -0
- package/icons/settings-input-composite/index.js +4 -0
- package/icons/settings-input-hdmi/index.d.ts +11 -0
- package/icons/settings-input-hdmi/index.js +4 -0
- package/icons/settings-input-svideo/index.d.ts +11 -0
- package/icons/settings-input-svideo/index.js +4 -0
- package/icons/settings-overscan/index.d.ts +11 -0
- package/icons/settings-overscan/index.js +4 -0
- package/icons/settings-phone/index.d.ts +11 -0
- package/icons/settings-phone/index.js +4 -0
- package/icons/settings-power/index.d.ts +11 -0
- package/icons/settings-power/index.js +4 -0
- package/icons/settings-remote/index.d.ts +11 -0
- package/icons/settings-remote/index.js +4 -0
- package/icons/settings-system-daydream/index.d.ts +11 -0
- package/icons/settings-system-daydream/index.js +4 -0
- package/icons/settings-voice/index.d.ts +11 -0
- package/icons/settings-voice/index.js +4 -0
- package/icons/shop/index.d.ts +11 -0
- package/icons/shop/index.js +4 -0
- package/icons/shop-two/index.d.ts +11 -0
- package/icons/shop-two/index.js +4 -0
- package/icons/shopping-bag/index.d.ts +11 -0
- package/icons/shopping-bag/index.js +4 -0
- package/icons/shopping-basket/index.d.ts +11 -0
- package/icons/shopping-basket/index.js +4 -0
- package/icons/shopping-cart/index.d.ts +11 -0
- package/icons/shopping-cart/index.js +4 -0
- package/icons/signal-cellular-4-bar/index.d.ts +11 -0
- package/icons/signal-cellular-4-bar/index.js +4 -0
- package/icons/signal-cellular-alt/index.d.ts +11 -0
- package/icons/signal-cellular-alt/index.js +4 -0
- package/icons/signal-cellular-connected-no-internet-4-bar/index.d.ts +11 -0
- package/icons/signal-cellular-connected-no-internet-4-bar/index.js +4 -0
- package/icons/signal-cellular-no-sim/index.d.ts +11 -0
- package/icons/signal-cellular-no-sim/index.js +4 -0
- package/icons/signal-cellular-null/index.d.ts +11 -0
- package/icons/signal-cellular-null/index.js +4 -0
- package/icons/signal-cellular-off/index.d.ts +11 -0
- package/icons/signal-cellular-off/index.js +4 -0
- package/icons/signal-wifi-4-bar/index.d.ts +11 -0
- package/icons/signal-wifi-4-bar/index.js +4 -0
- package/icons/signal-wifi-4-bar-lock/index.d.ts +11 -0
- package/icons/signal-wifi-4-bar-lock/index.js +4 -0
- package/icons/signal-wifi-off/index.d.ts +11 -0
- package/icons/signal-wifi-off/index.js +4 -0
- package/icons/smart-button/index.d.ts +11 -0
- package/icons/smart-button/index.js +4 -0
- package/icons/source/index.d.ts +11 -0
- package/icons/source/index.js +4 -0
- package/icons/speaker-notes/index.d.ts +11 -0
- package/icons/speaker-notes/index.js +4 -0
- package/icons/speaker-notes-off/index.d.ts +11 -0
- package/icons/speaker-notes-off/index.js +4 -0
- package/icons/speaker-phone/index.d.ts +11 -0
- package/icons/speaker-phone/index.js +4 -0
- package/icons/spellcheck/index.d.ts +11 -0
- package/icons/spellcheck/index.js +4 -0
- package/icons/star-rate/index.d.ts +11 -0
- package/icons/star-rate/index.js +4 -0
- package/icons/stars/index.d.ts +11 -0
- package/icons/stars/index.js +4 -0
- package/icons/stay-current-landscape/index.d.ts +11 -0
- package/icons/stay-current-landscape/index.js +4 -0
- package/icons/stay-current-portrait/index.d.ts +11 -0
- package/icons/stay-current-portrait/index.js +4 -0
- package/icons/stay-primary-landscape/index.d.ts +11 -0
- package/icons/stay-primary-landscape/index.js +4 -0
- package/icons/stay-primary-portrait/index.d.ts +11 -0
- package/icons/stay-primary-portrait/index.js +4 -0
- package/icons/sticky-note-2/index.d.ts +11 -0
- package/icons/sticky-note-2/index.js +4 -0
- package/icons/stop-screen-share/index.d.ts +11 -0
- package/icons/stop-screen-share/index.js +4 -0
- package/icons/storage/index.d.ts +11 -0
- package/icons/storage/index.js +4 -0
- package/icons/store/index.d.ts +11 -0
- package/icons/store/index.js +4 -0
- package/icons/subject/index.d.ts +11 -0
- package/icons/subject/index.js +4 -0
- package/icons/subtitles-off/index.d.ts +11 -0
- package/icons/subtitles-off/index.js +4 -0
- package/icons/supervised-user-circle/index.d.ts +11 -0
- package/icons/supervised-user-circle/index.js +4 -0
- package/icons/supervisor-account/index.d.ts +11 -0
- package/icons/supervisor-account/index.js +4 -0
- package/icons/support/index.d.ts +11 -0
- package/icons/support/index.js +4 -0
- package/icons/swap-calls/index.d.ts +11 -0
- package/icons/swap-calls/index.js +4 -0
- package/icons/swap-horiz/index.d.ts +11 -0
- package/icons/swap-horiz/index.js +4 -0
- package/icons/swap-horizontal-circle/index.d.ts +11 -0
- package/icons/swap-horizontal-circle/index.js +4 -0
- package/icons/swap-vertical-circle/index.d.ts +11 -0
- package/icons/swap-vertical-circle/index.js +4 -0
- package/icons/switch-left/index.js +1 -1
- package/icons/switch-right/index.js +1 -1
- package/icons/sync-alt/index.d.ts +11 -0
- package/icons/sync-alt/index.js +4 -0
- package/icons/system-update-alt/index.d.ts +11 -0
- package/icons/system-update-alt/index.js +4 -0
- package/icons/tab/index.d.ts +11 -0
- package/icons/tab/index.js +4 -0
- package/icons/tab-unselected/index.d.ts +11 -0
- package/icons/tab-unselected/index.js +4 -0
- package/icons/table-view/index.d.ts +11 -0
- package/icons/table-view/index.js +4 -0
- package/icons/text-rotate-up/index.d.ts +11 -0
- package/icons/text-rotate-up/index.js +4 -0
- package/icons/text-rotate-vertical/index.d.ts +11 -0
- package/icons/text-rotate-vertical/index.js +4 -0
- package/icons/text-rotation-angledown/index.d.ts +11 -0
- package/icons/text-rotation-angledown/index.js +4 -0
- package/icons/text-rotation-angleup/index.d.ts +11 -0
- package/icons/text-rotation-angleup/index.js +4 -0
- package/icons/text-rotation-down/index.d.ts +11 -0
- package/icons/text-rotation-down/index.js +4 -0
- package/icons/text-rotation-none/index.d.ts +11 -0
- package/icons/text-rotation-none/index.js +4 -0
- package/icons/textsms/index.d.ts +11 -0
- package/icons/textsms/index.js +4 -0
- package/icons/theaters/index.d.ts +11 -0
- package/icons/theaters/index.js +4 -0
- package/icons/thermostat/index.d.ts +11 -0
- package/icons/thermostat/index.js +4 -0
- package/icons/thumb-down/index.d.ts +11 -0
- package/icons/thumb-down/index.js +4 -0
- package/icons/thumb-up/index.d.ts +11 -0
- package/icons/thumb-up/index.js +4 -0
- package/icons/thumbs-up-down/index.d.ts +11 -0
- package/icons/thumbs-up-down/index.js +4 -0
- package/icons/timeline/index.d.ts +11 -0
- package/icons/timeline/index.js +4 -0
- package/icons/toc/index.d.ts +11 -0
- package/icons/toc/index.js +4 -0
- package/icons/today/index.d.ts +11 -0
- package/icons/today/index.js +4 -0
- package/icons/toll/index.d.ts +11 -0
- package/icons/toll/index.js +4 -0
- package/icons/touch-app/index.d.ts +11 -0
- package/icons/touch-app/index.js +4 -0
- package/icons/tour/index.d.ts +11 -0
- package/icons/tour/index.js +4 -0
- package/icons/track-changes/index.d.ts +11 -0
- package/icons/track-changes/index.js +4 -0
- package/icons/translate/index.d.ts +11 -0
- package/icons/translate/index.js +4 -0
- package/icons/trending-down/index.d.ts +11 -0
- package/icons/trending-down/index.js +4 -0
- package/icons/trending-flat/index.d.ts +11 -0
- package/icons/trending-flat/index.js +4 -0
- package/icons/trending-up/index.d.ts +11 -0
- package/icons/trending-up/index.js +4 -0
- package/icons/turned-in/index.d.ts +11 -0
- package/icons/turned-in/index.js +4 -0
- package/icons/turned-in-not/index.d.ts +11 -0
- package/icons/turned-in-not/index.js +4 -0
- package/icons/unpublished/index.d.ts +11 -0
- package/icons/unpublished/index.js +4 -0
- package/icons/unsubscribe/index.d.ts +11 -0
- package/icons/unsubscribe/index.js +4 -0
- package/icons/upgrade/index.d.ts +11 -0
- package/icons/upgrade/index.js +4 -0
- package/icons/usb/index.d.ts +11 -0
- package/icons/usb/index.js +4 -0
- package/icons/verified/index.d.ts +11 -0
- package/icons/verified/index.js +4 -0
- package/icons/verified-user/index.d.ts +11 -0
- package/icons/verified-user/index.js +4 -0
- package/icons/vertical-split/index.d.ts +11 -0
- package/icons/vertical-split/index.js +4 -0
- package/icons/view-agenda/index.d.ts +11 -0
- package/icons/view-agenda/index.js +4 -0
- package/icons/view-array/index.d.ts +11 -0
- package/icons/view-array/index.js +4 -0
- package/icons/view-carousel/index.d.ts +11 -0
- package/icons/view-carousel/index.js +4 -0
- package/icons/view-column/index.d.ts +11 -0
- package/icons/view-column/index.js +4 -0
- package/icons/view-day/index.d.ts +11 -0
- package/icons/view-day/index.js +4 -0
- package/icons/view-headline/index.d.ts +11 -0
- package/icons/view-headline/index.js +4 -0
- package/icons/view-list/index.d.ts +11 -0
- package/icons/view-list/index.js +4 -0
- package/icons/view-module/index.d.ts +11 -0
- package/icons/view-module/index.js +4 -0
- package/icons/view-quilt/index.d.ts +11 -0
- package/icons/view-quilt/index.js +4 -0
- package/icons/view-sidebar/index.d.ts +11 -0
- package/icons/view-sidebar/index.js +4 -0
- package/icons/view-stream/index.d.ts +11 -0
- package/icons/view-stream/index.js +4 -0
- package/icons/view-week/index.d.ts +11 -0
- package/icons/view-week/index.js +4 -0
- package/icons/visibility/index.d.ts +11 -0
- package/icons/visibility/index.js +4 -0
- package/icons/visibility-off/index.d.ts +11 -0
- package/icons/visibility-off/index.js +4 -0
- package/icons/voice-over-off/index.d.ts +11 -0
- package/icons/voice-over-off/index.js +4 -0
- package/icons/voicemail/index.d.ts +11 -0
- package/icons/voicemail/index.js +4 -0
- package/icons/vpn-key/index.d.ts +11 -0
- package/icons/vpn-key/index.js +4 -0
- package/icons/wallpaper/index.d.ts +11 -0
- package/icons/wallpaper/index.js +4 -0
- package/icons/watch-later/index.d.ts +11 -0
- package/icons/watch-later/index.js +4 -0
- package/icons/widgets/index.d.ts +11 -0
- package/icons/widgets/index.js +4 -0
- package/icons/wifi-calling/index.d.ts +11 -0
- package/icons/wifi-calling/index.js +4 -0
- package/icons/wifi-lock/index.d.ts +11 -0
- package/icons/wifi-lock/index.js +4 -0
- package/icons/wifi-protected-setup/index.d.ts +11 -0
- package/icons/wifi-protected-setup/index.js +4 -0
- package/icons/wifi-tethering/index.d.ts +11 -0
- package/icons/wifi-tethering/index.js +4 -0
- package/icons/work/index.d.ts +11 -0
- package/icons/work/index.js +4 -0
- package/icons/work-off/index.d.ts +11 -0
- package/icons/work-off/index.js +4 -0
- package/icons/work-outline/index.d.ts +11 -0
- package/icons/work-outline/index.js +4 -0
- package/icons/wysiwyg/index.d.ts +11 -0
- package/icons/wysiwyg/index.js +4 -0
- package/icons/youtube-searched-for/index.d.ts +11 -0
- package/icons/youtube-searched-for/index.js +4 -0
- package/icons/zoom-in/index.d.ts +11 -0
- package/icons/zoom-in/index.js +4 -0
- package/icons/zoom-out/index.d.ts +11 -0
- package/icons/zoom-out/index.js +4 -0
- package/icons-branded/credit-card/index.d.ts +11 -0
- package/icons-branded/credit-card/index.js +4 -0
- package/icons-branded/finance/index.d.ts +11 -0
- package/icons-branded/finance/index.js +4 -0
- package/icons-branded/global-settings/index.d.ts +11 -0
- package/icons-branded/global-settings/index.js +4 -0
- package/icons-branded/help/index.d.ts +11 -0
- package/icons-branded/help/index.js +4 -0
- package/icons-branded/verified-phone/index.d.ts +11 -0
- package/icons-branded/verified-phone/index.js +4 -0
- package/package.json +1 -3
- package/popover/index.d.ts +1 -2
- package/popover/index.js +34 -20
- package/popover/utils.d.ts +1 -0
- package/popover/utils.js +1 -0
- package/radio/index.js +18 -17
- package/radio-option/index.d.ts +1 -19
- package/radio-option/index.js +0 -3
- package/radio-option/types.d.ts +18 -0
- package/radio-option/types.js +1 -0
- package/search/index.js +8 -11
- package/search-option/index.d.ts +1 -10
- package/search-option/index.js +4 -10
- package/search-option/types.d.ts +9 -0
- package/search-option/types.js +1 -0
- package/segmented-control/index.js +20 -113
- package/segmented-control-option/index.d.ts +0 -1
- package/segmented-control-option/index.js +1 -4
- package/segmented-icon-control/index.js +30 -26
- package/segmented-icon-control-option/index.d.ts +0 -1
- package/segmented-icon-control-option/index.js +6 -15
- package/select/index.d.ts +0 -1
- package/select/index.js +3 -5
- package/select-option/index.d.ts +1 -3
- package/select-option/index.js +2 -2
- package/select-option/types.d.ts +3 -0
- package/select-option/types.js +1 -0
- package/table/index.js +1 -1
- package/table-cell/index.js +1 -1
- package/table-head-cell/index.js +1 -1
- package/tabs/index.js +6 -8
- package/tabs-option/index.d.ts +1 -19
- package/tabs-option/index.js +0 -3
- package/tabs-option/types.d.ts +18 -0
- package/tabs-option/types.js +1 -0
- package/tooltip/index.d.ts +1 -17
- package/tooltip/index.js +1 -1
- package/tooltip/types.d.ts +16 -0
- package/tooltip/types.js +1 -0
- package/tooltip/utils.d.ts +1 -0
- package/tooltip/utils.js +1 -0
- package/utils.d.ts +4 -3
- package/utils.js +23 -15
- package/dropdown-option/index.d.ts +0 -45
- package/index.d.ts +0 -332
- package/index.js +0 -332
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-phonelink-lock': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-phonelink-lock': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M19 1H9c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V4h10v16H9v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2Zm-8.2 10V9.5C10.8 8.1 9.4 7 8 7S5.2 8.1 5.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3Zm-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V11Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-phonelink-lock', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-phonelink-ring': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-phonelink-ring': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2Zm0 19H4V4h10v16Zm6.63-11.74a.699.699 0 0 0-1.04-.06l-.03.03c-.25.25-.26.65-.05.93 1.26 1.64 1.25 3.87-.02 5.57-.21.28-.19.67.05.92l.05.05c.29.29.76.26 1.03-.05 1.8-2.13 1.8-5.19.01-7.39Zm-3.21 2.11-.06.06c-.2.2-.26.5-.15.76.21.49.21 1.03 0 1.52-.11.26-.05.56.15.76l.08.08c.32.32.87.25 1.09-.15.49-.89.49-1.94-.01-2.86a.687.687 0 0 0-1.1-.17Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-phonelink-ring', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-phonelink-setup': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-phonelink-setup': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M7 3v2c0 .55.45 1 1 1s1-.45 1-1V4h10v16H9v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2Zm2.5 12.5c.29-.12.55-.29.8-.48l-.02.03 1.01.39c.23.09.49 0 .61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68-.02.03c.02-.16.05-.32.05-.48 0-.16-.03-.32-.05-.48l.02.03.85-.68c.19-.15.24-.43.12-.64l-.84-1.46a.499.499 0 0 0-.61-.22l-1.01.39.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08A.488.488 0 0 0 8.84 7H7.16c-.25 0-.46.18-.49.42L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03-1.02-.39c-.23-.09-.49 0-.61.22l-.84 1.46c-.12.21-.07.49.12.64l.85.68.02-.03c-.02.15-.05.31-.05.47 0 .16.03.32.05.48l-.02-.03-.85.68c-.19.15-.24.43-.12.64l.84 1.46c.12.21.38.31.61.22l1.01-.39-.01-.04c.25.19.51.36.8.48l.17 1.07c.03.25.24.43.49.43h1.68c.25 0 .46-.18.49-.42l.17-1.08ZM6 12c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-phonelink-setup', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-picture-in-picture': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-picture-in-picture': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18 7h-6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1Zm3-4H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2Zm-1 16.01H4c-.55 0-1-.45-1-1V5.98c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.03c0 .55-.45 1-1 1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-picture-in-picture', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-picture-in-picture-alt': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-picture-in-picture-alt': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18 11h-6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1Zm5 8V4.98C23 3.88 22.1 3 21 3H3c-1.1 0-2 .88-2 1.98V19c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2Zm-3 .02H4c-.55 0-1-.45-1-1V5.97c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.05c0 .55-.45 1-1 1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-picture-in-picture-alt', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-plagiarism': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-plagiarism': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42Zm-3.67 11.33a.996.996 0 0 1-1.41 0l-1.18-1.18c-1.33.71-3.01.53-4.13-.59a3.504 3.504 0 0 1 .5-5.37c1.16-.81 2.78-.81 3.95 0 1.55 1.08 1.9 3.04 1.09 4.55l1.18 1.18c.39.39.39 1.02 0 1.41ZM14 9c-.55 0-1-.45-1-1V3.5L18.5 9H14Z"/><path d="M11.5 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-plagiarism', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-play-for-work': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-play-for-work': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M11 6v4.59H8.71c-.45 0-.67.54-.35.85l3.29 3.29c.2.2.51.2.71 0l3.29-3.29a.5.5 0 0 0-.35-.85H13V6c0-.55-.45-1-1-1s-1 .45-1 1Zm-3.9 8c-.61 0-1.11.55-.99 1.15A6.009 6.009 0 0 0 12 20c2.92 0 5.35-2.09 5.89-4.85.12-.6-.38-1.15-.99-1.15-.49 0-.88.35-.98.83A4.011 4.011 0 0 1 12 18c-1.93 0-3.53-1.36-3.91-3.17-.1-.48-.5-.83-.99-.83Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-play-for-work', createIconClass(templateHTML));
|
package/icons/policy/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { defineCustomElement } from '../../utils';
|
|
2
2
|
import { createIconClass } from '../create-icon-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M21 6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12a4.994 4.994 0 0 1-6.29-.64 5.003 5.003 0 0 1 0-7.07 5.003 5.003 0 0 1 7.07 0 5.006 5.006 0 0 1 .64 6.29l2.9 2.9C20.29 15.69 21 13.38 21 11V6.3Z"/><path d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M21 6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12a4.994 4.994 0 0 1-6.29-.64 5.003 5.003 0 0 1 0-7.07 5.003 5.003 0 0 1 7.07 0 5.006 5.006 0 0 1 .64 6.29l2.9 2.9C20.29 15.69 21 13.38 21 11V6.3Z"/><path d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"/></svg>';
|
|
4
4
|
defineCustomElement('sinch-icon-policy', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-polymer': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-polymer': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M19 4h-4L7.11 16.63 4.5 12 9 4H5L.5 12 5 20h4l7.89-12.63L19.5 12 15 20h4l4.5-8L19 4Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-polymer', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-portable-wifi-off': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-portable-wifi-off': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M2.71 3.07a.996.996 0 0 0 0 1.41L4.1 5.87C2.79 7.57 2 9.69 2 12c0 3.3 1.6 6.22 4.06 8.04.48.35 1.16.21 1.46-.31.25-.43.14-.99-.26-1.29C5.29 16.98 4 14.65 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44a5.97 5.97 0 0 0 1.1 7.76c.46.4 1.19.25 1.5-.28l.01-.01c.24-.42.13-.94-.23-1.26A3.947 3.947 0 0 1 8 12c0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02 6.81 6.81a.996.996 0 1 0 1.41-1.41L4.13 3.07c-.39-.39-1.03-.39-1.42 0Zm15 10.75c.18-.57.29-1.19.29-1.82 0-3.31-2.69-6-6-6-.63 0-1.25.11-1.82.29l1.72 1.72c.03 0 .06-.01.1-.01 2.21 0 4 1.79 4 4 0 .04-.01.07-.01.11l1.72 1.71ZM12 4c4.42 0 8 3.58 8 8 0 1.2-.29 2.32-.77 3.35l1.49 1.49A9.82 9.82 0 0 0 22 12c0-5.52-4.48-10-10-10-1.76 0-3.4.48-4.84 1.28l1.48 1.48C9.66 4.28 10.8 4 12 4Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-portable-wifi-off', createIconClass(templateHTML));
|
package/icons/post-add/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { defineCustomElement } from '../../utils';
|
|
2
2
|
import { createIconClass } from '../create-icon-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M18 12c-.55 0-1 .45-1 1v5.22c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1Zm3.02-7H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98Z"/><path d="M14 9H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Zm0 3H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Zm0 3H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Z"
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M18 12c-.55 0-1 .45-1 1v5.22c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1Zm3.02-7H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98Z"/><path d="M14 9H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Zm0 3H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Zm0 3H8c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1Z"/></svg>';
|
|
4
4
|
defineCustomElement('sinch-icon-post-add', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-power-settings-new': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-power-settings-new': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1Zm5.14 2.86a.99.99 0 0 0-.01 1.39c1.13 1.2 1.83 2.8 1.87 4.57.09 3.83-3.08 7.13-6.91 7.17A6.981 6.981 0 0 1 5 12c0-1.84.71-3.51 1.87-4.76.37-.39.37-1-.01-1.38a.993.993 0 0 0-1.43.02A8.92 8.92 0 0 0 3 11.74c-.14 4.88 3.83 9.1 8.71 9.25 5.1.16 9.29-3.93 9.29-9 0-2.37-.92-4.51-2.42-6.11-.38-.41-1.04-.42-1.44-.02Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-power-settings-new', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-pregnant-woman': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-pregnant-woman': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9 4c0-1.11.89-2 2-2 1.11 0 2 .89 2 2 0 1.11-.89 2-2 2-1.11 0-2-.89-2-2Zm7 9a3.285 3.285 0 0 0-2-3c0-1.71-1.42-3.08-3.16-3C9.22 7.09 8 8.54 8 10.16V16c0 .55.45 1 1 1h1v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V17h2c.55 0 1-.45 1-1v-3Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-pregnant-woman', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-present-to-all': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-present-to-all': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21 3H3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h18c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2Zm-1 16.02H4c-.55 0-1-.45-1-1V5.98c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12.04c0 .55-.45 1-1 1ZM10 12H8l3.65-3.65c.2-.2.51-.2.71 0L16 12h-2v4h-4v-4Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-present-to-all', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-preview': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-preview': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5a2 2 0 0 0-2-2Zm0 16H5V7h14v12Zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5ZM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4Zm0 6.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-preview', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-print': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-print': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M19 8H5c-1.66 0-3 1.34-3 3v4c0 1.1.9 2 2 2h2v2c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h2c1.1 0 2-.9 2-2v-4c0-1.66-1.34-3-3-3Zm-4 11H9c-.55 0-1-.45-1-1v-4h8v4c0 .55-.45 1-1 1Zm4-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1Zm-2-9H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-print', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-print-disabled': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-print-disabled': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M2.12 2.32A.996.996 0 1 0 .71 3.73L4.98 8A2.998 2.998 0 0 0 2 11v4c0 1.1.9 2 2 2h2v2c0 1.1.9 2 2 2h8c.55 0 1.04-.22 1.4-.58l2.83 2.83a.996.996 0 1 0 1.41-1.41L2.12 2.32ZM15 19H9c-.55 0-1-.45-1-1v-4h2.98l4.72 4.72c-.19.17-.43.28-.7.28Zm4-11h-8.37l9 9H20c1.1 0 2-.9 2-2v-4c0-1.66-1.34-3-3-3Zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1Zm-2-5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H7c-.37 0-.68.21-.85.51L9.63 7H17Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-print-disabled', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-privacy-tip': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-privacy-tip': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M4.19 4.47C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11ZM12 7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1Zm0 4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-privacy-tip', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-published-with-changes': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-published-with-changes': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m16.95 10.23-5.66 5.66a.996.996 0 0 1-1.41 0l-2.83-2.83a.996.996 0 1 1 1.41-1.41l2.12 2.12 4.95-4.95a.996.996 0 0 1 1.41 0c.4.39.4 1.02.01 1.41ZM4 12c0-2.33 1.02-4.42 2.62-5.88l1.53 1.53A.5.5 0 0 0 9 7.29V3c0-.28-.22-.5-.5-.5H4.21c-.45 0-.67.54-.35.85L5.2 4.7C3.24 6.52 2 9.11 2 12c0 4.75 3.32 8.73 7.76 9.75.63.14 1.24-.33 1.24-.98 0-.47-.33-.87-.79-.98C6.66 18.98 4 15.8 4 12Zm18 0c0-4.75-3.32-8.73-7.76-9.75-.63-.14-1.24.33-1.24.98 0 .47.33.87.79.98C17.34 5.02 20 8.2 20 12c0 2.33-1.02 4.42-2.62 5.88l-1.53-1.53a.5.5 0 0 0-.85.36V21c0 .28.22.5.5.5h4.29c.45 0 .67-.54.35-.85L18.8 19.3c1.96-1.82 3.2-4.41 3.2-7.3Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-published-with-changes', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-qr-code': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-qr-code': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M5 11h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2Zm0-6h4v4H5V5Zm0 16h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2Zm0-6h4v4H5v-4Zm8-10v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2Zm6 4h-4V5h4v4Zm2 11.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5Zm-8-7v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5Zm3.5 1.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5ZM13 17.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5Zm2.5 3.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5Zm2-2h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5Zm1-6h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5Zm1 4h1c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-qr-code', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-qr-code-scanner': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-qr-code-scanner': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.5 6.5v3h-3v-3h3ZM11 5H5v6h6V5Zm-1.5 9.5v3h-3v-3h3ZM11 13H5v6h6v-6Zm6.5-6.5v3h-3v-3h3ZM19 5h-6v6h6V5Zm-6 8h1.5v1.5H13V13Zm1.5 1.5H16V16h-1.5v-1.5ZM16 13h1.5v1.5H16V13Zm-3 3h1.5v1.5H13V16Zm1.5 1.5H16V19h-1.5v-1.5ZM16 16h1.5v1.5H16V16Zm1.5-1.5H19V16h-1.5v-1.5Zm0 3H19V19h-1.5v-1.5ZM21 7c-.55 0-1-.45-1-1V4h-2c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1Zm1 14v-3c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1ZM3 22h3c.55 0 1-.45 1-1s-.45-1-1-1H4v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1ZM2 3v3c0 .55.45 1 1 1s1-.45 1-1V4h2c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-qr-code-scanner', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-query-builder': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-query-builder': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2ZM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Zm-.22-13h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l4.15 2.49c.34.2.78.1.98-.24a.71.71 0 0 0-.25-.99l-3.87-2.3V7.72c0-.4-.32-.72-.72-.72Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-query-builder', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-question-answer': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-question-answer': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20 6h-1v8c0 .55-.45 1-1 1H6v1c0 1.1.9 2 2 2h10l4 4V8c0-1.1-.9-2-2-2Zm-3 5V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v13l4-4h9c1.1 0 2-.9 2-2Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-question-answer', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-quickreply': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-quickreply': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M22 4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9v-7c0-.55.45-1 1-1h6V4Z"/><path d="M21.69 16H20.3l1.4-3.3c.14-.33-.1-.7-.46-.7H17.5c-.28 0-.5.22-.5.5v5c0 .28.22.5.5.5H19v3.94c0 .26.36.35.47.11l2.66-5.33a.494.494 0 0 0-.44-.72Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-quickreply', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-read-more': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-read-more': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14 9h7c.55 0 1-.45 1-1s-.45-1-1-1h-7c-.55 0-1 .45-1 1s.45 1 1 1Zm7 6h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1Zm0-4h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1ZM8.85 7.85a.5.5 0 0 0-.85.36V11H3c-.55 0-1 .45-1 1s.45 1 1 1h5v2.79c0 .45.54.67.85.35l3.79-3.79c.2-.2.2-.51 0-.71L8.85 7.85Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-read-more', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-receipt': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-receipt': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21 2.21a.47.47 0 0 0-.35.15l-.79.79c-.2.2-.51.2-.71 0l-.79-.79c-.2-.2-.51-.2-.71 0l-.79.79c-.2.2-.51.2-.71 0l-.79-.79c-.2-.2-.51-.2-.71 0l-.79.79c-.2.2-.51.2-.71 0l-.79-.79c-.2-.2-.51-.2-.71 0l-.79.79c-.2.2-.51.2-.71 0l-.8-.8c-.2-.2-.51-.2-.71 0l-.79.8c-.2.2-.51.2-.71 0l-.79-.8c-.2-.2-.51-.2-.71 0l-.79.8c-.2.2-.51.2-.71 0l-.79-.8A.5.5 0 0 0 3 2.21V21.8c.13 0 .26-.05.35-.15l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.2.2.51.2.71 0l.79-.79c.2-.2.51-.2.71 0l.79.79c.1.1.23.15.35.15V2.21H21ZM17 17H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1Zm0-4H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1Zm0-4H7c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-receipt', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-record-voice-over': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-record-voice-over': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9 13a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4Zm6.47-7.23c.32.79.32 1.67 0 2.46-.19.47-.11 1 .25 1.36l.03.03c.58.58 1.57.46 1.95-.27.76-1.45.76-3.15-.02-4.66-.38-.74-1.38-.88-1.97-.29l-.01.01c-.34.35-.42.89-.23 1.36Zm3.71-4.88c-.4.4-.46 1.02-.13 1.48 1.97 2.74 1.96 6.41-.03 9.25-.32.45-.25 1.07.14 1.46l.03.03c.49.49 1.32.45 1.74-.1 2.75-3.54 2.76-8.37 0-12.02-.42-.55-1.26-.59-1.75-.1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-record-voice-over', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-redeem': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-redeem': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M20 6h-2.18c.11-.31.18-.65.18-1a2.996 2.996 0 0 0-5.5-1.65l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2Zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1ZM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1Zm10 15H5c-.55 0-1-.45-1-1v-1h16v1c0 .55-.45 1-1 1Zm1-5H4V9c0-.55.45-1 1-1h4.08L7.6 10.02a.995.995 0 0 0 .22 1.4c.44.32 1.07.22 1.39-.22L12 7.4l2.79 3.8c.32.44.95.54 1.39.22.45-.32.55-.95.22-1.4L14.92 8H19c.55 0 1 .45 1 1v5Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-redeem', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-remove-shopping-cart': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-remove-shopping-cart': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M.71 1.83a.996.996 0 0 0 0 1.41l3.68 3.68 2.21 4.66-1.35 2.45c-.19.33-.28.73-.24 1.15.1 1.06 1.06 1.82 2.12 1.82h7.33l1.38 1.38A1.997 1.997 0 0 0 17 22c.67 0 1.26-.33 1.62-.84l2.13 2.13a.996.996 0 1 0 1.41-1.41L2.12 1.83a.996.996 0 0 0-1.41 0ZM7 15l1.1-2h2.36l2 2H7Zm9.05-2.06c.54-.14.99-.49 1.25-.97l3.58-6.49C21.25 4.82 20.76 4 20 4H7.12l8.93 8.94ZM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-remove-shopping-cart', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-reorder': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-reorder': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M4 15h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1Zm0 4h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1Zm0-8h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1ZM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-reorder', createIconClass(templateHTML));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { defineCustomElement } from '../../utils';
|
|
2
2
|
import { createIconClass } from '../create-icon-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M20.71 7.98 16.03 3.3c-.19-.19-.45-.3-.71-.3H8.68c-.26 0-.52.11-.7.29L3.29 7.98c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l4.68-4.68a.99.99 0 0 0 .29-.71V8.68c.01-.26-.1-.52-.28-.7ZM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8Z"/><path d="M12 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0-10c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1Z"
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M20.71 7.98 16.03 3.3c-.19-.19-.45-.3-.71-.3H8.68c-.26 0-.52.11-.7.29L3.29 7.98c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l4.68-4.68a.99.99 0 0 0 .29-.71V8.68c.01-.26-.1-.52-.28-.7ZM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8Z"/><path d="M12 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0-10c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1Z"/></svg>';
|
|
4
4
|
defineCustomElement('sinch-icon-report-outline', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-report-problem': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-report-problem': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M2.73 21h18.53c.77 0 1.25-.83.87-1.5l-9.27-16a.996.996 0 0 0-1.73 0l-9.27 16c-.38.67.1 1.5.87 1.5ZM13 18h-2v-2h2v2Zm-1-4c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-report-problem', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconElement, TSinchIconReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-request-page': TSinchIconReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-request-page': TSinchIconElement;
|
|
10
|
+
}
|
|
11
|
+
}
|