@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 SvgCarCrashOutlined = ({
|
|
|
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: "M1.5 16.4v-5.25zM0 11.15l2.125-6.4q.125-.35.4125-.55T3.2 4h5.7q-.05.375-.05.75t.05.75H3.45L2.075 9.65h9.05q.825.7 1.875 1.1t2.225.4H1.5v5.25h15v-5.375q.396-.065.773-.195t.727-.305v8.725q0 .3187-.2155.5342Q17.5688 20 17.25 20h-.525q-.325 0-.525-.2158-.2-.2154-.2-.5342V17.9H2v1.35q0 .3187-.2155.5342Q1.5688 20 1.25 20h-.5q-.3188 0-.5342-.2158Q0 19.5688 0 19.25zm13.919 4q.581 0 .9685-.3938t.3875-.9562q0-.5833-.3937-.9918-.3938-.4082-.9563-.4082-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m-9.775 0q.581 0 .9685-.3938T5.5 13.8q0-.5833-.3938-.9918Q4.7126 12.4 4.15 12.4q-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m11.0858-5.6q-1.9798 0-3.3798-1.4003t-1.4-3.387q0-1.9627 1.4-3.3627T15.225 0q2 0 3.3875 1.3875T20 4.775t-1.3953 3.3875Q17.2092 9.55 15.2297 9.55m-.3798-4.025h.875V1.95h-.875zm.4375 2.125q.2375 0 .4-.15t.1625-.4-.165-.4-.385-.15q-.275.025-.4125.175t-.1375.3875.15.3875.3875.15" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgCarCrashOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgCarCrashRound = ({
|
|
|
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: "M1.5 16.4v-5.25zm-1.5-5q0-.1168.0125-.2333.0125-.1167.0625-.2417l2.05-6.175q.125-.35.4125-.55T3.2 4h4.875q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q8.3937 5.5 8.075 5.5H3.45L2.075 9.65H10.1q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2157.2125-.5345.2125H1.5v5.25h15v-4.525q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2157.2125.5345V19q0 .4167-.2935.7082Q17.4133 20 16.994 20q-.419 0-.7065-.2917Q16 19.4168 16 19v-1.1H2V19q0 .4167-.2935.7082Q1.4133 20 .994 20q-.419 0-.7065-.2917Q0 19.4168 0 19zm13.919 3.75q.581 0 .9685-.3938t.3875-.9562q0-.5833-.3937-.9918-.3938-.4082-.9563-.4082-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m-9.775 0q.581 0 .9685-.3938T5.5 13.8q0-.5833-.3938-.9918Q4.7126 12.4 4.15 12.4q-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m11.0858-5.6q-1.9798 0-3.3798-1.4003t-1.4-3.387q0-1.9627 1.4-3.3627T15.225 0q2 0 3.3875 1.3875T20 4.775t-1.3953 3.3875Q17.2092 9.55 15.2297 9.55m.3827-4.15q.1125-.125.1125-.325v-2.7q0-.2-.125-.3125t-.325-.1125-.3125.125-.1125.325v2.7q0 .2.125.3125t.325.1125.3125-.125m-.325 2.25q.2375 0 .4-.15t.1625-.4-.165-.4-.385-.15q-.275.025-.4125.175t-.1375.3875.15.3875.3875.15" }));
|
|
28
28
|
exports.default = SvgCarCrashRound;
|
|
@@ -4,7 +4,7 @@ const SvgCarCrashRound = ({
|
|
|
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: "M1.5 16.4v-5.25zm-1.5-5q0-.1168.0125-.2333.0125-.1167.0625-.2417l2.05-6.175q.125-.35.4125-.55T3.2 4h4.875q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q8.3937 5.5 8.075 5.5H3.45L2.075 9.65H10.1q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2157.2125-.5345.2125H1.5v5.25h15v-4.525q0-.3188.217-.5345.2168-.2155.5375-.2155.3205 0 .533.2155.2125.2157.2125.5345V19q0 .4167-.2935.7082Q17.4133 20 16.994 20q-.419 0-.7065-.2917Q16 19.4168 16 19v-1.1H2V19q0 .4167-.2935.7082Q1.4133 20 .994 20q-.419 0-.7065-.2917Q0 19.4168 0 19zm13.919 3.75q.581 0 .9685-.3938t.3875-.9562q0-.5833-.3937-.9918-.3938-.4082-.9563-.4082-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m-9.775 0q.581 0 .9685-.3938T5.5 13.8q0-.5833-.3938-.9918Q4.7126 12.4 4.15 12.4q-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m11.0858-5.6q-1.9798 0-3.3798-1.4003t-1.4-3.387q0-1.9627 1.4-3.3627T15.225 0q2 0 3.3875 1.3875T20 4.775t-1.3953 3.3875Q17.2092 9.55 15.2297 9.55m.3827-4.15q.1125-.125.1125-.325v-2.7q0-.2-.125-.3125t-.325-.1125-.3125.125-.1125.325v2.7q0 .2.125.3125t.325.1125.3125-.125m-.325 2.25q.2375 0 .4-.15t.1625-.4-.165-.4-.385-.15q-.275.025-.4125.175t-.1375.3875.15.3875.3875.15" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgCarCrashRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgCarCrashSharp = ({
|
|
|
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: "M1.5 16.4v-5.25zM0 20v-8.85L2.375 4H8.9q-.05.375-.05.75t.05.75H3.45L2.075 9.65h9.05q.825.7 1.875 1.1t2.225.4H1.5v5.25h15v-5.375q.396-.065.773-.195t.727-.305V20h-2v-2.1H2V20zm13.919-4.85q.581 0 .9685-.3938t.3875-.9562q0-.5833-.3937-.9918-.3938-.4082-.9563-.4082-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m-9.775 0q.581 0 .9685-.3938T5.5 13.8q0-.5833-.3938-.9918Q4.7126 12.4 4.15 12.4q-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m11.0858-5.6q-1.9798 0-3.3798-1.4003t-1.4-3.387q0-1.9627 1.4-3.3627T15.225 0q2 0 3.3875 1.3875T20 4.775t-1.3953 3.3875Q17.2092 9.55 15.2297 9.55m-.3798-4.025h.875V1.95h-.875zm.4375 2.125q.2375 0 .4-.15t.1625-.4-.165-.4-.385-.15q-.275.025-.4125.175t-.1375.3875.15.3875.3875.15" }));
|
|
28
28
|
exports.default = SvgCarCrashSharp;
|
|
@@ -4,7 +4,7 @@ const SvgCarCrashSharp = ({
|
|
|
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: "M1.5 16.4v-5.25zM0 20v-8.85L2.375 4H8.9q-.05.375-.05.75t.05.75H3.45L2.075 9.65h9.05q.825.7 1.875 1.1t2.225.4H1.5v5.25h15v-5.375q.396-.065.773-.195t.727-.305V20h-2v-2.1H2V20zm13.919-4.85q.581 0 .9685-.3938t.3875-.9562q0-.5833-.3937-.9918-.3938-.4082-.9563-.4082-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m-9.775 0q.581 0 .9685-.3938T5.5 13.8q0-.5833-.3938-.9918Q4.7126 12.4 4.15 12.4q-.5832 0-.9918.4065-.4082.4067-.4082.9875 0 .581.4065.9685.4068.3875.9875.3875m11.0858-5.6q-1.9798 0-3.3798-1.4003t-1.4-3.387q0-1.9627 1.4-3.3627T15.225 0q2 0 3.3875 1.3875T20 4.775t-1.3953 3.3875Q17.2092 9.55 15.2297 9.55m-.3798-4.025h.875V1.95h-.875zm.4375 2.125q.2375 0 .4-.15t.1625-.4-.165-.4-.385-.15q-.275.025-.4125.175t-.1375.3875.15.3875.3875.15" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgCarCrashSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgChangeFilled = ({
|
|
|
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.05 17 2.85-2.825-2.85-2.825L9 12.4l1.075 1.075q-.7.025-1.3625-.225t-1.1875-.775q-.5-.5-.7625-1.15t-.2625-1.3q0-.425.1125-.85t.3125-.825l-1.1-1.1Q5.4 7.875 5.2 8.575T5 10q0 .95.375 1.875t1.1 1.65T8.1 14.6125 9.95 15l-.95.95zm4.125-4.25q.425-.625.625-1.325T15 10q0-.95-.3625-1.8875T13.55 6.45t-1.6375-1.075-1.8625-.35L11 4.05 9.95 3 7.1 5.825 9.95 8.65 11 7.6 9.9 6.5q.675 0 1.375.2625t1.2.7625.7625 1.15.2625 1.3q0 .425-.1125.85t-.3125.825zM10 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 = SvgChangeFilled;
|
|
@@ -4,7 +4,7 @@ const SvgChangeFilled = ({
|
|
|
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.05 17 2.85-2.825-2.85-2.825L9 12.4l1.075 1.075q-.7.025-1.3625-.225t-1.1875-.775q-.5-.5-.7625-1.15t-.2625-1.3q0-.425.1125-.85t.3125-.825l-1.1-1.1Q5.4 7.875 5.2 8.575T5 10q0 .95.375 1.875t1.1 1.65T8.1 14.6125 9.95 15l-.95.95zm4.125-4.25q.425-.625.625-1.325T15 10q0-.95-.3625-1.8875T13.55 6.45t-1.6375-1.075-1.8625-.35L11 4.05 9.95 3 7.1 5.825 9.95 8.65 11 7.6 9.9 6.5q.675 0 1.375.2625t1.2.7625.7625 1.15.2625 1.3q0 .425-.1125.85t-.3125.825zM10 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
|
SvgChangeFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgChangeOutlined = ({
|
|
|
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.05 17 2.85-2.825-2.85-2.825L9 12.4l1.075 1.075q-.7.025-1.3625-.225t-1.1875-.775q-.5-.5-.7625-1.15t-.2625-1.3q0-.425.1125-.85t.3125-.825l-1.1-1.1Q5.4 7.875 5.2 8.575T5 10q0 .95.375 1.875t1.1 1.65T8.1 14.6125 9.95 15l-.95.95zm4.125-4.25q.425-.625.625-1.325T15 10q0-.95-.3625-1.8875T13.55 6.45t-1.6375-1.075-1.8625-.35L11 4.05 9.95 3 7.1 5.825 9.95 8.65 11 7.6 9.9 6.5q.675 0 1.375.2625t1.2.7625.7625 1.15.2625 1.3q0 .425-.1125.85t-.3125.825zM10 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 = SvgChangeOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgChangeOutlined = ({
|
|
|
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.05 17 2.85-2.825-2.85-2.825L9 12.4l1.075 1.075q-.7.025-1.3625-.225t-1.1875-.775q-.5-.5-.7625-1.15t-.2625-1.3q0-.425.1125-.85t.3125-.825l-1.1-1.1Q5.4 7.875 5.2 8.575T5 10q0 .95.375 1.875t1.1 1.65T8.1 14.6125 9.95 15l-.95.95zm4.125-4.25q.425-.625.625-1.325T15 10q0-.95-.3625-1.8875T13.55 6.45t-1.6375-1.075-1.8625-.35L11 4.05 9.95 3 7.1 5.825 9.95 8.65 11 7.6 9.9 6.5q.675 0 1.375.2625t1.2.7625.7625 1.15.2625 1.3q0 .425-.1125.85t-.3125.825zM10 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
|
SvgChangeOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgChangeRound = ({
|
|
|
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.075 13.475q-.725.025-1.3875-.2375T7.525 12.475t-.7625-1.125T6.5 10.025q0-.25.0375-.4875T6.65 9.05q.1-.3-.0125-.6T6.25 8t-.575-.05-.4.4q-.125.4-.2.8125T5 10q0 1 .3875 1.9125T6.475 13.525q.675.7 1.5875 1.075T9.95 15l-.425.425q-.225.225-.225.525t.225.525.525.225.525-.225l1.8-1.775q.225-.225.225-.525t-.225-.525l-1.8-1.775q-.225-.225-.525-.225t-.525.225-.225.525.225.525zM9.9 6.5q.725 0 1.4.2625t1.175.7625.7625 1.125.2625 1.325q0 .25-.025.4875t-.1.4625q-.1.3.0125.6t.3875.425q.3.125.6 0t.4-.425q.125-.375.175-.75T15 10q0-1-.3625-1.9125T13.55 6.45q-.7-.7-1.6125-1.0625T10.05 5.025l.45-.45q.2-.225.2-.525t-.225-.525T9.95 3.3t-.525.225L7.625 5.3q-.225.225-.225.525t.225.525l1.8 1.775q.225.225.525.225t.525-.225.225-.525-.225-.525zM10 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 = SvgChangeRound;
|
|
@@ -4,7 +4,7 @@ const SvgChangeRound = ({
|
|
|
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.075 13.475q-.725.025-1.3875-.2375T7.525 12.475t-.7625-1.125T6.5 10.025q0-.25.0375-.4875T6.65 9.05q.1-.3-.0125-.6T6.25 8t-.575-.05-.4.4q-.125.4-.2.8125T5 10q0 1 .3875 1.9125T6.475 13.525q.675.7 1.5875 1.075T9.95 15l-.425.425q-.225.225-.225.525t.225.525.525.225.525-.225l1.8-1.775q.225-.225.225-.525t-.225-.525l-1.8-1.775q-.225-.225-.525-.225t-.525.225-.225.525.225.525zM9.9 6.5q.725 0 1.4.2625t1.175.7625.7625 1.125.2625 1.325q0 .25-.025.4875t-.1.4625q-.1.3.0125.6t.3875.425q.3.125.6 0t.4-.425q.125-.375.175-.75T15 10q0-1-.3625-1.9125T13.55 6.45q-.7-.7-1.6125-1.0625T10.05 5.025l.45-.45q.2-.225.2-.525t-.225-.525T9.95 3.3t-.525.225L7.625 5.3q-.225.225-.225.525t.225.525l1.8 1.775q.225.225.525.225t.525-.225.225-.525-.225-.525zM10 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
|
SvgChangeRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgChangeSharp = ({
|
|
|
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.05 17 2.85-2.825-2.85-2.825L9 12.4l1.075 1.075q-.7.025-1.3625-.225t-1.1875-.775q-.5-.5-.7625-1.15t-.2625-1.3q0-.425.1125-.85t.3125-.825l-1.1-1.1Q5.4 7.875 5.2 8.575T5 10q0 .95.375 1.875t1.1 1.65T8.1 14.6125 9.95 15l-.95.95zm4.125-4.25q.425-.625.625-1.325T15 10q0-.95-.3625-1.8875T13.55 6.45t-1.6375-1.075-1.8625-.35L11 4.05 9.95 3 7.1 5.825 9.95 8.65 11 7.6 9.9 6.5q.675 0 1.375.2625t1.2.7625.7625 1.15.2625 1.3q0 .425-.1125.85t-.3125.825zM10 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 = SvgChangeSharp;
|
|
@@ -4,7 +4,7 @@ const SvgChangeSharp = ({
|
|
|
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.05 17 2.85-2.825-2.85-2.825L9 12.4l1.075 1.075q-.7.025-1.3625-.225t-1.1875-.775q-.5-.5-.7625-1.15t-.2625-1.3q0-.425.1125-.85t.3125-.825l-1.1-1.1Q5.4 7.875 5.2 8.575T5 10q0 .95.375 1.875t1.1 1.65T8.1 14.6125 9.95 15l-.95.95zm4.125-4.25q.425-.625.625-1.325T15 10q0-.95-.3625-1.8875T13.55 6.45t-1.6375-1.075-1.8625-.35L11 4.05 9.95 3 7.1 5.825 9.95 8.65 11 7.6 9.9 6.5q.675 0 1.375.2625t1.2.7625.7625 1.15.2625 1.3q0 .425-.1125.85t-.3125.825zM10 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
|
SvgChangeSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgCodeFilled = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6 11.95-6-6L6.05-.1 7.125.975 2.15 5.95l4.925 4.925zm7.95.05-1.075-1.075L17.85 5.95l-4.925-4.925L14-.05l6 6z" }));
|
|
28
28
|
exports.default = SvgCodeFilled;
|
|
@@ -4,7 +4,7 @@ const SvgCodeFilled = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m6 11.95-6-6L6.05-.1 7.125.975 2.15 5.95l4.925 4.925zm7.95.05-1.075-1.075L17.85 5.95l-4.925-4.925L14-.05l6 6z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgCodeFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgCodeOutlined = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6 11.95-6-6L6.05-.1 7.125.975 2.15 5.95l4.925 4.925zm7.95.05-1.075-1.075L17.85 5.95l-4.925-4.925L14-.05l6 6z" }));
|
|
28
28
|
exports.default = SvgCodeOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgCodeOutlined = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m6 11.95-6-6L6.05-.1 7.125.975 2.15 5.95l4.925 4.925zm7.95.05-1.075-1.075L17.85 5.95l-4.925-4.925L14-.05l6 6z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgCodeOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgCodeRound = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m2.15 5.95 4.4 4.4q.225.225.2125.525t-.2375.525-.5375.225T5.45 11.4L.525 6.475Q.4 6.35.35 6.225T.3 5.95t.05-.275.175-.25l5-5Q5.75.2 6.0625.2T6.6.425t.225.5375T6.6 1.5zm15.7 0-4.4-4.4q-.225-.225-.2125-.525T13.475.5t.5375-.225T14.55.5l4.925 4.925q.125.125.175.25t.05.275-.05.275-.175.25l-5 5q-.225.225-.525.2125t-.525-.2375-.225-.5375.225-.5375z" }));
|
|
28
28
|
exports.default = SvgCodeRound;
|
|
@@ -4,7 +4,7 @@ const SvgCodeRound = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m2.15 5.95 4.4 4.4q.225.225.2125.525t-.2375.525-.5375.225T5.45 11.4L.525 6.475Q.4 6.35.35 6.225T.3 5.95t.05-.275.175-.25l5-5Q5.75.2 6.0625.2T6.6.425t.225.5375T6.6 1.5zm15.7 0-4.4-4.4q-.225-.225-.2125-.525T13.475.5t.5375-.225T14.55.5l4.925 4.925q.125.125.175.25t.05.275-.05.275-.175.25l-5 5q-.225.225-.525.2125t-.525-.2375-.225-.5375.225-.5375z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgCodeRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgCodeSharp = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6 11.95-6-6L6.05-.1 7.125.975 2.15 5.95l4.925 4.925zm7.95.05-1.075-1.075L17.85 5.95l-4.925-4.925L14-.05l6 6z" }));
|
|
28
28
|
exports.default = SvgCodeSharp;
|
|
@@ -4,7 +4,7 @@ const SvgCodeSharp = ({
|
|
|
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 12", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "m6 11.95-6-6L6.05-.1 7.125.975 2.15 5.95l4.925 4.925zm7.95.05-1.075-1.075L17.85 5.95l-4.925-4.925L14-.05l6 6z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgCodeSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgContractFilled = ({
|
|
|
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: "M6 6V4.5h9V6zm0 3V7.5h9V9zm5 11v-3.075l5.525-5.5q.225-.225.5-.325t.55-.1q.3 0 .575.1125t.5.3375l.925.925q.225.225.325.5t.1.55-.1125.5625-.3352.5125L14.075 20zm6.575-5.6.925-.975-.925-.925-.95.95zM2.625 20q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14h3V0h15v9.525q-.375-.05-.7593-.0007-.3845.0492-.7407.1757V1.5h-12V14h7.3l-2.3 2.3V20z" }));
|
|
28
28
|
exports.default = SvgContractFilled;
|
|
@@ -4,7 +4,7 @@ const SvgContractFilled = ({
|
|
|
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: "M6 6V4.5h9V6zm0 3V7.5h9V9zm5 11v-3.075l5.525-5.5q.225-.225.5-.325t.55-.1q.3 0 .575.1125t.5.3375l.925.925q.225.225.325.5t.1.55-.1125.5625-.3352.5125L14.075 20zm6.575-5.6.925-.975-.925-.925-.95.95zM2.625 20q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14h3V0h15v9.525q-.375-.05-.7593-.0007-.3845.0492-.7407.1757V1.5h-12V14h7.3l-2.3 2.3V20z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgContractFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgContractOutlined = ({
|
|
|
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: "M6 6V4.5h9V6zm0 3V7.5h9V9zm3.5 9.5h-8zm0 1.5H2.625q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14h3V0h15v9.525q-.375-.05-.7593-.0007-.3845.0492-.7407.1757V1.5h-12V14h7.3l-1.5 1.5H1.5v1.875q0 .478.325.8015T2.6 18.5h6.9zm1.5 0v-3.075l5.525-5.5q.225-.225.5-.325t.55-.1q.3 0 .575.1125t.5.3375l.925.925q.225.225.325.5t.1.55-.1125.5625-.3352.5125L14.075 20zm7.5-6.575-.925-.925zm-6 5.075h.95l3.025-3.05-.45-.475-.475-.45-3.05 3.025zm3.525-3.525-.475-.45.925.925z" }));
|
|
28
28
|
exports.default = SvgContractOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgContractOutlined = ({
|
|
|
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: "M6 6V4.5h9V6zm0 3V7.5h9V9zm3.5 9.5h-8zm0 1.5H2.625q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14h3V0h15v9.525q-.375-.05-.7593-.0007-.3845.0492-.7407.1757V1.5h-12V14h7.3l-1.5 1.5H1.5v1.875q0 .478.325.8015T2.6 18.5h6.9zm1.5 0v-3.075l5.525-5.5q.225-.225.5-.325t.55-.1q.3 0 .575.1125t.5.3375l.925.925q.225.225.325.5t.1.55-.1125.5625-.3352.5125L14.075 20zm7.5-6.575-.925-.925zm-6 5.075h.95l3.025-3.05-.45-.475-.475-.45-3.05 3.025zm3.525-3.525-.475-.45.925.925z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgContractOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgContractRound = ({
|
|
|
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: "M6.75 4.5h7.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q14.5687 6 14.25 6h-7.5q-.3188 0-.5342-.217Q6 5.5663 6 5.2455q0-.3205.2158-.533Q6.4313 4.5 6.75 4.5m0 3h7.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q14.5687 9 14.25 9h-7.5q-.3188 0-.5342-.217Q6 8.5663 6 8.2455q0-.3205.2158-.533Q6.4313 7.5 6.75 7.5m2.75 11h-8zM2.625 20q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14.75q0-.3188.2158-.5345Q.4313 14 .75 14H3V1.5q0-.6187.4408-1.0595Q3.8813 0 4.5 0h12q.6188 0 1.0595.4405Q18 .8812 18 1.5v6.75q0 .3188-.217.5343Q17.5663 9 17.2455 9q-.3205 0-.533-.2158Q16.5 8.5687 16.5 8.25V1.5h-12V14h4.25q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125H1.5v1.875q0 .478.325.8015T2.6 18.5h6.15q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q9.0688 20 8.75 20zM11 19.25v-2.025q0-.1393.05-.2695.05-.1305.175-.2555l5.2903-5.2693q.2277-.228.5062-.3295Q17.3 11 17.575 11q.3 0 .575.1125t.5.3375l.925.925q.225.225.325.5t.1.55-.1125.5625-.3395.5155L14.3 19.775q-.125.125-.2555.175-.1302.05-.2695.05H11.75q-.3188 0-.5343-.2158Q11 19.5687 11 19.25m7.5-5.825-.925-.925zm-6 5.075h.95l3.025-3.05-.45-.475-.475-.45-3.05 3.025zm3.525-3.525-.475-.45.925.925z" }));
|
|
28
28
|
exports.default = SvgContractRound;
|
|
@@ -4,7 +4,7 @@ const SvgContractRound = ({
|
|
|
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: "M6.75 4.5h7.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q14.5687 6 14.25 6h-7.5q-.3188 0-.5342-.217Q6 5.5663 6 5.2455q0-.3205.2158-.533Q6.4313 4.5 6.75 4.5m0 3h7.5q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q14.5687 9 14.25 9h-7.5q-.3188 0-.5342-.217Q6 8.5663 6 8.2455q0-.3205.2158-.533Q6.4313 7.5 6.75 7.5m2.75 11h-8zM2.625 20q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14.75q0-.3188.2158-.5345Q.4313 14 .75 14H3V1.5q0-.6187.4408-1.0595Q3.8813 0 4.5 0h12q.6188 0 1.0595.4405Q18 .8812 18 1.5v6.75q0 .3188-.217.5343Q17.5663 9 17.2455 9q-.3205 0-.533-.2158Q16.5 8.5687 16.5 8.25V1.5h-12V14h4.25q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533-.2158.2125-.5345.2125H1.5v1.875q0 .478.325.8015T2.6 18.5h6.15q.3188 0 .5345.217.2155.2168.2155.5375 0 .3205-.2155.533Q9.0688 20 8.75 20zM11 19.25v-2.025q0-.1393.05-.2695.05-.1305.175-.2555l5.2903-5.2693q.2277-.228.5062-.3295Q17.3 11 17.575 11q.3 0 .575.1125t.5.3375l.925.925q.225.225.325.5t.1.55-.1125.5625-.3395.5155L14.3 19.775q-.125.125-.2555.175-.1302.05-.2695.05H11.75q-.3188 0-.5343-.2158Q11 19.5687 11 19.25m7.5-5.825-.925-.925zm-6 5.075h.95l3.025-3.05-.45-.475-.475-.45-3.05 3.025zm3.525-3.525-.475-.45.925.925z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgContractRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgContractSharp = ({
|
|
|
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 21 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6 6V4.5h9V6zm0 3V7.5h9V9zm3.5 9.5h-8zm0 1.5H2.625q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14h3V0h15v7.8l-1.5 1.5V1.5h-12V14h7.3l-1.5 1.5H1.5v1.875q0 .478.325.8015T2.6 18.5h6.9zm1.5 0v-3.075l6.575-6.55 3.05 3.05L14.075 20zm7.5-6.575-.925-.925zm-6 5.075h.95l3.025-3.05-.45-.475-.475-.45-3.05 3.025zm3.525-3.525-.475-.45.925.925z" }));
|
|
28
28
|
exports.default = SvgContractSharp;
|
|
@@ -4,7 +4,7 @@ const SvgContractSharp = ({
|
|
|
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 21 20", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M6 6V4.5h9V6zm0 3V7.5h9V9zm3.5 9.5h-8zm0 1.5H2.625q-1.0937 0-1.8593-.7657Q0 18.4687 0 17.375V14h3V0h15v7.8l-1.5 1.5V1.5h-12V14h7.3l-1.5 1.5H1.5v1.875q0 .478.325.8015T2.6 18.5h6.9zm1.5 0v-3.075l6.575-6.55 3.05 3.05L14.075 20zm7.5-6.575-.925-.925zm-6 5.075h.95l3.025-3.05-.45-.475-.475-.45-3.05 3.025zm3.525-3.525-.475-.45.925.925z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgContractSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgEditFilled = ({
|
|
|
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 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0 18v-3.2L14.375.45q.2-.2.475-.3125t.575-.1125q.275 0 .55.1125t.5.3125l1.1 1.1q.225.225.325.5t.1.55-.1125.5625-.3125.4875L3.2 18zM15.475 3.575l1-1L15.45 1.55l-1 1z" }));
|
|
28
28
|
exports.default = SvgEditFilled;
|
|
@@ -4,7 +4,7 @@ const SvgEditFilled = ({
|
|
|
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 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M0 18v-3.2L14.375.45q.2-.2.475-.3125t.575-.1125q.275 0 .55.1125t.5.3125l1.1 1.1q.225.225.325.5t.1.55-.1125.5625-.3125.4875L3.2 18zM15.475 3.575l1-1L15.45 1.55l-1 1z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgEditFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgEditOutlined = ({
|
|
|
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 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.5 16.5h1.1L14.4 4.725l-1.1-1.1L1.5 15.4zM0 18v-3.2L14.375.45q.2-.2.475-.3125t.575-.1125q.275 0 .55.1125t.5.3125l1.1 1.1q.225.225.325.5t.1.55-.1125.5625-.3125.4875L3.2 18zM16.475 2.575 15.45 1.55zm-2.625 1.6-.55-.55 1.1 1.1z" }));
|
|
28
28
|
exports.default = SvgEditOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgEditOutlined = ({
|
|
|
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 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.5 16.5h1.1L14.4 4.725l-1.1-1.1L1.5 15.4zM0 18v-3.2L14.375.45q.2-.2.475-.3125t.575-.1125q.275 0 .55.1125t.5.3125l1.1 1.1q.225.225.325.5t.1.55-.1125.5625-.3125.4875L3.2 18zM16.475 2.575 15.45 1.55zm-2.625 1.6-.55-.55 1.1 1.1z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgEditOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgEditRound = ({
|
|
|
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 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.5 16.5h1.1L14.4 4.725l-1.1-1.1L1.5 15.4zM.75 18q-.325 0-.5375-.2125T0 17.25v-1.825q0-.3.125-.5875T.45 14.35L14.375.45q.2-.2.475-.3125t.575-.1125q.275 0 .55.1125t.5.3125l1.1 1.1q.225.225.325.5t.1.55-.1125.5625-.3125.4875L3.65 17.55q-.2.2-.4875.325T2.575 18zM16.475 2.575 15.45 1.55zm-2.625 1.6-.55-.55 1.1 1.1z" }));
|
|
28
28
|
exports.default = SvgEditRound;
|
|
@@ -4,7 +4,7 @@ const SvgEditRound = ({
|
|
|
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 18 18", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { d: "M1.5 16.5h1.1L14.4 4.725l-1.1-1.1L1.5 15.4zM.75 18q-.325 0-.5375-.2125T0 17.25v-1.825q0-.3.125-.5875T.45 14.35L14.375.45q.2-.2.475-.3125t.575-.1125q.275 0 .55.1125t.5.3125l1.1 1.1q.225.225.325.5t.1.55-.1125.5625-.3125.4875L3.65 17.55q-.2.2-.4875.325T2.575 18zM16.475 2.575 15.45 1.55zm-2.625 1.6-.55-.55 1.1 1.1z" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgEditRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgEditSharp = ({
|
|
|
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 19 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.5 17.5h1.1L14.4 5.725l-1.1-1.1L1.5 16.4zM0 19v-3.2L15.425.4l3.2 3.2L3.2 19zM16.475 3.575 15.45 2.55zm-2.625 1.6-.55-.55 1.1 1.1z" }));
|
|
28
28
|
exports.default = SvgEditSharp;
|