@gnist/design-system 5.6.0 → 6.0.0-alpha.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/CHANGELOG.md +15 -0
- package/README.md +2 -0
- package/dist/components/actions/selectionControls/Checkbox.js +1 -1
- package/dist/components/actions/selectionControls/RadioButton.js +2 -2
- package/dist/components/actions/selectionControls/Switch.cjs +19 -9
- package/dist/components/actions/selectionControls/Switch.d.ts +1 -1
- package/dist/components/actions/selectionControls/Switch.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/Switch.js +21 -11
- package/dist/components/actions/selectionControls/switch.css.cjs +123 -48
- package/dist/components/actions/selectionControls/switch.css.d.ts +10 -12
- package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/switch.css.js +124 -49
- package/dist/components/feedback/alerts/AlertBanner.js +1 -1
- package/dist/components/inputs/dropdowns/SelectBase.js +1 -1
- package/dist/components/inputs/pickers/Calendar.css.js +1 -1
- package/dist/components/inputs/textFields/TextArea.js +1 -1
- package/dist/components/inputs/textFields/TextField.js +1 -1
- package/dist/components/surfaces/modal/Modal.js +1 -1
- package/dist/foundation/iconography/Icon.css.cjs +2 -1
- package/dist/foundation/iconography/Icon.css.d.ts.map +1 -1
- package/dist/foundation/iconography/Icon.css.js +2 -1
- package/dist/foundation/iconography/IconVariantProvider.cjs +1 -1
- package/dist/foundation/iconography/IconVariantProvider.js +1 -1
- package/dist/foundation/iconography/icons.d.ts +1 -1
- package/dist/foundation/iconography/icons.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/action/assignment-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/assignment-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/assignment-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/assignment-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/electric_car-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/electric_car-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/explore-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/explore-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/explore-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/explore-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/index.cjs +33 -11
- package/dist/foundation/iconography/svg/action/index.d.ts +55 -3
- package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/action/index.js +33 -11
- package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/minor_crash-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/notifications-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/notifications-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/notifications-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/notifications-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/signature-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/signature-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/signature-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/signature-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/sort-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/sort-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/sort-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/sort-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_download_off-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/{toggle/star_outline-sharp.svg.cjs → file/file_open-filled.svg.cjs} +3 -3
- package/dist/foundation/iconography/svg/file/file_open-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/{toggle/star_outline-filled.svg.cjs → file/file_open-outlined.svg.cjs} +3 -3
- package/dist/foundation/iconography/svg/file/file_open-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_open-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_open-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/{toggle/star_outline-outlined.svg.cjs → file/file_open-sharp.svg.cjs} +3 -3
- package/dist/foundation/iconography/svg/file/file_open-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_upload-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/index.cjs +22 -0
- package/dist/foundation/iconography/svg/file/index.d.ts +52 -0
- package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/file/index.js +22 -0
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/index.cjs +11 -0
- package/dist/foundation/iconography/svg/search/index.d.ts +26 -0
- package/dist/foundation/iconography/svg/search/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/search/index.js +12 -1
- package/dist/foundation/iconography/svg/{action → search}/search-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/{action → search}/search-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/{action → search}/search-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/{action → search}/search-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/index.cjs +0 -22
- package/dist/foundation/iconography/svg/toggle/index.d.ts +0 -52
- package/dist/foundation/iconography/svg/toggle/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/toggle/index.js +1 -23
- package/dist/foundation/iconography/svg/toggle/star-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/star-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/star-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/star-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-sharp.svg.js +1 -1
- package/dist/foundation/logos/svg/index.cjs +27 -27
- package/dist/index.cjs +26 -26
- package/dist/utilities/validation/validation.js +1 -1
- package/dist/utilities/validation/validators.js +1 -1
- package/package.json +12 -10
- package/dist/foundation/iconography/svg/action/search-filled.svg.js +0 -10
- package/dist/foundation/iconography/svg/action/search-outlined.svg.js +0 -10
- package/dist/foundation/iconography/svg/action/search-round.svg.js +0 -10
- package/dist/foundation/iconography/svg/action/search-sharp.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-filled.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-outlined.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-sharp.svg.js +0 -10
|
@@ -4,7 +4,7 @@ const SvgStarSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M6.075 15.875 10 13.525l3.925 2.375-1.05-4.45 3.45-3-4.55-.4L10 3.85 8.225 8.025l-4.55.4 3.45 3zM3.825 19l1.625-7.025L0 7.25l7.2-.625L10 0l2.8 6.625 7.2.625-5.45 4.725L16.175 19 10 15.275zM10 10.125" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgStarSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgErrorFilled = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237M9.325 11.175h1.5V4.85h-1.5zM10.0068 20q-2.0685 0-3.8875-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792" }));
|
|
28
28
|
exports.default = SvgErrorFilled;
|
|
@@ -4,7 +4,7 @@ const SvgErrorFilled = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237M9.325 11.175h1.5V4.85h-1.5zM10.0068 20q-2.0685 0-3.8875-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgErrorFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgErrorOutlined = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237M9.325 11.175h1.5V4.85h-1.5zM10.0068 20q-2.0685 0-3.8875-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0057-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
28
28
|
exports.default = SvgErrorOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgErrorOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237M9.325 11.175h1.5V4.85h-1.5zM10.0068 20q-2.0685 0-3.8875-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0057-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgErrorOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgErrorRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237m.025-3.8038q.2125-.2155.2125-.5342V5.6q0-.3188-.217-.5345-.2167-.2155-.5375-.2155-.3205 0-.533.2155-.2125.2157-.2125.5345v4.825q0 .3187.217.5342.2168.2158.5375.2158.3205 0 .533-.2158M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
28
28
|
exports.default = SvgErrorRound;
|
|
@@ -4,7 +4,7 @@ const SvgErrorRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237m.025-3.8038q.2125-.2155.2125-.5342V5.6q0-.3188-.217-.5345-.2167-.2155-.5375-.2155-.3205 0-.533.2155-.2125.2157-.2125.5345v4.825q0 .3187.217.5342.2168.2158.5375.2158.3205 0 .533-.2158M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgErrorRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgErrorSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237M9.325 11.175h1.5V4.85h-1.5zM10.0068 20q-2.0685 0-3.8875-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0057-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
28
28
|
exports.default = SvgErrorSharp;
|
|
@@ -4,7 +4,7 @@ const SvgErrorSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.5875 14.763q.2375-.237.2375-.5875t-.237-.588-.5875-.2375-.588.237-.2375.5875.237.588.5875.2375.588-.237M9.325 11.175h1.5V4.85h-1.5zM10.0068 20q-2.0685 0-3.8875-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0057-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgErrorSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgHelpFilled = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.775 15.55q.275-.275.275-.675t-.275-.675-.675-.275-.675.275-.275.675.275.675.675.275.675-.275m-1.55-3.375H10.7q0-.65.1625-1.1875T11.875 9.75q.775-.65 1.1-1.275T13.3 7.1q0-1.325-.8625-2.125t-2.2875-.8q-1.225 0-2.1625.6125T6.625 6.475l1.325.5q.275-.7.825-1.0875t1.3-.3875q.85 0 1.375.4625t.525 1.1875q0 .55-.325 1.0375T10.7 9.2q-.75.65-1.1125 1.2875T9.225 12.175M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20" }));
|
|
28
28
|
exports.default = SvgHelpFilled;
|
|
@@ -4,7 +4,7 @@ const SvgHelpFilled = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.775 15.55q.275-.275.275-.675t-.275-.675-.675-.275-.675.275-.275.675.275.675.675.275.675-.275m-1.55-3.375H10.7q0-.65.1625-1.1875T11.875 9.75q.775-.65 1.1-1.275T13.3 7.1q0-1.325-.8625-2.125t-2.2875-.8q-1.225 0-2.1625.6125T6.625 6.475l1.325.5q.275-.7.825-1.0875t1.3-.3875q.85 0 1.375.4625t.525 1.1875q0 .55-.325 1.0375T10.7 9.2q-.75.65-1.1125 1.2875T9.225 12.175M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgHelpFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgHelpOutlined = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.775 15.55q.275-.275.275-.675t-.275-.675-.675-.275-.675.275-.275.675.275.675.675.275.675-.275m-1.55-3.375H10.7q0-.65.1625-1.1875T11.875 9.75q.775-.65 1.1-1.275T13.3 7.1q0-1.325-.8625-2.125t-2.2875-.8q-1.225 0-2.1625.6125T6.625 6.475l1.325.5q.275-.7.825-1.0875t1.3-.3875q.85 0 1.375.4625t.525 1.1875q0 .55-.325 1.0375T10.7 9.2q-.75.65-1.1125 1.2875T9.225 12.175M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
28
28
|
exports.default = SvgHelpOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgHelpOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.775 15.55q.275-.275.275-.675t-.275-.675-.675-.275-.675.275-.275.675.275.675.675.275.675-.275m-1.55-3.375H10.7q0-.65.1625-1.1875T11.875 9.75q.775-.65 1.1-1.275T13.3 7.1q0-1.325-.8625-2.125t-2.2875-.8q-1.225 0-2.1625.6125T6.625 6.475l1.325.5q.275-.7.825-1.0875t1.3-.3875q.85 0 1.375.4625t.525 1.1875q0 .55-.325 1.0375T10.7 9.2q-.75.65-1.1125 1.2875T9.225 12.175M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgHelpOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgHelpRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.775 15.5493q.275-.2758.275-.675t-.2757-.6743-.675-.275-.6743.2757q-.275.2758-.275.675t.2758.6743.675.275.6742-.2757M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875m.0568-13q.7557 0 1.3307.4625t.575 1.18q0 .6575-.3913 1.1432T10.7 9.2q-.575.475-1 1.0595-.425.5848-.425 1.3155 0 .275.21.4375t.49.1625q.3 0 .497-.2.1968-.2.253-.5.075-.525.4-.95t.7558-.7695Q12.5 9.25 12.9 8.575t.4-1.4653q0-1.2597-.9375-2.0972t-2.2237-.8375q-.8888 0-1.7138.375t-1.35 1.1q-.175.25-.1625.5375t.2368.4625q.2852.2.5912.125.3058-.075.5095-.35.3188-.4475.797-.6862Q9.525 5.5 10.0692 5.5" }));
|
|
28
28
|
exports.default = SvgHelpRound;
|
|
@@ -4,7 +4,7 @@ const SvgHelpRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.775 15.5493q.275-.2758.275-.675t-.2757-.6743-.675-.275-.6743.2757q-.275.2758-.275.675t.2758.6743.675.275.6742-.2757M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875m.0568-13q.7557 0 1.3307.4625t.575 1.18q0 .6575-.3913 1.1432T10.7 9.2q-.575.475-1 1.0595-.425.5848-.425 1.3155 0 .275.21.4375t.49.1625q.3 0 .497-.2.1968-.2.253-.5.075-.525.4-.95t.7558-.7695Q12.5 9.25 12.9 8.575t.4-1.4653q0-1.2597-.9375-2.0972t-2.2237-.8375q-.8888 0-1.7138.375t-1.35 1.1q-.175.25-.1625.5375t.2368.4625q.2852.2.5912.125.3058-.075.5095-.35.3188-.4475.797-.6862Q9.525 5.5 10.0692 5.5" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgHelpRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgHelpSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.775 15.55q.275-.275.275-.675t-.275-.675-.675-.275-.675.275-.275.675.275.675.675.275.675-.275m-1.55-3.375H10.7q0-.65.1625-1.1875T11.875 9.75q.775-.65 1.1-1.275T13.3 7.1q0-1.325-.8625-2.125t-2.2875-.8q-1.225 0-2.1625.6125T6.625 6.475l1.325.5q.275-.7.825-1.0875t1.3-.3875q.85 0 1.375.4625t.525 1.1875q0 .55-.325 1.0375T10.7 9.2q-.75.65-1.1125 1.2875T9.225 12.175M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
28
28
|
exports.default = SvgHelpSharp;
|
|
@@ -4,7 +4,7 @@ const SvgHelpSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.775 15.55q.275-.275.275-.675t-.275-.675-.675-.275-.675.275-.275.675.275.675.675.275.675-.275m-1.55-3.375H10.7q0-.65.1625-1.1875T11.875 9.75q.775-.65 1.1-1.275T13.3 7.1q0-1.325-.8625-2.125t-2.2875-.8q-1.225 0-2.1625.6125T6.625 6.475l1.325.5q.275-.7.825-1.0875t1.3-.3875q.85 0 1.375.4625t.525 1.1875q0 .55-.325 1.0375T10.7 9.2q-.75.65-1.1125 1.2875T9.225 12.175M10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgHelpSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgInfoFilled = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.325 15h1.5V9h-1.5zm1.2625-8.08q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792" }));
|
|
28
28
|
exports.default = SvgInfoFilled;
|
|
@@ -4,7 +4,7 @@ const SvgInfoFilled = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M9.325 15h1.5V9h-1.5zm1.2625-8.08q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgInfoFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgInfoOutlined = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.325 15h1.5V9h-1.5zm1.2625-8.08q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
28
28
|
exports.default = SvgInfoOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgInfoOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M9.325 15h1.5V9h-1.5zm1.2625-8.08q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgInfoOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgInfoRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.6125 14.7843q.2125-.2155.2125-.5343v-4.5q0-.3188-.217-.5345Q10.3913 9 10.0705 9q-.3205 0-.533.2155-.2125.2158-.2125.5345v4.5q0 .3188.217.5343.2168.2157.5375.2157.3205 0 .533-.2158m-.025-7.8643q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
28
28
|
exports.default = SvgInfoRound;
|
|
@@ -4,7 +4,7 @@ const SvgInfoRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M10.6125 14.7843q.2125-.2155.2125-.5343v-4.5q0-.3188-.217-.5345Q10.3913 9 10.0705 9q-.3205 0-.533.2155-.2125.2158-.2125.5345v4.5q0 .3188.217.5343.2168.2157.5375.2157.3205 0 .533-.2158m-.025-7.8643q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgInfoRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgInfoSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.325 15h1.5V9h-1.5zm1.2625-8.08q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
28
28
|
exports.default = SvgInfoSharp;
|
|
@@ -4,7 +4,7 @@ const SvgInfoSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M9.325 15h1.5V9h-1.5zm1.2625-8.08q.2375-.23.2375-.57 0-.3612-.237-.6055-.237-.2445-.5875-.2445t-.588.2445q-.2375.2443-.2375.6055 0 .34.237.57t.5875.23.588-.23M10.0067 20q-2.0684 0-3.8874-.7875-1.8193-.7875-3.1818-2.15t-2.15-3.1835T0 9.9875.7875 6.096t2.15-3.171T6.121.7875 10.0125 0t3.8915.7875 3.171 2.1375T19.2125 6.1 20 9.9933q0 2.0685-.7875 3.8875Q18.425 15.7 17.075 17.058q-1.35 1.3578-3.175 2.15-1.825.792-3.8932.792m.0058-1.5q3.5375 0 6.0125-2.4875t2.475-6.025-2.4702-6.0125T10 1.5q-3.525 0-6.0125 2.4703T1.5 10q0 3.525 2.4875 6.0125t6.025 2.4875M10 10" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgInfoSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSuccessFilled = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.525 14.55 15.6 7.475 14.45 6.35l-5.925 5.925-3-3L4.4 10.4zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20" }));
|
|
28
28
|
exports.default = SvgSuccessFilled;
|
|
@@ -4,7 +4,7 @@ const SvgSuccessFilled = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M8.525 14.55 15.6 7.475 14.45 6.35l-5.925 5.925-3-3L4.4 10.4zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSuccessFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSuccessOutlined = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.525 14.55 15.6 7.475 14.45 6.35l-5.925 5.925-3-3L4.4 10.4zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
28
28
|
exports.default = SvgSuccessOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgSuccessOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M8.525 14.55 15.6 7.475 14.45 6.35l-5.925 5.925-3-3L4.4 10.4zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSuccessOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSuccessRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.525 12.275-2.45-2.45Q5.85 9.6 5.525 9.6t-.575.25q-.225.225-.225.55t.225.55L8 14.025q.225.225.525.225t.525-.225l5.975-5.975q.25-.25.25-.575t-.25-.575q-.25-.225-.5875-.2125t-.5625.2375zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
28
28
|
exports.default = SvgSuccessRound;
|
|
@@ -4,7 +4,7 @@ const SvgSuccessRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m8.525 12.275-2.45-2.45Q5.85 9.6 5.525 9.6t-.575.25q-.225.225-.225.55t.225.55L8 14.025q.225.225.525.225t.525-.225l5.975-5.975q.25-.25.25-.575t-.25-.575q-.25-.225-.5875-.2125t-.5625.2375zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSuccessRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSuccessSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.525 14.55 15.6 7.475 14.45 6.35l-5.925 5.925-3-3L4.4 10.4zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
28
28
|
exports.default = SvgSuccessSharp;
|
|
@@ -4,7 +4,7 @@ const SvgSuccessSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M8.525 14.55 15.6 7.475 14.45 6.35l-5.925 5.925-3-3L4.4 10.4zM10 20q-2.05 0-3.875-.7875t-3.1875-2.15-2.15-3.1875T0 10q0-2.075.7875-3.9t2.15-3.175T6.125.7875 10 0q2.075 0 3.9.7875t3.175 2.1375T19.2125 6.1 20 10q0 2.05-.7875 3.875t-2.1375 3.1875-3.175 2.15T10 20m0-1.5q3.55 0 6.025-2.4875T18.5 10q0-3.55-2.475-6.025T10 1.5q-3.525 0-6.0125 2.475T1.5 10q0 3.525 2.4875 6.0125T10 18.5m0-8.5" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSuccessSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgWarningFilled = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0 19 11 0l11 19zm11.6375-3.142q.2125-.2167.2125-.5375 0-.3205-.217-.533-.2167-.2125-.5375-.2125-.3205 0-.533.217-.2125.2167-.2125.5375 0 .3205.217.533.2168.2125.5375.2125.3205 0 .533-.217M10.35 13.3h1.5V7.7h-1.5z" }));
|
|
28
28
|
exports.default = SvgWarningFilled;
|
|
@@ -4,7 +4,7 @@ const SvgWarningFilled = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M0 19 11 0l11 19zm11.6375-3.142q.2125-.2167.2125-.5375 0-.3205-.217-.533-.2167-.2125-.5375-.2125-.3205 0-.533.217-.2125.2167-.2125.5375 0 .3205.217.533.2168.2125.5375.2125.3205 0 .533-.217M10.35 13.3h1.5V7.7h-1.5z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgWarningFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgWarningOutlined = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0 19 11 0l11 19zm2.6-1.5h16.8L11 3zm9.0375-1.642q.2125-.2167.2125-.5375 0-.3205-.217-.533-.2167-.2125-.5375-.2125-.3205 0-.533.217-.2125.2167-.2125.5375 0 .3205.217.533.2168.2125.5375.2125.3205 0 .533-.217M10.35 13.3h1.5V7.7h-1.5zm.65-3.05" }));
|
|
28
28
|
exports.default = SvgWarningOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgWarningOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M0 19 11 0l11 19zm2.6-1.5h16.8L11 3zm9.0375-1.642q.2125-.2167.2125-.5375 0-.3205-.217-.533-.2167-.2125-.5375-.2125-.3205 0-.533.217-.2125.2167-.2125.5375 0 .3205.217.533.2168.2125.5375.2125.3205 0 .533-.217M10.35 13.3h1.5V7.7h-1.5zm.65-3.05" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgWarningOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgWarningRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.3 19q-.225 0-.3875-.1T.65 18.625t-.1125-.3625.1125-.3875l9.7-16.75q.125-.2.2875-.2875T11 .75t.3625.0875.2875.2875l9.7 16.75q.125.2.1125.3875t-.1125.3625-.2625.275-.3875.1zm1.3-1.5h16.8L11 3zm9.0375-1.6375q.2125-.2125.2125-.5375t-.2125-.5375-.5375-.2125-.5375.2125-.2125.5375.2125.5375.5375.2125.5375-.2125m0-2.775q.2125-.2125.2125-.5375v-4.1q0-.325-.2125-.5375T11.1 7.7t-.5375.2125-.2125.5375v4.1q0 .325.2125.5375T11.1 13.3t.5375-.2125M11 10.25" }));
|
|
28
28
|
exports.default = SvgWarningRound;
|
|
@@ -4,7 +4,7 @@ const SvgWarningRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.3 19q-.225 0-.3875-.1T.65 18.625t-.1125-.3625.1125-.3875l9.7-16.75q.125-.2.2875-.2875T11 .75t.3625.0875.2875.2875l9.7 16.75q.125.2.1125.3875t-.1125.3625-.2625.275-.3875.1zm1.3-1.5h16.8L11 3zm9.0375-1.6375q.2125-.2125.2125-.5375t-.2125-.5375-.5375-.2125-.5375.2125-.2125.5375.2125.5375.5375.2125.5375-.2125m0-2.775q.2125-.2125.2125-.5375v-4.1q0-.325-.2125-.5375T11.1 7.7t-.5375.2125-.2125.5375v4.1q0 .325.2125.5375T11.1 13.3t.5375-.2125M11 10.25" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgWarningRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgWarningSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0 19 11 0l11 19zm2.6-1.5h16.8L11 3zm9.0375-1.642q.2125-.2167.2125-.5375 0-.3205-.217-.533-.2167-.2125-.5375-.2125-.3205 0-.533.217-.2125.2167-.2125.5375 0 .3205.217.533.2168.2125.5375.2125.3205 0 .533-.217M10.35 13.3h1.5V7.7h-1.5zm.65-3.05" }));
|
|
28
28
|
exports.default = SvgWarningSharp;
|
|
@@ -4,7 +4,7 @@ const SvgWarningSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 22 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M0 19 11 0l11 19zm2.6-1.5h16.8L11 3zm9.0375-1.642q.2125-.2167.2125-.5375 0-.3205-.217-.533-.2167-.2125-.5375-.2125-.3205 0-.533.217-.2125.2167-.2125.5375 0 .3205.217.533.2168.2125.5375.2125.3205 0 .533-.217M10.35 13.3h1.5V7.7h-1.5zm.65-3.05" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgWarningSharp as default
|
|
10
10
|
};
|