newskit 4.2.0 → 4.3.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/cjs/amp/consent/consent-button.d.ts.map +1 -1
- package/cjs/amp/consent/consent-button.js +1 -0
- package/cjs/amp/consent/consent-button.js.map +1 -1
- package/cjs/amp/consent/consent.js +1 -1
- package/cjs/amp/consent/consent.js.map +1 -1
- package/cjs/amp/head/head.js.map +1 -1
- package/cjs/amp/scripts/amp-scripts.js +1 -1
- package/cjs/amp/scripts/amp-scripts.js.map +1 -1
- package/cjs/amp/scripts/connect-amp-script.js +3 -3
- package/cjs/amp/scripts/connect-amp-script.js.map +1 -1
- package/cjs/amp/utils/render.js +3 -3
- package/cjs/amp/utils/render.js.map +1 -1
- package/cjs/amp/utils/style-tag.js +1 -1
- package/cjs/amp/utils/style-tag.js.map +1 -1
- package/cjs/aspect-ratio/aspect-ratio.js +2 -2
- package/cjs/aspect-ratio/aspect-ratio.js.map +1 -1
- package/cjs/aspect-ratio/types.d.ts.map +1 -1
- package/cjs/{text-field → assistive-text}/assistive-text.d.ts +1 -1
- package/cjs/assistive-text/assistive-text.d.ts.map +1 -0
- package/cjs/{text-field → assistive-text}/assistive-text.js +3 -3
- package/cjs/assistive-text/assistive-text.js.map +1 -0
- package/cjs/assistive-text/index.d.ts +3 -0
- package/cjs/assistive-text/index.d.ts.map +1 -0
- package/cjs/assistive-text/index.js +15 -0
- package/cjs/assistive-text/index.js.map +1 -0
- package/cjs/assistive-text/styled.d.ts +17 -0
- package/cjs/assistive-text/styled.d.ts.map +1 -0
- package/cjs/assistive-text/styled.js +24 -0
- package/cjs/assistive-text/styled.js.map +1 -0
- package/cjs/assistive-text/types.d.ts +12 -0
- package/cjs/assistive-text/types.d.ts.map +1 -0
- package/cjs/assistive-text/types.js +3 -0
- package/cjs/assistive-text/types.js.map +1 -0
- package/cjs/audio-player/audio-functions.js +27 -27
- package/cjs/audio-player/audio-functions.js.map +1 -1
- package/cjs/audio-player/audio-player.d.ts.map +1 -1
- package/cjs/audio-player/audio-player.js +30 -29
- package/cjs/audio-player/audio-player.js.map +1 -1
- package/cjs/audio-player/controls/control-panel.js +2 -2
- package/cjs/audio-player/controls/control-panel.js.map +1 -1
- package/cjs/audio-player/controls/play-pause.js +1 -1
- package/cjs/audio-player/controls/play-pause.js.map +1 -1
- package/cjs/audio-player/styled.js +4 -4
- package/cjs/audio-player/styled.js.map +1 -1
- package/cjs/audio-player/utils.js +15 -11
- package/cjs/audio-player/utils.js.map +1 -1
- package/cjs/banner/banner-internal.js +4 -4
- package/cjs/banner/banner-internal.js.map +1 -1
- package/cjs/banner/banner.js +2 -2
- package/cjs/banner/banner.js.map +1 -1
- package/cjs/banner/styled.js +16 -16
- package/cjs/banner/styled.js.map +1 -1
- package/cjs/banner/utils.js +1 -1
- package/cjs/banner/utils.js.map +1 -1
- package/cjs/block/block.js +4 -4
- package/cjs/block/block.js.map +1 -1
- package/cjs/button/button.js +6 -6
- package/cjs/button/button.js.map +1 -1
- package/cjs/button/styled.js +1 -1
- package/cjs/button/styled.js.map +1 -1
- package/cjs/byline/byline.js +14 -14
- package/cjs/byline/byline.js.map +1 -1
- package/cjs/caption/caption-inset.js +1 -1
- package/cjs/caption/caption-inset.js.map +1 -1
- package/cjs/caption/caption.js +7 -7
- package/cjs/caption/caption.js.map +1 -1
- package/cjs/card/card-inset.js +1 -1
- package/cjs/card/card-inset.js.map +1 -1
- package/cjs/card/card.js +6 -6
- package/cjs/card/card.js.map +1 -1
- package/cjs/card/styled.d.ts +1 -1
- package/cjs/card/styled.d.ts.map +1 -1
- package/cjs/card/styled.js +24 -24
- package/cjs/card/styled.js.map +1 -1
- package/cjs/card/utils.js +3 -3
- package/cjs/card/utils.js.map +1 -1
- package/cjs/checkbox/checkbox.d.ts.map +1 -1
- package/cjs/checkbox/checkbox.js +17 -15
- package/cjs/checkbox/checkbox.js.map +1 -1
- package/cjs/checkbox/styled.d.ts +5 -5
- package/cjs/checkbox/styled.d.ts.map +1 -1
- package/cjs/checkbox/styled.js +15 -12
- package/cjs/checkbox/styled.js.map +1 -1
- package/cjs/checkbox/types.d.ts +2 -1
- package/cjs/checkbox/types.d.ts.map +1 -1
- package/cjs/consent/consent-utils.js +7 -7
- package/cjs/consent/consent-utils.js.map +1 -1
- package/cjs/consent/consent.js +4 -4
- package/cjs/consent/consent.js.map +1 -1
- package/cjs/date-time/date-time.js +6 -6
- package/cjs/date-time/date-time.js.map +1 -1
- package/cjs/dialog/base-dialog-function.js +5 -5
- package/cjs/dialog/base-dialog-function.js.map +1 -1
- package/cjs/dialog/base-dialog-tests.js +9 -9
- package/cjs/dialog/base-dialog-tests.js.map +1 -1
- package/cjs/dialog/base-dialog-view.js +5 -5
- package/cjs/dialog/base-dialog-view.js.map +1 -1
- package/cjs/dialog/styled.d.ts +6 -6
- package/cjs/dialog/styled.js +10 -10
- package/cjs/dialog/styled.js.map +1 -1
- package/cjs/divider/divider.js +2 -2
- package/cjs/divider/divider.js.map +1 -1
- package/cjs/drawer/drawer.js +6 -6
- package/cjs/drawer/drawer.js.map +1 -1
- package/cjs/drawer/inline-drawer.js +1 -1
- package/cjs/drawer/inline-drawer.js.map +1 -1
- package/cjs/drawer/styled.js +5 -5
- package/cjs/drawer/styled.js.map +1 -1
- package/cjs/email-input/email-input.js +1 -1
- package/cjs/email-input/email-input.js.map +1 -1
- package/cjs/experimentation-web/experimentation-web.js +1 -1
- package/cjs/experimentation-web/experimentation-web.js.map +1 -1
- package/cjs/flag/flag.js +4 -4
- package/cjs/flag/flag.js.map +1 -1
- package/cjs/flag/styled.js +6 -6
- package/cjs/flag/styled.js.map +1 -1
- package/cjs/form/context.js +1 -1
- package/cjs/form/context.js.map +1 -1
- package/cjs/form/form-entry.d.ts.map +1 -1
- package/cjs/form/form-entry.js +3 -3
- package/cjs/form/form-entry.js.map +1 -1
- package/cjs/form/form-input.d.ts +17 -2
- package/cjs/form/form-input.d.ts.map +1 -1
- package/cjs/form/form-input.js +34 -18
- package/cjs/form/form-input.js.map +1 -1
- package/cjs/form/form.js +8 -8
- package/cjs/form/form.js.map +1 -1
- package/cjs/form/types.d.ts +21 -0
- package/cjs/form/types.d.ts.map +1 -1
- package/cjs/form/utils.d.ts +5 -6
- package/cjs/form/utils.d.ts.map +1 -1
- package/cjs/form/utils.js.map +1 -1
- package/cjs/grid/cell.js +18 -18
- package/cjs/grid/cell.js.map +1 -1
- package/cjs/grid/context.js +1 -1
- package/cjs/grid/context.js.map +1 -1
- package/cjs/grid/grid.js +4 -4
- package/cjs/grid/grid.js.map +1 -1
- package/cjs/grid/utils.js +11 -7
- package/cjs/grid/utils.js.map +1 -1
- package/cjs/grid/visibility.d.ts.map +1 -1
- package/cjs/grid/visibility.js +4 -3
- package/cjs/grid/visibility.js.map +1 -1
- package/cjs/headline/headline.js +4 -4
- package/cjs/headline/headline.js.map +1 -1
- package/cjs/icon-button/icon-button.js +2 -2
- package/cjs/icon-button/icon-button.js.map +1 -1
- package/cjs/icons/custom-to-newskit-icon.js +1 -1
- package/cjs/icons/custom-to-newskit-icon.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-facebook.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-facebook.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-figma.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-figma.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-github.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-github.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-instagram.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-instagram.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-reddit.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-reddit.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-twitter.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-twitter.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-whatsapp.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-whatsapp.js.map +1 -1
- package/cjs/icons/filled/custom/icon-filled-youtube.js +1 -1
- package/cjs/icons/filled/custom/icon-filled-youtube.js.map +1 -1
- package/cjs/icons/filled/custom/indeterminate-progress-indicator.js +3 -3
- package/cjs/icons/filled/custom/indeterminate-progress-indicator.js.map +1 -1
- package/cjs/icons/filled/material/icon-filled-ac-unit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-access-alarm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-access-alarms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-access-time.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessibility-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessibility.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessible-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-accessible.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-balance-wallet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-balance.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-account-tree.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ad-units.js +1 -1
- package/cjs/icons/filled/material/icon-filled-adb.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-a-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-alarm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-alert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-business.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-ic-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-location-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-photo-alternate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-road.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-shopping-cart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-task.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-to-home-screen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-to-photos.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add-to-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-adjust.js +1 -1
- package/cjs/icons/filled/material/icon-filled-admin-panel-settings.js +1 -1
- package/cjs/icons/filled/material/icon-filled-agriculture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-flat-angled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-flat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-individual-suite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-legroom-extra.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-legroom-normal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-legroom-reduced.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-recline-extra.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airline-seat-recline-normal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airplanemode-active.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airplanemode-inactive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airplay.js +1 -1
- package/cjs/icons/filled/material/icon-filled-airport-shuttle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alarm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-album.js +1 -1
- package/cjs/icons/filled/material/icon-filled-all-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-all-inclusive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-all-out.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alt-route.js +1 -1
- package/cjs/icons/filled/material/icon-filled-alternate-email.js +1 -1
- package/cjs/icons/filled/material/icon-filled-amp-stories.js +1 -1
- package/cjs/icons/filled/material/icon-filled-analytics.js +1 -1
- package/cjs/icons/filled/material/icon-filled-anchor.js +1 -1
- package/cjs/icons/filled/material/icon-filled-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-announcement.js +1 -1
- package/cjs/icons/filled/material/icon-filled-apartment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-api.js +1 -1
- package/cjs/icons/filled/material/icon-filled-app-blocking.js +1 -1
- package/cjs/icons/filled/material/icon-filled-app-settings-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-apps.js +1 -1
- package/cjs/icons/filled/material/icon-filled-architecture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-archive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-back-ios.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-back.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-circle-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-circle-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-downward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-drop-down-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-drop-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-drop-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-forward-ios.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-right-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-arrow-upward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-art-track.js +1 -1
- package/cjs/icons/filled/material/icon-filled-article.js +1 -1
- package/cjs/icons/filled/material/icon-filled-aspect-ratio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assessment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-ind.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-late.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-return.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-returned.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment-turned-in.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assignment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assistant-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-assistant.js +1 -1
- package/cjs/icons/filled/material/icon-filled-atm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attach-email.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attach-file.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attach-money.js +1 -1
- package/cjs/icons/filled/material/icon-filled-attachment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-audiotrack.js +1 -1
- package/cjs/icons/filled/material/icon-filled-auto-delete.js +1 -1
- package/cjs/icons/filled/material/icon-filled-autorenew.js +1 -1
- package/cjs/icons/filled/material/icon-filled-av-timer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-baby-changing-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backpack.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backspace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backup-table.js +1 -1
- package/cjs/icons/filled/material/icon-filled-backup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ballot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bar-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-batch-prediction.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bathtub.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-alert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-charging-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-std.js +1 -1
- package/cjs/icons/filled/material/icon-filled-battery-unknown.js +1 -1
- package/cjs/icons/filled/material/icon-filled-beach-access.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bedtime.js +1 -1
- package/cjs/icons/filled/material/icon-filled-beenhere.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bento.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bike-scooter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-biotech.js +1 -1
- package/cjs/icons/filled/material/icon-filled-block.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-audio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-connected.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth-searching.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bluetooth.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-circular.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-linear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-blur-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-book-online.js +1 -1
- package/cjs/icons/filled/material/icon-filled-book.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bookmark-border.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bookmark.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bookmarks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-bottom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-horizontal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-inner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-outer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-style.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-top.js +1 -1
- package/cjs/icons/filled/material/icon-filled-border-vertical.js +1 -1
- package/cjs/icons/filled/material/icon-filled-branding-watermark.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-auto.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-high.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-low.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness-medium.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness4.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness6.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brightness7.js +1 -1
- package/cjs/icons/filled/material/icon-filled-broken-image.js +1 -1
- package/cjs/icons/filled/material/icon-filled-browser-not-supported.js +1 -1
- package/cjs/icons/filled/material/icon-filled-brush.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bubble-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-bug-report.js +1 -1
- package/cjs/icons/filled/material/icon-filled-build-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-build.js +1 -1
- package/cjs/icons/filled/material/icon-filled-burst-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-business-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-business.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cached.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cake.js +1 -1
- package/cjs/icons/filled/material/icon-filled-calculate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-calendar-today.js +1 -1
- package/cjs/icons/filled/material/icon-filled-calendar-view-day.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-end.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-made.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-merge.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-missed-outgoing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-missed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-received.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-split.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call-to-action.js +1 -1
- package/cjs/icons/filled/material/icon-filled-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-enhance.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-front.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-rear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera-roll.js +1 -1
- package/cjs/icons/filled/material/icon-filled-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-campaign.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cancel-presentation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cancel-schedule-send.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cancel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-card-giftcard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-card-membership.js +1 -1
- package/cjs/icons/filled/material/icon-filled-card-travel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-carpenter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-casino.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cast-connected.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cast-for-education.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cast.js +1 -1
- package/cjs/icons/filled/material/icon-filled-category.js +1 -1
- package/cjs/icons/filled/material/icon-filled-center-focus-strong.js +1 -1
- package/cjs/icons/filled/material/icon-filled-center-focus-weak.js +1 -1
- package/cjs/icons/filled/material/icon-filled-change-history.js +1 -1
- package/cjs/icons/filled/material/icon-filled-charging-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chat-bubble-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chat-bubble.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-box-outline-blank.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-checkroom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chevron-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chevron-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-child-care.js +1 -1
- package/cjs/icons/filled/material/icon-filled-child-friendly.js +1 -1
- package/cjs/icons/filled/material/icon-filled-chrome-reader-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-class.js +1 -1
- package/cjs/icons/filled/material/icon-filled-clean-hands.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cleaning-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-clear-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-close-fullscreen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-close.js +1 -1
- package/cjs/icons/filled/material/icon-filled-closed-caption-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-closed-caption.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-done.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-download.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud-upload.js +1 -1
- package/cjs/icons/filled/material/icon-filled-cloud.js +1 -1
- package/cjs/icons/filled/material/icon-filled-code.js +1 -1
- package/cjs/icons/filled/material/icon-filled-collections-bookmark.js +1 -1
- package/cjs/icons/filled/material/icon-filled-collections.js +1 -1
- package/cjs/icons/filled/material/icon-filled-color-lens.js +1 -1
- package/cjs/icons/filled/material/icon-filled-colorize.js +1 -1
- package/cjs/icons/filled/material/icon-filled-comment-bank.js +1 -1
- package/cjs/icons/filled/material/icon-filled-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-commute.js +1 -1
- package/cjs/icons/filled/material/icon-filled-compare-arrows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-compare.js +1 -1
- package/cjs/icons/filled/material/icon-filled-compass-calibration.js +1 -1
- package/cjs/icons/filled/material/icon-filled-computer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-confirmation-number.js +1 -1
- package/cjs/icons/filled/material/icon-filled-connect-without-contact.js +1 -1
- package/cjs/icons/filled/material/icon-filled-construction.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-mail.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contact-support.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contactless.js +1 -1
- package/cjs/icons/filled/material/icon-filled-contacts.js +1 -1
- package/cjs/icons/filled/material/icon-filled-content-copy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-content-cut.js +1 -1
- package/cjs/icons/filled/material/icon-filled-content-paste.js +1 -1
- package/cjs/icons/filled/material/icon-filled-control-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-control-point-duplicate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-control-point.js +1 -1
- package/cjs/icons/filled/material/icon-filled-copyright.js +1 -1
- package/cjs/icons/filled/material/icon-filled-coronavirus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-corporate-fare.js +1 -1
- package/cjs/icons/filled/material/icon-filled-countertops.js +1 -1
- package/cjs/icons/filled/material/icon-filled-create-new-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-create.js +1 -1
- package/cjs/icons/filled/material/icon-filled-credit-card.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-din.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-free.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-original.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-rotate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop-square.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop169.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop32.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop54.js +1 -1
- package/cjs/icons/filled/material/icon-filled-crop75.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dashboard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-data-usage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-date-range.js +1 -1
- package/cjs/icons/filled/material/icon-filled-deck.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dehaze.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete-forever.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete-sweep.js +1 -1
- package/cjs/icons/filled/material/icon-filled-delete.js +1 -1
- package/cjs/icons/filled/material/icon-filled-departure-board.js +1 -1
- package/cjs/icons/filled/material/icon-filled-description.js +1 -1
- package/cjs/icons/filled/material/icon-filled-design-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-desktop-access-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-desktop-mac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-desktop-windows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-details.js +1 -1
- package/cjs/icons/filled/material/icon-filled-developer-board.js +1 -1
- package/cjs/icons/filled/material/icon-filled-developer-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-device-hub.js +1 -1
- package/cjs/icons/filled/material/icon-filled-device-unknown.js +1 -1
- package/cjs/icons/filled/material/icon-filled-devices-other.js +1 -1
- package/cjs/icons/filled/material/icon-filled-devices.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dialer-sip.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dialpad.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-bike.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-boat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-bus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-car.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-railway.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-run.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-subway.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-transit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions-walk.js +1 -1
- package/cjs/icons/filled/material/icon-filled-directions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-disabled-by-default.js +1 -1
- package/cjs/icons/filled/material/icon-filled-disc-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dns.js +1 -1
- package/cjs/icons/filled/material/icon-filled-do-not-step.js +1 -1
- package/cjs/icons/filled/material/icon-filled-do-not-touch.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-domain-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-domain-verification.js +1 -1
- package/cjs/icons/filled/material/icon-filled-domain.js +1 -1
- package/cjs/icons/filled/material/icon-filled-done-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-done-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-done.js +1 -1
- package/cjs/icons/filled/material/icon-filled-donut-large.js +1 -1
- package/cjs/icons/filled/material/icon-filled-donut-small.js +1 -1
- package/cjs/icons/filled/material/icon-filled-double-arrow.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drafts.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drag-handle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drag-indicator.js +1 -1
- package/cjs/icons/filled/material/icon-filled-drive-eta.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dry.js +1 -1
- package/cjs/icons/filled/material/icon-filled-duo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dvr.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dynamic-feed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-dynamic-form.js +1 -1
- package/cjs/icons/filled/material/icon-filled-east.js +1 -1
- package/cjs/icons/filled/material/icon-filled-eco.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit-attributes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit-road.js +1 -1
- package/cjs/icons/filled/material/icon-filled-edit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-eject.js +1 -1
- package/cjs/icons/filled/material/icon-filled-elderly.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-bike.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-car.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-moped.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electric-scooter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-electrical-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-elevator.js +1 -1
- package/cjs/icons/filled/material/icon-filled-email.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-emotions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-events.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-flags.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-food-beverage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-nature.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-objects.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-people.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-symbols.js +1 -1
- package/cjs/icons/filled/material/icon-filled-emoji-transportation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-engineering.js +1 -1
- package/cjs/icons/filled/material/icon-filled-enhanced-encryption.js +1 -1
- package/cjs/icons/filled/material/icon-filled-equalizer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-error-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-error.js +1 -1
- package/cjs/icons/filled/material/icon-filled-escalator-warning.js +1 -1
- package/cjs/icons/filled/material/icon-filled-escalator.js +1 -1
- package/cjs/icons/filled/material/icon-filled-euro-symbol.js +1 -1
- package/cjs/icons/filled/material/icon-filled-euro.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ev-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-available.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-busy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-note.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event-seat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-event.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exit-to-app.js +1 -1
- package/cjs/icons/filled/material/icon-filled-expand-less.js +1 -1
- package/cjs/icons/filled/material/icon-filled-expand-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-explicit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-explore-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-explore.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-neg1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-neg2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-plus1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-plus2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure-zero.js +1 -1
- package/cjs/icons/filled/material/icon-filled-exposure.js +1 -1
- package/cjs/icons/filled/material/icon-filled-extension.js +1 -1
- package/cjs/icons/filled/material/icon-filled-face.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fact-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-family-restroom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fast-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fast-rewind.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fastfood.js +1 -1
- package/cjs/icons/filled/material/icon-filled-favorite-border.js +1 -1
- package/cjs/icons/filled/material/icon-filled-favorite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-featured-play-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-featured-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-feedback.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fence.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-dvr.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-manual-record.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fiber-smart-record.js +1 -1
- package/cjs/icons/filled/material/icon-filled-file-copy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-b-and-w.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-center-focus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-drama.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-frames.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-hdr.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-tilt-shift.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter-vintage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter4.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter6.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter7.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter8.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter9-plus.js +1 -1
- package/cjs/icons/filled/material/icon-filled-filter9.js +1 -1
- package/cjs/icons/filled/material/icon-filled-find-in-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-find-replace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fingerprint.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fire-extinguisher.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fireplace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-first-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fitness-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-five-g.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flag.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flaky.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flare.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flash-auto.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flash-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flash-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flight-land.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flight-takeoff.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flight.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-camera-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-camera-ios.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-to-back.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip-to-front.js +1 -1
- package/cjs/icons/filled/material/icon-filled-flip.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder-open.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder-shared.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder-special.js +1 -1
- package/cjs/icons/filled/material/icon-filled-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-follow-the-signs.js +1 -1
- package/cjs/icons/filled/material/icon-filled-font-download.js +1 -1
- package/cjs/icons/filled/material/icon-filled-food-bank.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-justify.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-align-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-bold.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-color-reset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-indent-decrease.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-indent-increase.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-italic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-line-spacing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-list-bulleted.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-list-numbered-rtl.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-list-numbered.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-paint.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-quote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-shapes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-size.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-strikethrough.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-textdirection-l-to-r.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-textdirection-r-to-l.js +1 -1
- package/cjs/icons/filled/material/icon-filled-format-underlined.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forum.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward-to-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward10.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward30.js +1 -1
- package/cjs/icons/filled/material/icon-filled-forward5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-foundation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-four-k.js +1 -1
- package/cjs/icons/filled/material/icon-filled-free-breakfast.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fullscreen-exit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-fullscreen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-functions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-g-translate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gamepad.js +1 -1
- package/cjs/icons/filled/material/icon-filled-games.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gavel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gesture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-get-app.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gif.js +1 -1
- package/cjs/icons/filled/material/icon-filled-golf-course.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gps-fixed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gps-not-fixed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gps-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grade.js +1 -1
- package/cjs/icons/filled/material/icon-filled-gradient.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grading.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grain.js +1 -1
- package/cjs/icons/filled/material/icon-filled-graphic-eq.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grass.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grid-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-grid-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-group-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-group-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-group.js +1 -1
- package/cjs/icons/filled/material/icon-filled-groups.js +1 -1
- package/cjs/icons/filled/material/icon-filled-handyman.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hd.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-strong.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hdr-weak.js +1 -1
- package/cjs/icons/filled/material/icon-filled-headset-mic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-headset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-healing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hearing-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hearing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-height.js +1 -1
- package/cjs/icons/filled/material/icon-filled-help-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-help-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-help.js +1 -1
- package/cjs/icons/filled/material/icon-filled-high-quality.js +1 -1
- package/cjs/icons/filled/material/icon-filled-highlight-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-highlight-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-highlight.js +1 -1
- package/cjs/icons/filled/material/icon-filled-history-edu.js +1 -1
- package/cjs/icons/filled/material/icon-filled-history-toggle-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-history.js +1 -1
- package/cjs/icons/filled/material/icon-filled-home-repair-service.js +1 -1
- package/cjs/icons/filled/material/icon-filled-home-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-home.js +1 -1
- package/cjs/icons/filled/material/icon-filled-horizontal-rule.js +1 -1
- package/cjs/icons/filled/material/icon-filled-horizontal-split.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hot-tub.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hotel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-bottom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-empty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hourglass-top.js +1 -1
- package/cjs/icons/filled/material/icon-filled-house-siding.js +1 -1
- package/cjs/icons/filled/material/icon-filled-house.js +1 -1
- package/cjs/icons/filled/material/icon-filled-how-to-reg.js +1 -1
- package/cjs/icons/filled/material/icon-filled-how-to-vote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-http.js +1 -1
- package/cjs/icons/filled/material/icon-filled-https.js +1 -1
- package/cjs/icons/filled/material/icon-filled-hvac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image-aspect-ratio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image-not-supported.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image-search.js +1 -1
- package/cjs/icons/filled/material/icon-filled-image.js +1 -1
- package/cjs/icons/filled/material/icon-filled-import-contacts.js +1 -1
- package/cjs/icons/filled/material/icon-filled-import-export.js +1 -1
- package/cjs/icons/filled/material/icon-filled-important-devices.js +1 -1
- package/cjs/icons/filled/material/icon-filled-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-indeterminate-check-box.js +1 -1
- package/cjs/icons/filled/material/icon-filled-info.js +1 -1
- package/cjs/icons/filled/material/icon-filled-input.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-chart-outlined.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-drive-file.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-emoticon.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-invitation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-link.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insert-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-insights.js +1 -1
- package/cjs/icons/filled/material/icon-filled-integration-instructions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-invert-colors-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-invert-colors.js +1 -1
- package/cjs/icons/filled/material/icon-filled-iso.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-arrow-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-backspace.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-capslock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-hide.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-return.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-tab.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard-voice.js +1 -1
- package/cjs/icons/filled/material/icon-filled-keyboard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-king-bed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-kitchen.js +1 -1
- package/cjs/icons/filled/material/icon-filled-label-important.js +1 -1
- package/cjs/icons/filled/material/icon-filled-label-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-label.js +1 -1
- package/cjs/icons/filled/material/icon-filled-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-language.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop-chromebook.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop-mac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop-windows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-laptop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-last-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-launch.js +1 -1
- package/cjs/icons/filled/material/icon-filled-layers-clear.js +1 -1
- package/cjs/icons/filled/material/icon-filled-layers.js +1 -1
- package/cjs/icons/filled/material/icon-filled-leaderboard.js +1 -1
- package/cjs/icons/filled/material/icon-filled-leak-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-leak-remove.js +1 -1
- package/cjs/icons/filled/material/icon-filled-legend-toggle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-lens.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-add-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-books.js +1 -1
- package/cjs/icons/filled/material/icon-filled-library-music.js +1 -1
- package/cjs/icons/filled/material/icon-filled-line-style.js +1 -1
- package/cjs/icons/filled/material/icon-filled-line-weight.js +1 -1
- package/cjs/icons/filled/material/icon-filled-linear-scale.js +1 -1
- package/cjs/icons/filled/material/icon-filled-link-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-link.js +1 -1
- package/cjs/icons/filled/material/icon-filled-linked-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-list-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-live-help.js +1 -1
- package/cjs/icons/filled/material/icon-filled-live-tv.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-activity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-airport.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-atm.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-cafe.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-car-wash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-convenience-store.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-dining.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-drink.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-fire-department.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-florist.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-gas-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-grocery-store.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-hospital.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-hotel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-laundry-service.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-library.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-mall.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-movies.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-offer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-parking.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-pharmacy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-pizza.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-play.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-police.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-post-office.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-printshop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-see.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-shipping.js +1 -1
- package/cjs/icons/filled/material/icon-filled-local-taxi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-city.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-location-searching.js +1 -1
- package/cjs/icons/filled/material/icon-filled-lock-open.js +1 -1
- package/cjs/icons/filled/material/icon-filled-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-login.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks-one.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks-two.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks4.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-looks6.js +1 -1
- package/cjs/icons/filled/material/icon-filled-loop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-loupe.js +1 -1
- package/cjs/icons/filled/material/icon-filled-low-priority.js +1 -1
- package/cjs/icons/filled/material/icon-filled-loyalty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-luggage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mail-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mail.js +1 -1
- package/cjs/icons/filled/material/icon-filled-map.js +1 -1
- package/cjs/icons/filled/material/icon-filled-maps-ugc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-chat-read.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-chat-unread.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-email-read.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mark-email-unread.js +1 -1
- package/cjs/icons/filled/material/icon-filled-markunread-mailbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-markunread.js +1 -1
- package/cjs/icons/filled/material/icon-filled-masks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-maximize.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mediation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-medical-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-meeting-room.js +1 -1
- package/cjs/icons/filled/material/icon-filled-memory.js +1 -1
- package/cjs/icons/filled/material/icon-filled-menu-book.js +1 -1
- package/cjs/icons/filled/material/icon-filled-menu-open.js +1 -1
- package/cjs/icons/filled/material/icon-filled-menu.js +1 -1
- package/cjs/icons/filled/material/icon-filled-merge-type.js +1 -1
- package/cjs/icons/filled/material/icon-filled-message.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mic-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mic-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-microwave.js +1 -1
- package/cjs/icons/filled/material/icon-filled-military-tech.js +1 -1
- package/cjs/icons/filled/material/icon-filled-minimize.js +1 -1
- package/cjs/icons/filled/material/icon-filled-miscellaneous-services.js +1 -1
- package/cjs/icons/filled/material/icon-filled-missed-video-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mobile-friendly.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mobile-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mobile-screen-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mode-comment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-model-training.js +1 -1
- package/cjs/icons/filled/material/icon-filled-monetization-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-money-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-money.js +1 -1
- package/cjs/icons/filled/material/icon-filled-monochrome-photos.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mood-bad.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mood.js +1 -1
- package/cjs/icons/filled/material/icon-filled-moped.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more-horiz.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more-time.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more-vert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-motion-photos-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-motion-photos-pause.js +1 -1
- package/cjs/icons/filled/material/icon-filled-motion-photos-paused.js +1 -1
- package/cjs/icons/filled/material/icon-filled-mouse.js +1 -1
- package/cjs/icons/filled/material/icon-filled-move-to-inbox.js +1 -1
- package/cjs/icons/filled/material/icon-filled-movie-creation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-movie-filter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-movie.js +1 -1
- package/cjs/icons/filled/material/icon-filled-multiline-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-multiple-stop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-museum.js +1 -1
- package/cjs/icons/filled/material/icon-filled-music-note.js +1 -1
- package/cjs/icons/filled/material/icon-filled-music-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-music-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-my-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nature-people.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nature.js +1 -1
- package/cjs/icons/filled/material/icon-filled-navigate-before.js +1 -1
- package/cjs/icons/filled/material/icon-filled-navigate-next.js +1 -1
- package/cjs/icons/filled/material/icon-filled-navigation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-near-me-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-near-me.js +1 -1
- package/cjs/icons/filled/material/icon-filled-network-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-network-locked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-new-releases.js +1 -1
- package/cjs/icons/filled/material/icon-filled-next-plan.js +1 -1
- package/cjs/icons/filled/material/icon-filled-next-week.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nfc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-night-shelter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-nights-stay.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-backpack.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-cell.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-drinks.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-encryption.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-flash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-food.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-luggage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-meals.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-meeting-room.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-photography.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-sim.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-stroller.js +1 -1
- package/cjs/icons/filled/material/icon-filled-no-transfer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-north-east.js +1 -1
- package/cjs/icons/filled/material/icon-filled-north-west.js +1 -1
- package/cjs/icons/filled/material/icon-filled-north.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-accessible.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-interested.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-listed-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-not-started.js +1 -1
- package/cjs/icons/filled/material/icon-filled-note-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-note.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notification-important.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-active.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications-paused.js +1 -1
- package/cjs/icons/filled/material/icon-filled-notifications.js +1 -1
- package/cjs/icons/filled/material/icon-filled-offline-bolt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-offline-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ondemand-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-online-prediction.js +1 -1
- package/cjs/icons/filled/material/icon-filled-opacity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-in-browser.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-in-full.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-in-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-open-with.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outbound.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outdoor-grill.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outlet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-outlined-flag.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pages.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pageview.js +1 -1
- package/cjs/icons/filled/material/icon-filled-palette.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pan-tool.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-fish-eye.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-horizontal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-vertical.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama-wide-angle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-panorama.js +1 -1
- package/cjs/icons/filled/material/icon-filled-party-mode.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause-circle-filled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause-presentation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pause.js +1 -1
- package/cjs/icons/filled/material/icon-filled-payment.js +1 -1
- package/cjs/icons/filled/material/icon-filled-payments.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pedal-bike.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pending-actions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pending.js +1 -1
- package/cjs/icons/filled/material/icon-filled-people-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-people-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-people.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-camera-mic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-contact-calendar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-data-setting.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-device-information.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-identity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-media.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-phone-msg.js +1 -1
- package/cjs/icons/filled/material/icon-filled-perm-scan-wifi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-add-alt1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-add-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-pin-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-remove-alt1.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-remove.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person-search.js +1 -1
- package/cjs/icons/filled/material/icon-filled-person.js +1 -1
- package/cjs/icons/filled/material/icon-filled-personal-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pest-control-rodent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pest-control.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pets.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-bluetooth-speaker.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-callback.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-enabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-forwarded.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-in-talk.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-iphone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-locked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-missed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone-paused.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-erase.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-ring.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink-setup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-phonelink.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-album.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-filter.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-library.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-size-select-actual.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-size-select-large.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo-size-select-small.js +1 -1
- package/cjs/icons/filled/material/icon-filled-photo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-picture-as-pdf.js +1 -1
- package/cjs/icons/filled/material/icon-filled-picture-in-picture-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-picture-in-picture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pie-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pin-drop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-place.js +1 -1
- package/cjs/icons/filled/material/icon-filled-plagiarism.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-arrow.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-circle-filled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-play-for-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-playlist-add-check.js +1 -1
- package/cjs/icons/filled/material/icon-filled-playlist-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-playlist-play.js +1 -1
- package/cjs/icons/filled/material/icon-filled-plumbing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-plus-one.js +1 -1
- package/cjs/icons/filled/material/icon-filled-point-of-sale.js +1 -1
- package/cjs/icons/filled/material/icon-filled-policy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-poll.js +1 -1
- package/cjs/icons/filled/material/icon-filled-polymer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pool.js +1 -1
- package/cjs/icons/filled/material/icon-filled-portable-wifi-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-post-add.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power-input.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power-settings-new.js +1 -1
- package/cjs/icons/filled/material/icon-filled-power.js +1 -1
- package/cjs/icons/filled/material/icon-filled-pregnant-woman.js +1 -1
- package/cjs/icons/filled/material/icon-filled-present-to-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-preview.js +1 -1
- package/cjs/icons/filled/material/icon-filled-print-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-print.js +1 -1
- package/cjs/icons/filled/material/icon-filled-priority-high.js +1 -1
- package/cjs/icons/filled/material/icon-filled-privacy-tip.js +1 -1
- package/cjs/icons/filled/material/icon-filled-psychology.js +1 -1
- package/cjs/icons/filled/material/icon-filled-public-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-public.js +1 -1
- package/cjs/icons/filled/material/icon-filled-publish.js +1 -1
- package/cjs/icons/filled/material/icon-filled-published-with-changes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-push-pin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-qr-code-scanner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-qr-code.js +1 -1
- package/cjs/icons/filled/material/icon-filled-query-builder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-question-answer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-queue-music.js +1 -1
- package/cjs/icons/filled/material/icon-filled-queue-play-next.js +1 -1
- package/cjs/icons/filled/material/icon-filled-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-quickreply.js +1 -1
- package/cjs/icons/filled/material/icon-filled-radio-button-checked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-radio-button-unchecked.js +1 -1
- package/cjs/icons/filled/material/icon-filled-radio.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rate-review.js +1 -1
- package/cjs/icons/filled/material/icon-filled-read-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-receipt-long.js +1 -1
- package/cjs/icons/filled/material/icon-filled-receipt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-recent-actors.js +1 -1
- package/cjs/icons/filled/material/icon-filled-record-voice-over.js +1 -1
- package/cjs/icons/filled/material/icon-filled-redeem.js +1 -1
- package/cjs/icons/filled/material/icon-filled-redo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reduce-capacity.js +1 -1
- package/cjs/icons/filled/material/icon-filled-refresh.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-circle-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-from-queue.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-red-eye.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove-shopping-cart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-remove.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reorder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-repeat-one.js +1 -1
- package/cjs/icons/filled/material/icon-filled-repeat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay10.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay30.js +1 -1
- package/cjs/icons/filled/material/icon-filled-replay5.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reply-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-reply.js +1 -1
- package/cjs/icons/filled/material/icon-filled-report-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-report-problem.js +1 -1
- package/cjs/icons/filled/material/icon-filled-report.js +1 -1
- package/cjs/icons/filled/material/icon-filled-request-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-request-quote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restaurant-menu.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restaurant.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restore-from-trash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restore-page.js +1 -1
- package/cjs/icons/filled/material/icon-filled-restore.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rice-bowl.js +1 -1
- package/cjs/icons/filled/material/icon-filled-ring-volume.js +1 -1
- package/cjs/icons/filled/material/icon-filled-roofing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-room-preferences.js +1 -1
- package/cjs/icons/filled/material/icon-filled-room-service.js +1 -1
- package/cjs/icons/filled/material/icon-filled-room.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rotate-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rotate-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rotate90-degrees-ccw.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rounded-corner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-router.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rowing.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rss-feed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rule-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rule.js +1 -1
- package/cjs/icons/filled/material/icon-filled-run-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-rv-hookup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sanitizer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-satellite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-save-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-save.js +1 -1
- package/cjs/icons/filled/material/icon-filled-scanner.js +1 -1
- package/cjs/icons/filled/material/icon-filled-scatter-plot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-schedule.js +1 -1
- package/cjs/icons/filled/material/icon-filled-school.js +1 -1
- package/cjs/icons/filled/material/icon-filled-science.js +1 -1
- package/cjs/icons/filled/material/icon-filled-score.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-lock-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-lock-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-lock-rotation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-rotation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-screen-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sd-card.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sd-storage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-search-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-search.js +1 -1
- package/cjs/icons/filled/material/icon-filled-security.js +1 -1
- package/cjs/icons/filled/material/icon-filled-select-all.js +1 -1
- package/cjs/icons/filled/material/icon-filled-self-improvement.js +1 -1
- package/cjs/icons/filled/material/icon-filled-send.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sensor-door.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sensor-window.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-dissatisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-satisfied-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-satisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-very-dissatisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sentiment-very-satisfied.js +1 -1
- package/cjs/icons/filled/material/icon-filled-set-meal.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-applications.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-backup-restore.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-bluetooth.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-brightness.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-cell.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-ethernet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-antenna.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-component.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-composite.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-hdmi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-input-svideo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-overscan.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-power.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-remote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-system-daydream.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings-voice.js +1 -1
- package/cjs/icons/filled/material/icon-filled-settings.js +1 -1
- package/cjs/icons/filled/material/icon-filled-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shop-two.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shopping-bag.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shopping-basket.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shopping-cart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-short-text.js +1 -1
- package/cjs/icons/filled/material/icon-filled-show-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shuffle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-shutter-speed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sick.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-connected-no-internet4-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-no-sim.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-null.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-cellular4-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-wifi-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-wifi4-bar-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-signal-wifi4-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sim-card.js +1 -1
- package/cjs/icons/filled/material/icon-filled-single-bed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-six-ft-apart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-skip-next.js +1 -1
- package/cjs/icons/filled/material/icon-filled-skip-previous.js +1 -1
- package/cjs/icons/filled/material/icon-filled-slideshow.js +1 -1
- package/cjs/icons/filled/material/icon-filled-slow-motion-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smart-button.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smartphone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smoke-free.js +1 -1
- package/cjs/icons/filled/material/icon-filled-smoking-rooms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sms-failed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-snippet-folder.js +1 -1
- package/cjs/icons/filled/material/icon-filled-snooze.js +1 -1
- package/cjs/icons/filled/material/icon-filled-soap.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sort-by-alpha.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sort.js +1 -1
- package/cjs/icons/filled/material/icon-filled-source.js +1 -1
- package/cjs/icons/filled/material/icon-filled-south-east.js +1 -1
- package/cjs/icons/filled/material/icon-filled-south-west.js +1 -1
- package/cjs/icons/filled/material/icon-filled-south.js +1 -1
- package/cjs/icons/filled/material/icon-filled-spa.js +1 -1
- package/cjs/icons/filled/material/icon-filled-space-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-group.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-notes-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-notes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker-phone.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speaker.js +1 -1
- package/cjs/icons/filled/material/icon-filled-speed.js +1 -1
- package/cjs/icons/filled/material/icon-filled-spellcheck.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-baseball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-basketball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-cricket.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-esports.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-football.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-golf.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-handball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-hockey.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-kabaddi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-mma.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-motorsports.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-rugby.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-soccer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-tennis.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports-volleyball.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sports.js +1 -1
- package/cjs/icons/filled/material/icon-filled-square-foot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stacked-line-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stairs.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-border.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-half.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star-rate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-star.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stars.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-current-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-current-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-primary-landscape.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stay-primary-portrait.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sticky-note2.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stop-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stop-screen-share.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stop.js +1 -1
- package/cjs/icons/filled/material/icon-filled-storage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-store-mall-directory.js +1 -1
- package/cjs/icons/filled/material/icon-filled-store.js +1 -1
- package/cjs/icons/filled/material/icon-filled-storefront.js +1 -1
- package/cjs/icons/filled/material/icon-filled-straighten.js +1 -1
- package/cjs/icons/filled/material/icon-filled-streetview.js +1 -1
- package/cjs/icons/filled/material/icon-filled-strikethrough-s.js +1 -1
- package/cjs/icons/filled/material/icon-filled-stroller.js +1 -1
- package/cjs/icons/filled/material/icon-filled-style.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subdirectory-arrow-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subdirectory-arrow-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subject.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subscript.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subscriptions.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subtitles-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subtitles.js +1 -1
- package/cjs/icons/filled/material/icon-filled-subway.js +1 -1
- package/cjs/icons/filled/material/icon-filled-superscript.js +1 -1
- package/cjs/icons/filled/material/icon-filled-supervised-user-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-supervisor-account.js +1 -1
- package/cjs/icons/filled/material/icon-filled-support-agent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-support.js +1 -1
- package/cjs/icons/filled/material/icon-filled-surround-sound.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-calls.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-horiz.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-horizontal-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-vert.js +1 -1
- package/cjs/icons/filled/material/icon-filled-swap-vertical-circle.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-camera.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-left.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-right.js +1 -1
- package/cjs/icons/filled/material/icon-filled-switch-video.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync-disabled.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync-problem.js +1 -1
- package/cjs/icons/filled/material/icon-filled-sync.js +1 -1
- package/cjs/icons/filled/material/icon-filled-system-update-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-system-update.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tab-unselected.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tab.js +1 -1
- package/cjs/icons/filled/material/icon-filled-table-chart.js +1 -1
- package/cjs/icons/filled/material/icon-filled-table-rows.js +1 -1
- package/cjs/icons/filled/material/icon-filled-table-view.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tablet-android.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tablet-mac.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tablet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tag-faces.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tap-and-play.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tapas.js +1 -1
- package/cjs/icons/filled/material/icon-filled-terrain.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-fields.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-format.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotate-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotate-vertical.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-angledown.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-angleup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-rotation-none.js +1 -1
- package/cjs/icons/filled/material/icon-filled-text-snippet.js +1 -1
- package/cjs/icons/filled/material/icon-filled-textsms.js +1 -1
- package/cjs/icons/filled/material/icon-filled-texture.js +1 -1
- package/cjs/icons/filled/material/icon-filled-theaters.js +1 -1
- package/cjs/icons/filled/material/icon-filled-three-d-rotation.js +1 -1
- package/cjs/icons/filled/material/icon-filled-three-hundred-sixty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-down-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-up-alt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumb-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-thumbs-up-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-time-to-leave.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timelapse.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timeline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer10.js +1 -1
- package/cjs/icons/filled/material/icon-filled-timer3.js +1 -1
- package/cjs/icons/filled/material/icon-filled-title.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-today.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toggle-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toggle-on.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toll.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tonality.js +1 -1
- package/cjs/icons/filled/material/icon-filled-topic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-touch-app.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tour.js +1 -1
- package/cjs/icons/filled/material/icon-filled-toys.js +1 -1
- package/cjs/icons/filled/material/icon-filled-track-changes.js +1 -1
- package/cjs/icons/filled/material/icon-filled-traffic.js +1 -1
- package/cjs/icons/filled/material/icon-filled-train.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tram.js +1 -1
- package/cjs/icons/filled/material/icon-filled-transfer-within-a-station.js +1 -1
- package/cjs/icons/filled/material/icon-filled-transform.js +1 -1
- package/cjs/icons/filled/material/icon-filled-transit-enterexit.js +1 -1
- package/cjs/icons/filled/material/icon-filled-translate.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trending-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trending-flat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trending-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-trip-origin.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tty.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tune.js +1 -1
- package/cjs/icons/filled/material/icon-filled-turned-in-not.js +1 -1
- package/cjs/icons/filled/material/icon-filled-turned-in.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tv-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-tv.js +1 -1
- package/cjs/icons/filled/material/icon-filled-two-wheeler.js +1 -1
- package/cjs/icons/filled/material/icon-filled-umbrella.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unarchive.js +1 -1
- package/cjs/icons/filled/material/icon-filled-undo.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unfold-less.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unfold-more.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unpublished.js +1 -1
- package/cjs/icons/filled/material/icon-filled-unsubscribe.js +1 -1
- package/cjs/icons/filled/material/icon-filled-update.js +1 -1
- package/cjs/icons/filled/material/icon-filled-upgrade.js +1 -1
- package/cjs/icons/filled/material/icon-filled-usb.js +1 -1
- package/cjs/icons/filled/material/icon-filled-verified-user.js +1 -1
- package/cjs/icons/filled/material/icon-filled-verified.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-align-bottom.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-align-center.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-align-top.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vertical-split.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vibration.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-call.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-label.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-library.js +1 -1
- package/cjs/icons/filled/material/icon-filled-video-settings.js +1 -1
- package/cjs/icons/filled/material/icon-filled-videocam-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-videocam.js +1 -1
- package/cjs/icons/filled/material/icon-filled-videogame-asset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-agenda.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-array.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-carousel.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-column.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-comfy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-compact.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-day.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-headline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-list.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-module.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-quilt.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-sidebar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-stream.js +1 -1
- package/cjs/icons/filled/material/icon-filled-view-week.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vignette.js +1 -1
- package/cjs/icons/filled/material/icon-filled-visibility-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-visibility.js +1 -1
- package/cjs/icons/filled/material/icon-filled-voice-chat.js +1 -1
- package/cjs/icons/filled/material/icon-filled-voice-over-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-voicemail.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-down.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-mute.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-volume-up.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vpn-key.js +1 -1
- package/cjs/icons/filled/material/icon-filled-vpn-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wallpaper.js +1 -1
- package/cjs/icons/filled/material/icon-filled-warning.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wash.js +1 -1
- package/cjs/icons/filled/material/icon-filled-watch-later.js +1 -1
- package/cjs/icons/filled/material/icon-filled-watch.js +1 -1
- package/cjs/icons/filled/material/icon-filled-water-damage.js +1 -1
- package/cjs/icons/filled/material/icon-filled-waves.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-auto.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-cloudy.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-incandescent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-iridescent.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wb-sunny.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wc.js +1 -1
- package/cjs/icons/filled/material/icon-filled-web-asset.js +1 -1
- package/cjs/icons/filled/material/icon-filled-web.js +1 -1
- package/cjs/icons/filled/material/icon-filled-weekend.js +1 -1
- package/cjs/icons/filled/material/icon-filled-west.js +1 -1
- package/cjs/icons/filled/material/icon-filled-whatshot.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wheelchair-pickup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-where-to-vote.js +1 -1
- package/cjs/icons/filled/material/icon-filled-widgets.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-calling.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-lock.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-protected-setup.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi-tethering.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wifi.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wine-bar.js +1 -1
- package/cjs/icons/filled/material/icon-filled-work-off.js +1 -1
- package/cjs/icons/filled/material/icon-filled-work-outline.js +1 -1
- package/cjs/icons/filled/material/icon-filled-work.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wrap-text.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wrong-location.js +1 -1
- package/cjs/icons/filled/material/icon-filled-wysiwyg.js +1 -1
- package/cjs/icons/filled/material/icon-filled-youtube-searched-for.js +1 -1
- package/cjs/icons/filled/material/icon-filled-zoom-in.js +1 -1
- package/cjs/icons/filled/material/icon-filled-zoom-out-map.js +1 -1
- package/cjs/icons/filled/material/icon-filled-zoom-out.js +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-figma.js +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-figma.js.map +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ac-unit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-access-alarm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-access-alarms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-access-time.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessibility-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessibility.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessible-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-accessible.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-balance-wallet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-balance.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-account-tree.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ad-units.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-adb.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-a-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-alarm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-alert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-business.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-ic-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-location-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-photo-alternate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-road.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-shopping-cart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-task.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-to-home-screen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-to-photos.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add-to-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-adjust.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-admin-panel-settings.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-agriculture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-flat-angled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-flat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-individual-suite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-legroom-extra.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-legroom-normal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-legroom-reduced.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-recline-extra.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airline-seat-recline-normal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airplanemode-active.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airplanemode-inactive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airplay.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-airport-shuttle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alarm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-album.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-all-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-all-inclusive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-all-out.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alt-route.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-alternate-email.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-amp-stories.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-analytics.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-anchor.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-announcement.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-apartment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-api.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-app-blocking.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-app-settings-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-apps.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-architecture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-archive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-back-ios.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-back.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-circle-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-circle-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-downward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-drop-down-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-drop-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-drop-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-forward-ios.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-right-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-arrow-upward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-art-track.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-article.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-aspect-ratio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assessment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-ind.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-late.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-return.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-returned.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment-turned-in.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assignment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assistant-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-assistant.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-atm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attach-email.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attach-file.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attach-money.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-attachment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-audiotrack.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-auto-delete.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-autorenew.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-av-timer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-baby-changing-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backpack.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backspace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backup-table.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-backup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ballot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bar-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-batch-prediction.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bathtub.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-alert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-charging-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-std.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-battery-unknown.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-beach-access.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bedtime.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-beenhere.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bento.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bike-scooter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-biotech.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-block.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-audio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-connected.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth-searching.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bluetooth.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-circular.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-linear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-blur-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-book-online.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-book.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bookmark-border.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bookmark.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bookmarks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-bottom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-horizontal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-inner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-outer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-style.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-top.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-border-vertical.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-branding-watermark.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-auto.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-high.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-low.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness-medium.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness4.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness6.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brightness7.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-broken-image.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-browser-not-supported.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-brush.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bubble-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-bug-report.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-build-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-build.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-burst-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-business-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-business.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cached.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cake.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-calculate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-calendar-today.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-calendar-view-day.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-end.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-made.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-merge.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-missed-outgoing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-missed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-received.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-split.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call-to-action.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-enhance.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-front.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-rear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera-roll.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-campaign.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cancel-presentation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cancel-schedule-send.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cancel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-card-giftcard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-card-membership.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-card-travel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-carpenter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-casino.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cast-connected.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cast-for-education.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cast.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-category.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-center-focus-strong.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-center-focus-weak.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-change-history.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-charging-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chat-bubble-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chat-bubble.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-box-outline-blank.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-checkroom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chevron-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chevron-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-child-care.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-child-friendly.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-chrome-reader-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-class.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-clean-hands.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cleaning-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-clear-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-close-fullscreen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-close.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-closed-caption-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-closed-caption.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-done.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-download.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud-upload.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-cloud.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-code.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-collections-bookmark.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-collections.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-color-lens.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-colorize.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-comment-bank.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-commute.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-compare-arrows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-compare.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-compass-calibration.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-computer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-confirmation-number.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-connect-without-contact.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-construction.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-mail.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contact-support.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contactless.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-contacts.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-content-copy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-content-cut.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-content-paste.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-control-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-control-point-duplicate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-control-point.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-copyright.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-coronavirus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-corporate-fare.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-countertops.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-create-new-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-create.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-credit-card.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-din.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-free.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-original.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-rotate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop-square.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop169.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop32.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop54.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-crop75.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dashboard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-data-usage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-date-range.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-deck.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dehaze.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete-forever.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete-sweep.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-delete.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-departure-board.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-description.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-design-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-desktop-access-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-desktop-mac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-desktop-windows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-details.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-developer-board.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-developer-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-device-hub.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-device-unknown.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-devices-other.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-devices.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dialer-sip.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dialpad.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-bike.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-boat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-bus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-car.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-railway.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-run.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-subway.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-transit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions-walk.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-directions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-disabled-by-default.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-disc-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dns.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-do-not-step.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-do-not-touch.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-domain-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-domain-verification.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-domain.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-done-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-done-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-done.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-donut-large.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-donut-small.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-double-arrow.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drafts.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drag-handle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drag-indicator.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-drive-eta.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dry.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-duo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dvr.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dynamic-feed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-dynamic-form.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-east.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-eco.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit-attributes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit-road.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-edit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-eject.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-elderly.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-bike.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-car.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-moped.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electric-scooter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-electrical-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-elevator.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-email.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-emotions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-events.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-flags.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-food-beverage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-nature.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-objects.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-people.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-symbols.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-emoji-transportation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-engineering.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-enhanced-encryption.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-equalizer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-error-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-error.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-escalator-warning.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-escalator.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-euro-symbol.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-euro.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ev-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-available.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-busy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-note.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event-seat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-event.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exit-to-app.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-expand-less.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-expand-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-explicit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-explore-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-explore.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-neg1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-neg2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-plus1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-plus2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure-zero.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-exposure.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-extension.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-face.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fact-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-family-restroom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fast-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fast-rewind.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fastfood.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-favorite-border.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-favorite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-featured-play-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-featured-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-feedback.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fence.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-dvr.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-manual-record.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fiber-smart-record.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-file-copy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-b-and-w.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-center-focus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-drama.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-frames.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-hdr.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-tilt-shift.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter-vintage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter4.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter6.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter7.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter8.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter9-plus.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-filter9.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-find-in-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-find-replace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fingerprint.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fire-extinguisher.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fireplace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-first-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fitness-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-five-g.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flag.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flaky.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flare.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flash-auto.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flash-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flash-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flight-land.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flight-takeoff.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flight.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-camera-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-camera-ios.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-to-back.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip-to-front.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-flip.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder-open.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder-shared.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder-special.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-follow-the-signs.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-font-download.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-food-bank.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-justify.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-align-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-bold.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-color-reset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-indent-decrease.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-indent-increase.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-italic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-line-spacing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-list-bulleted.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-list-numbered-rtl.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-list-numbered.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-paint.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-quote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-shapes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-size.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-strikethrough.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-textdirection-l-to-r.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-textdirection-r-to-l.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-format-underlined.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forum.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward-to-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward10.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward30.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-forward5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-foundation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-four-k.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-free-breakfast.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fullscreen-exit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-fullscreen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-functions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-g-translate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gamepad.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-games.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gavel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gesture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-get-app.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gif.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-golf-course.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gps-fixed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gps-not-fixed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gps-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grade.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-gradient.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grading.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grain.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-graphic-eq.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grass.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grid-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-grid-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-group-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-group-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-group.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-groups.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-handyman.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hd.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-strong.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hdr-weak.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-headset-mic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-headset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-healing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hearing-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hearing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-height.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-help-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-help-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-help.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-high-quality.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-highlight-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-highlight-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-highlight.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-history-edu.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-history-toggle-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-history.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-home-repair-service.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-home-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-home.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-horizontal-rule.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-horizontal-split.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hot-tub.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hotel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-bottom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-empty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hourglass-top.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-house-siding.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-house.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-how-to-reg.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-how-to-vote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-http.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-https.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-hvac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image-aspect-ratio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image-not-supported.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image-search.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-image.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-import-contacts.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-import-export.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-important-devices.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-indeterminate-check-box.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-info.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-input.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-chart-outlined.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-drive-file.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-emoticon.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-invitation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-link.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insert-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-insights.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-integration-instructions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-invert-colors-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-invert-colors.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-iso.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-arrow-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-backspace.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-capslock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-hide.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-return.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-tab.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard-voice.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-keyboard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-king-bed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-kitchen.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-label-important.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-label-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-label.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-language.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop-chromebook.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop-mac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop-windows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-laptop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-last-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-launch.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-layers-clear.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-layers.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-leaderboard.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-leak-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-leak-remove.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-legend-toggle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-lens.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-add-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-books.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-library-music.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-line-style.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-line-weight.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-linear-scale.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-link-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-link.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-linked-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-list-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-live-help.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-live-tv.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-activity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-airport.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-atm.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-cafe.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-car-wash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-convenience-store.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-dining.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-drink.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-fire-department.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-florist.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-gas-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-grocery-store.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-hospital.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-hotel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-laundry-service.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-library.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-mall.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-movies.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-offer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-parking.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-pharmacy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-pizza.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-play.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-police.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-post-office.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-printshop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-see.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-shipping.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-local-taxi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-city.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-location-searching.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-lock-open.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-login.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks-one.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks-two.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks4.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-looks6.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-loop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-loupe.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-low-priority.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-loyalty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-luggage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mail-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mail.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-map.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-maps-ugc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-chat-read.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-chat-unread.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-email-read.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mark-email-unread.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-markunread-mailbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-markunread.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-masks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-maximize.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mediation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-medical-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-meeting-room.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-memory.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-menu-book.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-menu-open.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-menu.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-merge-type.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-message.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mic-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mic-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-microwave.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-military-tech.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-minimize.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-miscellaneous-services.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-missed-video-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mobile-friendly.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mobile-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mobile-screen-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mode-comment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-model-training.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-monetization-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-money-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-money.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-monochrome-photos.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mood-bad.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mood.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-moped.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more-horiz.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more-time.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more-vert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-motion-photos-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-motion-photos-pause.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-motion-photos-paused.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-mouse.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-move-to-inbox.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-movie-creation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-movie-filter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-movie.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-multiline-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-multiple-stop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-museum.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-music-note.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-music-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-music-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-my-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nature-people.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nature.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-navigate-before.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-navigate-next.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-navigation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-near-me-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-near-me.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-network-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-network-locked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-new-releases.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-next-plan.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-next-week.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nfc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-night-shelter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-nights-stay.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-backpack.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-cell.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-drinks.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-encryption.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-flash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-food.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-luggage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-meals.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-meeting-room.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-photography.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-sim.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-stroller.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-no-transfer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-north-east.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-north-west.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-north.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-accessible.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-interested.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-listed-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-not-started.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-note-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-note.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notification-important.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-active.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications-paused.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-notifications.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-offline-bolt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-offline-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ondemand-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-online-prediction.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-opacity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-in-browser.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-in-full.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-in-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-open-with.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outbound.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outdoor-grill.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outlet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-outlined-flag.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pages.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pageview.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-palette.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pan-tool.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-fish-eye.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-horizontal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-vertical.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama-wide-angle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-panorama.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-party-mode.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause-circle-filled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause-presentation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pause.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-payment.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-payments.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pedal-bike.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pending-actions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pending.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-people-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-people-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-people.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-camera-mic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-contact-calendar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-data-setting.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-device-information.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-identity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-media.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-phone-msg.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-perm-scan-wifi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-add-alt1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-add-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-pin-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-remove-alt1.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-remove.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person-search.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-person.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-personal-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pest-control-rodent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pest-control.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pets.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-bluetooth-speaker.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-callback.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-enabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-forwarded.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-in-talk.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-iphone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-locked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-missed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone-paused.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-erase.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-ring.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink-setup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-phonelink.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-album.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-filter.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-library.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-size-select-actual.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-size-select-large.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo-size-select-small.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-photo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-picture-as-pdf.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-picture-in-picture-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-picture-in-picture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pie-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pin-drop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-place.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-plagiarism.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-arrow.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-circle-filled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-play-for-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-playlist-add-check.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-playlist-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-playlist-play.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-plumbing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-plus-one.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-point-of-sale.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-policy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-poll.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-polymer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pool.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-portable-wifi-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-post-add.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power-input.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power-settings-new.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-power.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-pregnant-woman.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-present-to-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-preview.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-print-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-print.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-priority-high.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-privacy-tip.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-psychology.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-public-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-public.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-publish.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-published-with-changes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-push-pin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-qr-code-scanner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-qr-code.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-query-builder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-question-answer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-queue-music.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-queue-play-next.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-quickreply.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-radio-button-checked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-radio-button-unchecked.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-radio.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rate-review.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-read-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-receipt-long.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-receipt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-recent-actors.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-record-voice-over.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-redeem.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-redo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reduce-capacity.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-refresh.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-circle-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-from-queue.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-red-eye.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove-shopping-cart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-remove.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reorder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-repeat-one.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-repeat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay10.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay30.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-replay5.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reply-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-reply.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-report-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-report-problem.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-report.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-request-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-request-quote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restaurant-menu.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restaurant.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restore-from-trash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restore-page.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-restore.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rice-bowl.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-ring-volume.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-roofing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-room-preferences.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-room-service.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-room.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rotate-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rotate-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rotate90-degrees-ccw.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rounded-corner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-router.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rowing.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rss-feed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rule-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rule.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-run-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-rv-hookup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sanitizer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-satellite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-save-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-save.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-scanner.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-scatter-plot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-schedule.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-school.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-science.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-score.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-lock-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-lock-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-lock-rotation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-rotation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-screen-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sd-card.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sd-storage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-search-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-search.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-security.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-select-all.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-self-improvement.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-send.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sensor-door.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sensor-window.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-dissatisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-satisfied-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-satisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-very-dissatisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sentiment-very-satisfied.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-set-meal.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-applications.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-backup-restore.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-bluetooth.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-brightness.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-cell.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-ethernet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-antenna.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-component.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-composite.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-hdmi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-input-svideo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-overscan.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-power.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-remote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-system-daydream.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings-voice.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-settings.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shop-two.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shopping-bag.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shopping-basket.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shopping-cart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-short-text.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-show-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shuffle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-shutter-speed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sick.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-connected-no-internet4-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-no-sim.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-null.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-cellular4-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-wifi-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-wifi4-bar-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-signal-wifi4-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sim-card.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-single-bed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-six-ft-apart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-skip-next.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-skip-previous.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-slideshow.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-slow-motion-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smart-button.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smartphone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smoke-free.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-smoking-rooms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sms-failed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-snippet-folder.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-snooze.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-soap.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sort-by-alpha.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sort.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-source.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-south-east.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-south-west.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-south.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-spa.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-space-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-group.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-notes-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-notes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker-phone.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speaker.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-speed.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-spellcheck.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-baseball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-basketball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-cricket.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-esports.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-football.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-golf.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-handball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-hockey.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-kabaddi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-mma.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-motorsports.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-rugby.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-soccer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-tennis.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports-volleyball.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sports.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-square-foot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stacked-line-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stairs.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-border.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-half.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star-rate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-star.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stars.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-current-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-current-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-primary-landscape.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stay-primary-portrait.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sticky-note2.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stop-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stop-screen-share.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stop.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-storage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-store-mall-directory.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-store.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-storefront.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-straighten.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-streetview.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-strikethrough-s.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-stroller.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-style.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subdirectory-arrow-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subdirectory-arrow-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subject.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subscript.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subscriptions.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subtitles-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subtitles.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-subway.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-superscript.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-supervised-user-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-supervisor-account.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-support-agent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-support.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-surround-sound.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-calls.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-horiz.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-horizontal-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-vert.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-swap-vertical-circle.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-camera.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-left.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-right.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-switch-video.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync-disabled.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync-problem.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-sync.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-system-update-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-system-update.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tab-unselected.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tab.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-table-chart.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-table-rows.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-table-view.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tablet-android.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tablet-mac.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tablet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tag-faces.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tap-and-play.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tapas.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-terrain.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-fields.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-format.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotate-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotate-vertical.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-angledown.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-angleup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-rotation-none.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-text-snippet.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-textsms.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-texture.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-theaters.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-three-d-rotation.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-three-hundred-sixty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-down-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-up-alt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumb-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-thumbs-up-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-time-to-leave.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timelapse.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timeline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer10.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-timer3.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-title.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-today.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toggle-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toggle-on.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toll.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tonality.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-topic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-touch-app.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tour.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-toys.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-track-changes.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-traffic.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-train.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tram.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-transfer-within-a-station.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-transform.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-transit-enterexit.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-translate.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trending-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trending-flat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trending-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-trip-origin.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tty.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tune.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-turned-in-not.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-turned-in.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tv-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-tv.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-two-wheeler.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-umbrella.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unarchive.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-undo.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unfold-less.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unfold-more.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unpublished.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-unsubscribe.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-update.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-upgrade.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-usb.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-verified-user.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-verified.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-align-bottom.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-align-center.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-align-top.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vertical-split.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vibration.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-call.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-label.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-library.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-video-settings.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-videocam-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-videocam.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-videogame-asset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-agenda.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-array.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-carousel.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-column.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-comfy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-compact.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-day.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-headline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-list.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-module.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-quilt.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-sidebar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-stream.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-view-week.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vignette.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-visibility-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-visibility.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-voice-chat.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-voice-over-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-voicemail.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-down.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-mute.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-volume-up.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vpn-key.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-vpn-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wallpaper.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-warning.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wash.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-watch-later.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-watch.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-water-damage.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-waves.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-auto.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-cloudy.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-incandescent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-iridescent.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wb-sunny.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wc.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-web-asset.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-web.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-weekend.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-west.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-whatshot.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wheelchair-pickup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-where-to-vote.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-widgets.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-calling.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-lock.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-protected-setup.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi-tethering.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wifi.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wine-bar.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-work-off.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-work-outline.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-work.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wrap-text.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wrong-location.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-wysiwyg.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-youtube-searched-for.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-zoom-in.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-zoom-out-map.js +1 -1
- package/cjs/icons/outlined/material/icon-outlined-zoom-out.js +1 -1
- package/cjs/icons/to-newskit-icon.d.ts +1 -1
- package/cjs/icons/to-newskit-icon.d.ts.map +1 -1
- package/cjs/icons/to-newskit-icon.js +6 -6
- package/cjs/icons/to-newskit-icon.js.map +1 -1
- package/cjs/image/image.js +11 -11
- package/cjs/image/image.js.map +1 -1
- package/cjs/image/sources.js +4 -4
- package/cjs/image/sources.js.map +1 -1
- package/cjs/image/styled.js +4 -4
- package/cjs/image/styled.js.map +1 -1
- package/cjs/image/types.d.ts.map +1 -1
- package/cjs/image/utils.js +3 -3
- package/cjs/image/utils.js.map +1 -1
- package/cjs/index.d.ts +2 -0
- package/cjs/index.d.ts.map +1 -1
- package/cjs/index.js +2 -0
- package/cjs/index.js.map +1 -1
- package/cjs/inline-message/inline-message.js +1 -1
- package/cjs/inline-message/inline-message.js.map +1 -1
- package/cjs/instrumentation/event-instrumentation.js +11 -7
- package/cjs/instrumentation/event-instrumentation.js.map +1 -1
- package/cjs/instrumentation/instrumentation-provider.js +4 -4
- package/cjs/instrumentation/instrumentation-provider.js.map +1 -1
- package/cjs/instrumentation/middleware/index.js +9 -5
- package/cjs/instrumentation/middleware/index.js.map +1 -1
- package/cjs/label/index.d.ts +3 -0
- package/cjs/label/index.d.ts.map +1 -0
- package/cjs/label/index.js +15 -0
- package/cjs/label/index.js.map +1 -0
- package/cjs/{text-field → label}/label.d.ts +0 -0
- package/cjs/label/label.d.ts.map +1 -0
- package/cjs/{text-field → label}/label.js +2 -3
- package/cjs/label/label.js.map +1 -0
- package/cjs/label/styled.d.ts +16 -0
- package/cjs/label/styled.d.ts.map +1 -0
- package/cjs/label/styled.js +29 -0
- package/cjs/label/styled.js.map +1 -0
- package/cjs/label/types.d.ts +16 -0
- package/cjs/label/types.d.ts.map +1 -0
- package/cjs/label/types.js +3 -0
- package/cjs/label/types.js.map +1 -0
- package/cjs/link/link-standalone.js +1 -1
- package/cjs/link/link-standalone.js.map +1 -1
- package/cjs/link/link.js +9 -9
- package/cjs/link/link.js.map +1 -1
- package/cjs/menu/context.d.ts +2 -2
- package/cjs/menu/context.js +1 -1
- package/cjs/menu/context.js.map +1 -1
- package/cjs/menu/menu-divider.js +3 -3
- package/cjs/menu/menu-divider.js.map +1 -1
- package/cjs/menu/menu-group.js +7 -7
- package/cjs/menu/menu-group.js.map +1 -1
- package/cjs/menu/menu-item.js +3 -3
- package/cjs/menu/menu-item.js.map +1 -1
- package/cjs/menu/styled.d.ts.map +1 -1
- package/cjs/menu/styled.js +9 -9
- package/cjs/menu/styled.js.map +1 -1
- package/cjs/modal/modal.js +3 -3
- package/cjs/modal/modal.js.map +1 -1
- package/cjs/modal/styled.js +1 -1
- package/cjs/modal/styled.js.map +1 -1
- package/cjs/ordered-list/ordered-list.js +3 -3
- package/cjs/ordered-list/ordered-list.js.map +1 -1
- package/cjs/overlay/overlay.js +4 -4
- package/cjs/overlay/overlay.js.map +1 -1
- package/cjs/scroll/context.js +1 -1
- package/cjs/scroll/context.js.map +1 -1
- package/cjs/scroll/scroll-snap-alignment.js +1 -1
- package/cjs/scroll/scroll-snap-alignment.js.map +1 -1
- package/cjs/scroll/scroll.js +11 -11
- package/cjs/scroll/scroll.js.map +1 -1
- package/cjs/scroll/styled.js +8 -8
- package/cjs/scroll/styled.js.map +1 -1
- package/cjs/select/index.d.ts +4 -0
- package/cjs/select/index.d.ts.map +1 -0
- package/cjs/select/index.js +16 -0
- package/cjs/select/index.js.map +1 -0
- package/cjs/select/select-button.d.ts +24 -0
- package/cjs/select/select-button.d.ts.map +1 -0
- package/cjs/select/select-button.js +71 -0
- package/cjs/select/select-button.js.map +1 -0
- package/cjs/select/select-option.d.ts +4 -0
- package/cjs/select/select-option.d.ts.map +1 -0
- package/cjs/select/select-option.js +25 -0
- package/cjs/select/select-option.js.map +1 -0
- package/cjs/select/select-panel.d.ts +18 -0
- package/cjs/select/select-panel.d.ts.map +1 -0
- package/cjs/select/select-panel.js +61 -0
- package/cjs/select/select-panel.js.map +1 -0
- package/cjs/select/select.d.ts +4 -0
- package/cjs/select/select.d.ts.map +1 -0
- package/cjs/select/select.js +126 -0
- package/cjs/select/select.js.map +1 -0
- package/cjs/select/styled.d.ts +61 -0
- package/cjs/select/styled.d.ts.map +1 -0
- package/cjs/select/styled.js +99 -0
- package/cjs/select/styled.js.map +1 -0
- package/cjs/select/types.d.ts +50 -0
- package/cjs/select/types.d.ts.map +1 -0
- package/cjs/select/types.js +3 -0
- package/cjs/select/types.js.map +1 -0
- package/cjs/share-bar/share-bar.js +4 -4
- package/cjs/share-bar/share-bar.js.map +1 -1
- package/cjs/slider/slider.js +7 -7
- package/cjs/slider/slider.js.map +1 -1
- package/cjs/slider/stateful-slider.js +1 -1
- package/cjs/slider/stateful-slider.js.map +1 -1
- package/cjs/slider/styled.d.ts.map +1 -1
- package/cjs/slider/styled.js +31 -31
- package/cjs/slider/styled.js.map +1 -1
- package/cjs/slider/utils.js +4 -4
- package/cjs/slider/utils.js.map +1 -1
- package/cjs/stack/stack.d.ts.map +1 -1
- package/cjs/stack/stack.js +6 -4
- package/cjs/stack/stack.js.map +1 -1
- package/cjs/stack/styled.d.ts.map +1 -1
- package/cjs/stack/styled.js +24 -24
- package/cjs/stack/styled.js.map +1 -1
- package/cjs/standfirst/standfirst.js +3 -3
- package/cjs/standfirst/standfirst.js.map +1 -1
- package/cjs/structured-list/structured-list-icon.js +4 -4
- package/cjs/structured-list/structured-list-icon.js.map +1 -1
- package/cjs/structured-list/structured-list.js +1 -1
- package/cjs/structured-list/structured-list.js.map +1 -1
- package/cjs/structured-list/styled.js +4 -4
- package/cjs/structured-list/styled.js.map +1 -1
- package/cjs/tabs/styled.d.ts.map +1 -1
- package/cjs/tabs/styled.js +11 -11
- package/cjs/tabs/styled.js.map +1 -1
- package/cjs/tabs/tab-internal.js +2 -2
- package/cjs/tabs/tab-internal.js.map +1 -1
- package/cjs/tabs/tabs.js +22 -22
- package/cjs/tabs/tabs.js.map +1 -1
- package/cjs/tabs/utils.js +11 -11
- package/cjs/tabs/utils.js.map +1 -1
- package/cjs/tag/tag.js +3 -3
- package/cjs/tag/tag.js.map +1 -1
- package/cjs/tealium/tealium.js +1 -1
- package/cjs/tealium/tealium.js.map +1 -1
- package/cjs/text-block/text-block.js +3 -3
- package/cjs/text-block/text-block.js.map +1 -1
- package/cjs/text-field/index.d.ts +0 -2
- package/cjs/text-field/index.d.ts.map +1 -1
- package/cjs/text-field/index.js +0 -2
- package/cjs/text-field/index.js.map +1 -1
- package/cjs/text-field/styled.d.ts +1 -56
- package/cjs/text-field/styled.d.ts.map +1 -1
- package/cjs/text-field/styled.js +5 -62
- package/cjs/text-field/styled.js.map +1 -1
- package/cjs/text-field/text-field.d.ts.map +1 -1
- package/cjs/text-field/text-field.js +4 -6
- package/cjs/text-field/text-field.js.map +1 -1
- package/cjs/text-field/types.d.ts +3 -36
- package/cjs/text-field/types.d.ts.map +1 -1
- package/cjs/text-field/types.js.map +1 -1
- package/cjs/text-input/styled.js +19 -19
- package/cjs/text-input/styled.js.map +1 -1
- package/cjs/text-input/text-input.js +9 -9
- package/cjs/text-input/text-input.js.map +1 -1
- package/cjs/theme/compiler/index.d.ts.map +1 -1
- package/cjs/theme/compiler/index.js +17 -12
- package/cjs/theme/compiler/index.js.map +1 -1
- package/cjs/theme/compiler/ink-style-preset-generator.js +3 -3
- package/cjs/theme/compiler/ink-style-preset-generator.js.map +1 -1
- package/cjs/theme/component-defaults.d.ts +160 -6
- package/cjs/theme/component-defaults.d.ts.map +1 -1
- package/cjs/theme/component-defaults.js +160 -6
- package/cjs/theme/component-defaults.js.map +1 -1
- package/cjs/theme/creator.js +3 -3
- package/cjs/theme/creator.js.map +1 -1
- package/cjs/theme/emotion.js +1 -1
- package/cjs/theme/emotion.js.map +1 -1
- package/cjs/theme/foundations/colors.d.ts +2 -0
- package/cjs/theme/foundations/colors.d.ts.map +1 -1
- package/cjs/theme/foundations/colors.js +1 -0
- package/cjs/theme/foundations/colors.js.map +1 -1
- package/cjs/theme/newskit-dark.js +1 -1
- package/cjs/theme/newskit-dark.js.map +1 -1
- package/cjs/theme/newskit-light.js +1 -1
- package/cjs/theme/newskit-light.js.map +1 -1
- package/cjs/theme/presets/style-presets.js +101 -56
- package/cjs/theme/presets/style-presets.js.map +1 -1
- package/cjs/theme/presets/types.d.ts +3 -0
- package/cjs/theme/presets/types.d.ts.map +1 -1
- package/cjs/theme/presets/typography-presets.js +44 -43
- package/cjs/theme/presets/typography-presets.js.map +1 -1
- package/cjs/title-bar/title-bar.js +2 -2
- package/cjs/title-bar/title-bar.js.map +1 -1
- package/cjs/toast/styled.js +18 -18
- package/cjs/toast/styled.js.map +1 -1
- package/cjs/toast/toast-provider.d.ts +1 -1
- package/cjs/toast/toast-provider.d.ts.map +1 -1
- package/cjs/toast/toast-provider.js +5 -5
- package/cjs/toast/toast-provider.js.map +1 -1
- package/cjs/toast/toast.js +4 -4
- package/cjs/toast/toast.js.map +1 -1
- package/cjs/toast/utils.js +1 -1
- package/cjs/toast/utils.js.map +1 -1
- package/cjs/typography/heading.js +6 -6
- package/cjs/typography/heading.js.map +1 -1
- package/cjs/typography/paragraph.js +2 -2
- package/cjs/typography/paragraph.js.map +1 -1
- package/cjs/unordered-list/styled.js +2 -2
- package/cjs/unordered-list/styled.js.map +1 -1
- package/cjs/unordered-list/unordered-list.js +9 -9
- package/cjs/unordered-list/unordered-list.js.map +1 -1
- package/cjs/utils/array.js +1 -1
- package/cjs/utils/array.js.map +1 -1
- package/cjs/utils/component.js +6 -6
- package/cjs/utils/component.js.map +1 -1
- package/cjs/utils/deep-merge.d.ts.map +1 -1
- package/cjs/utils/deep-merge.js +16 -7
- package/cjs/utils/deep-merge.js.map +1 -1
- package/cjs/utils/device-helpers.js +2 -2
- package/cjs/utils/device-helpers.js.map +1 -1
- package/cjs/utils/get-aspect-ratio.d.ts.map +1 -1
- package/cjs/utils/get-aspect-ratio.js +8 -8
- package/cjs/utils/get-aspect-ratio.js.map +1 -1
- package/cjs/utils/get-font-props.js +3 -3
- package/cjs/utils/get-font-props.js.map +1 -1
- package/cjs/utils/get-ssr-id.js +1 -1
- package/cjs/utils/get-ssr-id.js.map +1 -1
- package/cjs/utils/get-token.js +5 -5
- package/cjs/utils/get-token.js.map +1 -1
- package/cjs/utils/get-transition-duration.js +5 -5
- package/cjs/utils/get-transition-duration.js.map +1 -1
- package/cjs/utils/hooks/use-has-mounted.js +2 -2
- package/cjs/utils/hooks/use-has-mounted.js.map +1 -1
- package/cjs/utils/hooks/use-intersection.js +3 -3
- package/cjs/utils/hooks/use-intersection.js.map +1 -1
- package/cjs/utils/hooks/use-keypress.js +13 -2
- package/cjs/utils/hooks/use-keypress.js.map +1 -1
- package/cjs/utils/hooks/use-lock-body-scroll.js +1 -1
- package/cjs/utils/hooks/use-lock-body-scroll.js.map +1 -1
- package/cjs/utils/hooks/use-media-query/context.js +5 -5
- package/cjs/utils/hooks/use-media-query/context.js.map +1 -1
- package/cjs/utils/hooks/use-media-query/use-media-query.js +4 -4
- package/cjs/utils/hooks/use-media-query/use-media-query.js.map +1 -1
- package/cjs/utils/hooks/use-react-keys.js +3 -3
- package/cjs/utils/hooks/use-react-keys.js.map +1 -1
- package/cjs/utils/overrides.js +2 -2
- package/cjs/utils/overrides.js.map +1 -1
- package/cjs/utils/react-children-utilities.js +1 -1
- package/cjs/utils/react-children-utilities.js.map +1 -1
- package/cjs/utils/render-scripts.js +10 -6
- package/cjs/utils/render-scripts.js.map +1 -1
- package/cjs/utils/responsive-helpers.js +6 -6
- package/cjs/utils/responsive-helpers.js.map +1 -1
- package/cjs/utils/style/base.js +13 -13
- package/cjs/utils/style/base.js.map +1 -1
- package/cjs/utils/style/get-defaults.js +21 -21
- package/cjs/utils/style/get-defaults.js.map +1 -1
- package/cjs/utils/style/getters.js +33 -29
- package/cjs/utils/style/getters.js.map +1 -1
- package/cjs/utils/style/style-preset.d.ts.map +1 -1
- package/cjs/utils/style/style-preset.js +10 -10
- package/cjs/utils/style/style-preset.js.map +1 -1
- package/cjs/utils/style/transition-preset.js +6 -6
- package/cjs/utils/style/transition-preset.js.map +1 -1
- package/cjs/utils/style/utils.js +2 -2
- package/cjs/utils/style/utils.js.map +1 -1
- package/cjs/utils/text-crop.js +4 -4
- package/cjs/utils/text-crop.js.map +1 -1
- package/cjs/utils/with-default-props.js +5 -5
- package/cjs/utils/with-default-props.js.map +1 -1
- package/cjs/version-number.json +1 -1
- package/cjs/volume-control/utils.js +1 -1
- package/cjs/volume-control/utils.js.map +1 -1
- package/cjs/volume-control/volume-control.js +9 -9
- package/cjs/volume-control/volume-control.js.map +1 -1
- package/cjs/with-enhancers/styled.d.ts +18 -0
- package/cjs/with-enhancers/styled.d.ts.map +1 -0
- package/cjs/with-enhancers/styled.js +51 -0
- package/cjs/with-enhancers/styled.js.map +1 -0
- package/cjs/with-enhancers/types.d.ts +32 -0
- package/cjs/with-enhancers/types.d.ts.map +1 -0
- package/cjs/with-enhancers/types.js +3 -0
- package/cjs/with-enhancers/types.js.map +1 -0
- package/cjs/with-enhancers/with-enhancers.d.ts +4 -0
- package/cjs/with-enhancers/with-enhancers.d.ts.map +1 -0
- package/cjs/with-enhancers/with-enhancers.js +42 -0
- package/cjs/with-enhancers/with-enhancers.js.map +1 -0
- package/esm/amp/consent/consent-button.d.ts.map +1 -1
- package/esm/amp/consent/consent-button.js +1 -0
- package/esm/amp/consent/consent-button.js.map +1 -1
- package/esm/amp/head/head.js.map +1 -1
- package/esm/amp/scripts/amp-scripts.js +1 -1
- package/esm/amp/scripts/amp-scripts.js.map +1 -1
- package/esm/amp/scripts/connect-amp-script.js +1 -1
- package/esm/amp/scripts/connect-amp-script.js.map +1 -1
- package/esm/amp/utils/render.js +1 -1
- package/esm/amp/utils/render.js.map +1 -1
- package/esm/amp/utils/style-tag.js +1 -1
- package/esm/amp/utils/style-tag.js.map +1 -1
- package/esm/aspect-ratio/types.d.ts.map +1 -1
- package/esm/{text-field → assistive-text}/assistive-text.d.ts +1 -1
- package/esm/assistive-text/assistive-text.d.ts.map +1 -0
- package/esm/{text-field → assistive-text}/assistive-text.js +4 -4
- package/esm/assistive-text/assistive-text.js.map +1 -0
- package/esm/assistive-text/index.d.ts +3 -0
- package/esm/assistive-text/index.d.ts.map +1 -0
- package/esm/assistive-text/index.js +3 -0
- package/esm/assistive-text/index.js.map +1 -0
- package/esm/assistive-text/styled.d.ts +17 -0
- package/esm/assistive-text/styled.d.ts.map +1 -0
- package/esm/assistive-text/styled.js +21 -0
- package/esm/assistive-text/styled.js.map +1 -0
- package/esm/assistive-text/types.d.ts +12 -0
- package/esm/assistive-text/types.d.ts.map +1 -0
- package/esm/assistive-text/types.js +2 -0
- package/esm/assistive-text/types.js.map +1 -0
- package/esm/audio-player/audio-functions.js +1 -1
- package/esm/audio-player/audio-functions.js.map +1 -1
- package/esm/audio-player/audio-player.d.ts.map +1 -1
- package/esm/audio-player/audio-player.js +2 -1
- package/esm/audio-player/audio-player.js.map +1 -1
- package/esm/audio-player/styled.js +2 -2
- package/esm/audio-player/styled.js.map +1 -1
- package/esm/audio-player/utils.js +14 -10
- package/esm/audio-player/utils.js.map +1 -1
- package/esm/banner/styled.js +11 -11
- package/esm/banner/styled.js.map +1 -1
- package/esm/byline/byline.js +5 -5
- package/esm/byline/byline.js.map +1 -1
- package/esm/card/styled.d.ts +1 -1
- package/esm/card/styled.d.ts.map +1 -1
- package/esm/card/styled.js +1 -1
- package/esm/card/styled.js.map +1 -1
- package/esm/card/utils.js +1 -1
- package/esm/card/utils.js.map +1 -1
- package/esm/checkbox/checkbox.d.ts.map +1 -1
- package/esm/checkbox/checkbox.js +5 -3
- package/esm/checkbox/checkbox.js.map +1 -1
- package/esm/checkbox/styled.d.ts +5 -5
- package/esm/checkbox/styled.d.ts.map +1 -1
- package/esm/checkbox/styled.js +14 -11
- package/esm/checkbox/styled.js.map +1 -1
- package/esm/checkbox/types.d.ts +2 -1
- package/esm/checkbox/types.d.ts.map +1 -1
- package/esm/consent/consent-utils.js +7 -7
- package/esm/consent/consent-utils.js.map +1 -1
- package/esm/date-time/date-time.js +3 -3
- package/esm/date-time/date-time.js.map +1 -1
- package/esm/dialog/styled.d.ts +6 -6
- package/esm/dialog/styled.js +6 -6
- package/esm/dialog/styled.js.map +1 -1
- package/esm/drawer/drawer.js +1 -1
- package/esm/drawer/drawer.js.map +1 -1
- package/esm/drawer/styled.js +4 -4
- package/esm/drawer/styled.js.map +1 -1
- package/esm/experimentation-web/experimentation-web.js +1 -1
- package/esm/experimentation-web/experimentation-web.js.map +1 -1
- package/esm/form/form-entry.d.ts.map +1 -1
- package/esm/form/form-input.d.ts +17 -2
- package/esm/form/form-input.d.ts.map +1 -1
- package/esm/form/form-input.js +28 -12
- package/esm/form/form-input.js.map +1 -1
- package/esm/form/types.d.ts +21 -0
- package/esm/form/types.d.ts.map +1 -1
- package/esm/form/utils.d.ts +5 -6
- package/esm/form/utils.d.ts.map +1 -1
- package/esm/form/utils.js.map +1 -1
- package/esm/grid/cell.js +10 -10
- package/esm/grid/cell.js.map +1 -1
- package/esm/grid/utils.js +10 -6
- package/esm/grid/utils.js.map +1 -1
- package/esm/grid/visibility.d.ts.map +1 -1
- package/esm/grid/visibility.js +1 -0
- package/esm/grid/visibility.js.map +1 -1
- package/esm/icons/to-newskit-icon.d.ts +1 -1
- package/esm/icons/to-newskit-icon.d.ts.map +1 -1
- package/esm/icons/to-newskit-icon.js +1 -1
- package/esm/icons/to-newskit-icon.js.map +1 -1
- package/esm/image/sources.js +1 -1
- package/esm/image/sources.js.map +1 -1
- package/esm/image/types.d.ts.map +1 -1
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/esm/instrumentation/event-instrumentation.js +10 -6
- package/esm/instrumentation/event-instrumentation.js.map +1 -1
- package/esm/instrumentation/middleware/index.js +9 -5
- package/esm/instrumentation/middleware/index.js.map +1 -1
- package/esm/label/index.d.ts +3 -0
- package/esm/label/index.d.ts.map +1 -0
- package/esm/label/index.js +3 -0
- package/esm/label/index.js.map +1 -0
- package/esm/{text-field → label}/label.d.ts +0 -0
- package/esm/label/label.d.ts.map +1 -0
- package/esm/{text-field → label}/label.js +2 -3
- package/esm/label/label.js.map +1 -0
- package/esm/label/styled.d.ts +16 -0
- package/esm/label/styled.d.ts.map +1 -0
- package/esm/label/styled.js +26 -0
- package/esm/label/styled.js.map +1 -0
- package/esm/label/types.d.ts +16 -0
- package/esm/label/types.d.ts.map +1 -0
- package/esm/label/types.js +2 -0
- package/esm/label/types.js.map +1 -0
- package/esm/menu/context.d.ts +2 -2
- package/esm/menu/styled.d.ts.map +1 -1
- package/esm/menu/styled.js.map +1 -1
- package/esm/scroll/scroll.js +3 -3
- package/esm/scroll/scroll.js.map +1 -1
- package/esm/scroll/styled.js +3 -3
- package/esm/scroll/styled.js.map +1 -1
- package/esm/select/index.d.ts +4 -0
- package/esm/select/index.d.ts.map +1 -0
- package/esm/select/index.js +4 -0
- package/esm/select/index.js.map +1 -0
- package/esm/select/select-button.d.ts +24 -0
- package/esm/select/select-button.d.ts.map +1 -0
- package/esm/select/select-button.js +65 -0
- package/esm/select/select-button.js.map +1 -0
- package/esm/select/select-option.d.ts +4 -0
- package/esm/select/select-option.d.ts.map +1 -0
- package/esm/select/select-option.js +18 -0
- package/esm/select/select-option.js.map +1 -0
- package/esm/select/select-panel.d.ts +18 -0
- package/esm/select/select-panel.d.ts.map +1 -0
- package/esm/select/select-panel.js +55 -0
- package/esm/select/select-panel.js.map +1 -0
- package/esm/select/select.d.ts +4 -0
- package/esm/select/select.d.ts.map +1 -0
- package/esm/select/select.js +101 -0
- package/esm/select/select.js.map +1 -0
- package/esm/select/styled.d.ts +61 -0
- package/esm/select/styled.d.ts.map +1 -0
- package/esm/select/styled.js +96 -0
- package/esm/select/styled.js.map +1 -0
- package/esm/select/types.d.ts +50 -0
- package/esm/select/types.d.ts.map +1 -0
- package/esm/select/types.js +2 -0
- package/esm/select/types.js.map +1 -0
- package/esm/slider/slider.js +2 -2
- package/esm/slider/slider.js.map +1 -1
- package/esm/slider/styled.d.ts.map +1 -1
- package/esm/slider/styled.js +13 -13
- package/esm/slider/styled.js.map +1 -1
- package/esm/stack/stack.d.ts.map +1 -1
- package/esm/stack/stack.js +3 -1
- package/esm/stack/stack.js.map +1 -1
- package/esm/stack/styled.d.ts.map +1 -1
- package/esm/stack/styled.js +1 -1
- package/esm/stack/styled.js.map +1 -1
- package/esm/structured-list/structured-list.js +1 -1
- package/esm/structured-list/structured-list.js.map +1 -1
- package/esm/tabs/styled.d.ts.map +1 -1
- package/esm/tabs/styled.js +1 -1
- package/esm/tabs/styled.js.map +1 -1
- package/esm/tabs/tabs.js +4 -4
- package/esm/tabs/tabs.js.map +1 -1
- package/esm/tabs/utils.js +5 -5
- package/esm/tabs/utils.js.map +1 -1
- package/esm/tealium/tealium.js +1 -1
- package/esm/tealium/tealium.js.map +1 -1
- package/esm/text-field/index.d.ts +0 -2
- package/esm/text-field/index.d.ts.map +1 -1
- package/esm/text-field/index.js +0 -2
- package/esm/text-field/index.js.map +1 -1
- package/esm/text-field/styled.d.ts +1 -56
- package/esm/text-field/styled.d.ts.map +1 -1
- package/esm/text-field/styled.js +5 -62
- package/esm/text-field/styled.js.map +1 -1
- package/esm/text-field/text-field.d.ts.map +1 -1
- package/esm/text-field/text-field.js +5 -7
- package/esm/text-field/text-field.js.map +1 -1
- package/esm/text-field/types.d.ts +3 -36
- package/esm/text-field/types.d.ts.map +1 -1
- package/esm/text-field/types.js.map +1 -1
- package/esm/text-input/styled.js +16 -16
- package/esm/text-input/styled.js.map +1 -1
- package/esm/text-input/text-input.js +3 -3
- package/esm/text-input/text-input.js.map +1 -1
- package/esm/theme/compiler/index.d.ts.map +1 -1
- package/esm/theme/compiler/index.js +15 -10
- package/esm/theme/compiler/index.js.map +1 -1
- package/esm/theme/compiler/ink-style-preset-generator.js +3 -3
- package/esm/theme/compiler/ink-style-preset-generator.js.map +1 -1
- package/esm/theme/component-defaults.d.ts +160 -6
- package/esm/theme/component-defaults.d.ts.map +1 -1
- package/esm/theme/component-defaults.js +160 -6
- package/esm/theme/component-defaults.js.map +1 -1
- package/esm/theme/creator.js +1 -1
- package/esm/theme/creator.js.map +1 -1
- package/esm/theme/foundations/colors.d.ts +2 -0
- package/esm/theme/foundations/colors.d.ts.map +1 -1
- package/esm/theme/foundations/colors.js +1 -0
- package/esm/theme/foundations/colors.js.map +1 -1
- package/esm/theme/presets/style-presets.js +101 -56
- package/esm/theme/presets/style-presets.js.map +1 -1
- package/esm/theme/presets/types.d.ts +3 -0
- package/esm/theme/presets/types.d.ts.map +1 -1
- package/esm/theme/presets/typography-presets.js +1 -0
- package/esm/theme/presets/typography-presets.js.map +1 -1
- package/esm/toast/toast-provider.d.ts +1 -1
- package/esm/toast/toast-provider.d.ts.map +1 -1
- package/esm/toast/toast-provider.js.map +1 -1
- package/esm/utils/deep-merge.d.ts.map +1 -1
- package/esm/utils/deep-merge.js +13 -7
- package/esm/utils/deep-merge.js.map +1 -1
- package/esm/utils/get-aspect-ratio.d.ts.map +1 -1
- package/esm/utils/get-aspect-ratio.js +8 -8
- package/esm/utils/get-aspect-ratio.js.map +1 -1
- package/esm/utils/get-ssr-id.js +1 -1
- package/esm/utils/get-ssr-id.js.map +1 -1
- package/esm/utils/get-token.js +3 -3
- package/esm/utils/get-token.js.map +1 -1
- package/esm/utils/hooks/use-keypress.js +12 -1
- package/esm/utils/hooks/use-keypress.js.map +1 -1
- package/esm/utils/render-scripts.js +9 -5
- package/esm/utils/render-scripts.js.map +1 -1
- package/esm/utils/responsive-helpers.js +5 -5
- package/esm/utils/responsive-helpers.js.map +1 -1
- package/esm/utils/style/getters.js +9 -5
- package/esm/utils/style/getters.js.map +1 -1
- package/esm/utils/style/style-preset.d.ts.map +1 -1
- package/esm/utils/style/style-preset.js +3 -3
- package/esm/utils/style/style-preset.js.map +1 -1
- package/esm/utils/style/transition-preset.js +2 -2
- package/esm/utils/style/transition-preset.js.map +1 -1
- package/esm/utils/text-crop.js +4 -4
- package/esm/utils/text-crop.js.map +1 -1
- package/esm/utils/with-default-props.js +1 -1
- package/esm/utils/with-default-props.js.map +1 -1
- package/esm/version-number.json +1 -1
- package/esm/volume-control/utils.js +1 -1
- package/esm/volume-control/utils.js.map +1 -1
- package/esm/volume-control/volume-control.js +1 -1
- package/esm/volume-control/volume-control.js.map +1 -1
- package/esm/with-enhancers/styled.d.ts +18 -0
- package/esm/with-enhancers/styled.d.ts.map +1 -0
- package/esm/with-enhancers/styled.js +48 -0
- package/esm/with-enhancers/styled.js.map +1 -0
- package/esm/with-enhancers/types.d.ts +32 -0
- package/esm/with-enhancers/types.d.ts.map +1 -0
- package/esm/with-enhancers/types.js +2 -0
- package/esm/with-enhancers/types.js.map +1 -0
- package/esm/with-enhancers/with-enhancers.d.ts +4 -0
- package/esm/with-enhancers/with-enhancers.d.ts.map +1 -0
- package/esm/with-enhancers/with-enhancers.js +36 -0
- package/esm/with-enhancers/with-enhancers.js.map +1 -0
- package/package.json +3 -3
- package/cjs/text-field/assistive-text.d.ts.map +0 -1
- package/cjs/text-field/assistive-text.js.map +0 -1
- package/cjs/text-field/label.d.ts.map +0 -1
- package/cjs/text-field/label.js.map +0 -1
- package/esm/text-field/assistive-text.d.ts.map +0 -1
- package/esm/text-field/assistive-text.js.map +0 -1
- package/esm/text-field/label.d.ts.map +0 -1
- package/esm/text-field/label.js.map +0 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React from 'react';
|
|
24
|
+
import { StyledOption, StyledOptionIcon, StyledSelectPanel } from './styled';
|
|
25
|
+
import { ScreenReaderOnly } from '../screen-reader-only';
|
|
26
|
+
import { useReactKeys } from '../utils/hooks';
|
|
27
|
+
import { useTheme } from '../theme';
|
|
28
|
+
import { getToken } from '../utils/get-token';
|
|
29
|
+
import { IconFilledCheck } from '../icons';
|
|
30
|
+
var StyledOptionWithPrivateProps = React.forwardRef(function (props, inputRef) {
|
|
31
|
+
var $size = props.$size, $selected = props.$selected, $focused = props.$focused, selectedIcon = props.selectedIcon, overrides = props.overrides;
|
|
32
|
+
var theme = useTheme();
|
|
33
|
+
var iconSize = getToken({ theme: theme }, "selectOption.".concat($size, ".icon"), '', 'iconSize');
|
|
34
|
+
var optionSpaceInline = getToken({ theme: theme, overrides: overrides }, "selectOption.".concat($size), '', 'spaceInline');
|
|
35
|
+
var children = props.children;
|
|
36
|
+
return (React.createElement(StyledOption, __assign({}, props, { ref: inputRef, "$spaceInline": optionSpaceInline }),
|
|
37
|
+
React.createElement("div", null, children),
|
|
38
|
+
$selected && (React.createElement(StyledOptionIcon, { "$size": $size, "$selected": $selected, "$focused": $focused }, selectedIcon || React.createElement(IconFilledCheck, { overrides: { size: iconSize } })))));
|
|
39
|
+
});
|
|
40
|
+
export var SelectPanel = React.forwardRef(function (props, panelRef) {
|
|
41
|
+
var isOpen = props.isOpen, width = props.width, height = props.height, top = props.top, left = props.left, size = props.size, children = props.children, getItemProps = props.getItemProps, selectedItem = props.selectedItem, highlightedIndex = props.highlightedIndex, restProps = __rest(props, ["isOpen", "width", "height", "top", "left", "size", "children", "getItemProps", "selectedItem", "highlightedIndex"]);
|
|
42
|
+
var listDescriptionId = useReactKeys(1)[0];
|
|
43
|
+
return (React.createElement(React.Fragment, null,
|
|
44
|
+
React.createElement(ScreenReaderOnly, { id: listDescriptionId }, "Press down arrow key to navigate to the first item"),
|
|
45
|
+
React.createElement(StyledSelectPanel, __assign({ "$isOpen": isOpen, "data-testid": "select-panel", "aria-describedby": listDescriptionId, "$width": width, "$top": (top || 0) + (height || 0), "$left": left, "$size": size, ref: panelRef }, restProps), isOpen &&
|
|
46
|
+
React.Children.map(children, function (child, index) {
|
|
47
|
+
var downshiftOptionProps = getItemProps({
|
|
48
|
+
item: child,
|
|
49
|
+
index: index,
|
|
50
|
+
});
|
|
51
|
+
var combinedProps = __assign(__assign({}, downshiftOptionProps), child.props);
|
|
52
|
+
return (React.createElement(StyledOptionWithPrivateProps, __assign({ "$focused": highlightedIndex === index, "$selected": selectedItem === child, "$size": size }, combinedProps)));
|
|
53
|
+
}))));
|
|
54
|
+
});
|
|
55
|
+
//# sourceMappingURL=select-panel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-panel.js","sourceRoot":"","sources":["../../../src/select/select-panel.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAIpC,eAAO,MAAM,MAAM,sFAsLlB,CAAC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useEffect, useRef } from 'react';
|
|
24
|
+
import { useSelect } from 'downshift';
|
|
25
|
+
import composeRefs from '@seznam/compose-react-refs';
|
|
26
|
+
import { SelectPanel } from './select-panel';
|
|
27
|
+
import { SelectButton } from './select-button';
|
|
28
|
+
export var Select = React.forwardRef(function (props, inputRef) {
|
|
29
|
+
var overrides = props.overrides, _a = props.placeholder, placeholder = _a === void 0 ? 'Select Option' : _a, state = props.state, startEnhancer = props.startEnhancer, endEnhancer = props.endEnhancer, validationIcon = props.validationIcon, onBlur = props.onBlur, onFocus = props.onFocus, onChange = props.onChange, _b = props.size, size = _b === void 0 ? 'medium' : _b, loading = props.loading, children = props.children, restProps = __rest(props, ["overrides", "placeholder", "state", "startEnhancer", "endEnhancer", "validationIcon", "onBlur", "onFocus", "onChange", "size", "loading", "children"]);
|
|
30
|
+
var selectRef = useRef(null);
|
|
31
|
+
var localInputRef = useRef(null);
|
|
32
|
+
var panelRef = useRef(null);
|
|
33
|
+
var _c = React.useState(false), isFocused = _c[0], setIsFocused = _c[1];
|
|
34
|
+
var onSelectButtonFocus = React.useCallback(function (event) {
|
|
35
|
+
setIsFocused(true);
|
|
36
|
+
if (onFocus) {
|
|
37
|
+
onFocus(event);
|
|
38
|
+
}
|
|
39
|
+
}, [onFocus]);
|
|
40
|
+
var programmaticallySelectedItem = children.find(function (option) { return option.props.selected; });
|
|
41
|
+
var defaultSelectedItem = children.find(function (option) { return option.props.defaultSelected; });
|
|
42
|
+
useEffect(function () {
|
|
43
|
+
if (programmaticallySelectedItem || defaultSelectedItem) {
|
|
44
|
+
// istanbul ignore else
|
|
45
|
+
if (localInputRef.current) {
|
|
46
|
+
localInputRef.current.value = programmaticallySelectedItem
|
|
47
|
+
? programmaticallySelectedItem.props.value
|
|
48
|
+
: defaultSelectedItem.props.value;
|
|
49
|
+
if (onChange) {
|
|
50
|
+
onChange({
|
|
51
|
+
type: 'change',
|
|
52
|
+
target: localInputRef.current,
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}, [defaultSelectedItem, onChange, programmaticallySelectedItem]);
|
|
58
|
+
var onInputChange = React.useCallback(function (event) {
|
|
59
|
+
// istanbul ignore else
|
|
60
|
+
if (localInputRef.current) {
|
|
61
|
+
localInputRef.current.value = event.selectedItem.props.value;
|
|
62
|
+
}
|
|
63
|
+
// istanbul ignore else
|
|
64
|
+
if (onChange && localInputRef.current) {
|
|
65
|
+
onChange({
|
|
66
|
+
type: 'change',
|
|
67
|
+
target: localInputRef.current,
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
}, [onChange]);
|
|
71
|
+
var _d = React.useState(-1), highlightedIndex = _d[0], setHighlightedIndex = _d[1];
|
|
72
|
+
var onHighlightedIndexChange = function (indexChangeEvent) {
|
|
73
|
+
// istanbul ignore else
|
|
74
|
+
if (indexChangeEvent.type !== '__item_mouse_move__') {
|
|
75
|
+
setHighlightedIndex(indexChangeEvent.highlightedIndex);
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
79
|
+
// istanbul ignore next
|
|
80
|
+
var itemToString = function (item) { var _a, _b; return ((_a = item === null || item === void 0 ? void 0 : item.props) === null || _a === void 0 ? void 0 : _a['aria-label']) || ((_b = item === null || item === void 0 ? void 0 : item.props) === null || _b === void 0 ? void 0 : _b.value); };
|
|
81
|
+
/* eslint-enable @typescript-eslint/no-explicit-any */
|
|
82
|
+
var _e = useSelect(__assign({ items: children, defaultSelectedItem: defaultSelectedItem, onSelectedItemChange: onInputChange, itemToString: itemToString, onHighlightedIndexChange: onHighlightedIndexChange }, (programmaticallySelectedItem
|
|
83
|
+
? { selectedItem: programmaticallySelectedItem }
|
|
84
|
+
: {}))), isOpen = _e.isOpen, selectedItem = _e.selectedItem, getToggleButtonProps = _e.getToggleButtonProps, getMenuProps = _e.getMenuProps, getItemProps = _e.getItemProps, openMenu = _e.openMenu;
|
|
85
|
+
var _f = React.useState(true), allowBlur = _f[0], setAllowBlur = _f[1];
|
|
86
|
+
var onSelectButtonBlur = React.useCallback(function (event) {
|
|
87
|
+
if (onBlur && allowBlur) {
|
|
88
|
+
onBlur(event);
|
|
89
|
+
}
|
|
90
|
+
setIsFocused(false);
|
|
91
|
+
}, [allowBlur, onBlur]);
|
|
92
|
+
var _g = getToggleButtonProps(), downshiftButtonPropsRef = _g.ref, downshiftButtonPropsExceptRef = __rest(_g, ["ref"]);
|
|
93
|
+
delete downshiftButtonPropsExceptRef['aria-labelledby']; // deleting because FormInput provides these props
|
|
94
|
+
var _h = getMenuProps(), downshiftMenuPropsRef = _h.ref, downshiftMenuPropsExceptRef = __rest(_h, ["ref"]);
|
|
95
|
+
var _j = (selectRef && selectRef.current) || {}, _k = _j.clientWidth, width = _k === void 0 ? 0 : _k, _l = _j.offsetTop, top = _l === void 0 ? 0 : _l, _m = _j.clientHeight, height = _m === void 0 ? 0 : _m, _o = _j.offsetLeft, left = _o === void 0 ? 0 : _o;
|
|
96
|
+
return (React.createElement(React.Fragment, null,
|
|
97
|
+
React.createElement(SelectButton, __assign({ size: size, placeholder: placeholder, isFocused: isFocused, loading: loading, state: state, selectedItem: selectedItem, overrides: overrides === null || overrides === void 0 ? void 0 : overrides.button, startEnhancer: startEnhancer, endEnhancer: endEnhancer, validationIcon: validationIcon, setAllowBlur: setAllowBlur, onSelectButtonBlur: onSelectButtonBlur, onSelectButtonFocus: onSelectButtonFocus, openMenu: openMenu, itemToString: itemToString, ref: composeRefs(localInputRef, downshiftButtonPropsRef, inputRef), selectRef: selectRef }, downshiftButtonPropsExceptRef, restProps)),
|
|
98
|
+
React.createElement(SelectPanel, __assign({ isOpen: isOpen, overrides: overrides === null || overrides === void 0 ? void 0 : overrides.panel, width: width, height: height, top: top, left: left, size: size, selectedItem: selectedItem, highlightedIndex: highlightedIndex, getItemProps: getItemProps }, downshiftMenuPropsExceptRef, { ref: composeRefs(panelRef, downshiftMenuPropsRef) }), children)));
|
|
99
|
+
});
|
|
100
|
+
Select.displayName = 'Select';
|
|
101
|
+
//# sourceMappingURL=select.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.js","sourceRoot":"","sources":["../../../src/select/select.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ButtonSelectSize } from './types';
|
|
3
|
+
export declare const StyledButtonIcons: import("@emotion/styled").StyledComponent<{
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
6
|
+
} & {
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
$spaceInline: string;
|
|
9
|
+
$loading?: boolean | undefined;
|
|
10
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
|
+
export declare const StyledSelectButton: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
+
as?: import("react").ElementType<any> | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
$size: ButtonSelectSize;
|
|
16
|
+
$loading?: boolean | undefined;
|
|
17
|
+
}, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
18
|
+
export declare const StyledButtonContents: import("@emotion/styled").StyledComponent<{
|
|
19
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
+
as?: import("react").ElementType<any> | undefined;
|
|
21
|
+
} & {
|
|
22
|
+
$size: ButtonSelectSize;
|
|
23
|
+
disabled?: boolean | undefined;
|
|
24
|
+
$color: string;
|
|
25
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
|
+
export declare const StyledIconBox: import("@emotion/styled").StyledComponent<{
|
|
27
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
28
|
+
as?: import("react").ElementType<any> | undefined;
|
|
29
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
30
|
+
export declare const StyledDropdownIconButton: import("@emotion/styled").StyledComponent<{
|
|
31
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
32
|
+
as?: import("react").ElementType<any> | undefined;
|
|
33
|
+
}, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
34
|
+
export declare const StyledSelectPanel: import("@emotion/styled").StyledComponent<{
|
|
35
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
36
|
+
as?: import("react").ElementType<any> | undefined;
|
|
37
|
+
} & {
|
|
38
|
+
$size: ButtonSelectSize;
|
|
39
|
+
$width?: number | undefined;
|
|
40
|
+
$top?: number | undefined;
|
|
41
|
+
$left?: number | undefined;
|
|
42
|
+
$isOpen: boolean;
|
|
43
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
44
|
+
export declare const StyledOption: import("@emotion/styled").StyledComponent<{
|
|
45
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
46
|
+
as?: import("react").ElementType<any> | undefined;
|
|
47
|
+
} & {
|
|
48
|
+
$size?: ButtonSelectSize | undefined;
|
|
49
|
+
$focused?: boolean | undefined;
|
|
50
|
+
$selected?: boolean | undefined;
|
|
51
|
+
$spaceInline?: string | undefined;
|
|
52
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
53
|
+
export declare const StyledOptionIcon: import("@emotion/styled").StyledComponent<{
|
|
54
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
55
|
+
as?: import("react").ElementType<any> | undefined;
|
|
56
|
+
} & {
|
|
57
|
+
$size: ButtonSelectSize;
|
|
58
|
+
$focused?: boolean | undefined;
|
|
59
|
+
$selected?: boolean | undefined;
|
|
60
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
61
|
+
//# sourceMappingURL=styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../src/select/styled.tsx"],"names":[],"mappings":";AAQA,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,iBAAiB;;;;;kBAEd,MAAM;;yGAiBrB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;WACtB,gBAAgB;;qHA2BxB,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;WACxB,gBAAgB;;YAEf,MAAM;yGASf,CAAC;AAEF,eAAO,MAAM,aAAa;;;yGAEzB,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;qHAEpC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;WACrB,gBAAgB;;;;aAId,OAAO;yGA8BjB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;yGAoCxB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;WACpB,gBAAgB;;;yGAYxB,CAAC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import { styled, getTypographyPreset, getStylePreset, getResponsiveSpace, getResponsiveSize, getSpacingCssFromTheme, } from '../utils/style';
|
|
6
|
+
export var StyledButtonIcons = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n\n ", "\n\n cursor: ", ";\n"], ["\n display: flex;\n\n ", "\n\n cursor: ", ";\n"])), function (_a) {
|
|
7
|
+
var $spaceInline = _a.$spaceInline;
|
|
8
|
+
return getSpacingCssFromTheme('columnGap', $spaceInline);
|
|
9
|
+
}, function (_a) {
|
|
10
|
+
var disabled = _a.disabled, $loading = _a.$loading;
|
|
11
|
+
if ($loading) {
|
|
12
|
+
return 'wait';
|
|
13
|
+
}
|
|
14
|
+
if (disabled) {
|
|
15
|
+
return 'not-allowed';
|
|
16
|
+
}
|
|
17
|
+
return 'pointer';
|
|
18
|
+
});
|
|
19
|
+
export var StyledSelectButton = styled.button(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n all: unset;\n flex-grow: 1;\n width: 100%;\n box-sizing: border-box;\n align-items: center;\n justify-content: space-between;\n overflow: hidden;\n\n cursor: ", ";\n\n ", "\n\n ", "\n"], ["\n all: unset;\n flex-grow: 1;\n width: 100%;\n box-sizing: border-box;\n align-items: center;\n justify-content: space-between;\n overflow: hidden;\n\n cursor: ", ";\n\n ", "\n\n ", "\n"])), function (_a) {
|
|
20
|
+
var disabled = _a.disabled, $loading = _a.$loading;
|
|
21
|
+
if ($loading) {
|
|
22
|
+
return 'wait';
|
|
23
|
+
}
|
|
24
|
+
if (disabled) {
|
|
25
|
+
return 'not-allowed';
|
|
26
|
+
}
|
|
27
|
+
return 'pointer';
|
|
28
|
+
}, function (_a) {
|
|
29
|
+
var $size = _a.$size;
|
|
30
|
+
return getResponsiveSpace("padding", "select.".concat($size, ".button"), '', 'spaceInset');
|
|
31
|
+
}, function (_a) {
|
|
32
|
+
var $size = _a.$size;
|
|
33
|
+
return getResponsiveSize("minWidth", "select.".concat($size, ".button"), '', 'minWidth');
|
|
34
|
+
});
|
|
35
|
+
export var StyledButtonContents = styled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n\n ", "\n ", "\n"], ["\n width: 100%;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n\n ", "\n ", "\n"])), function (_a) {
|
|
36
|
+
var $color = _a.$color, disabled = _a.disabled;
|
|
37
|
+
return "color: ".concat(disabled ? 'inherit' : $color, ";");
|
|
38
|
+
}, function (_a) {
|
|
39
|
+
var $size = _a.$size;
|
|
40
|
+
return getTypographyPreset("select.".concat($size, ".button"), '');
|
|
41
|
+
});
|
|
42
|
+
export var StyledIconBox = styled.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
|
|
43
|
+
export var StyledDropdownIconButton = styled.button(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n all: unset;\n"], ["\n all: unset;\n"])));
|
|
44
|
+
export var StyledSelectPanel = styled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n position: absolute;\n height: auto;\n overflow-x: hidden;\n overflow-y: auto;\n box-sizing: border-box;\n outline: none;\n\n ", "\n\n ", "\n\n ", "\n ", "\n ", "\n \n ", "\n\n ", ";\n\n ", ";\n"], ["\n position: absolute;\n height: auto;\n overflow-x: hidden;\n overflow-y: auto;\n box-sizing: border-box;\n outline: none;\n\n ", "\n\n ", "\n\n ", "\n ", "\n ", "\n \n ", "\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
45
|
+
var $size = _a.$size;
|
|
46
|
+
return getResponsiveSpace("marginTop", "select.".concat($size, ".panel"), '', 'spaceStack');
|
|
47
|
+
}, function (_a) {
|
|
48
|
+
var $size = _a.$size;
|
|
49
|
+
return getResponsiveSpace(function (space) { return ({ paddingTop: space, paddingBottom: space }); }, "select.".concat($size, ".panel"), '', 'spaceInset');
|
|
50
|
+
}, function (_a) {
|
|
51
|
+
var $width = _a.$width;
|
|
52
|
+
return "width: ".concat($width, "px;");
|
|
53
|
+
}, function (_a) {
|
|
54
|
+
var $top = _a.$top;
|
|
55
|
+
return "top: ".concat($top, "px;");
|
|
56
|
+
}, function (_a) {
|
|
57
|
+
var $left = _a.$left;
|
|
58
|
+
return "left: ".concat($left, "px;");
|
|
59
|
+
}, function (_a) {
|
|
60
|
+
var $isOpen = _a.$isOpen;
|
|
61
|
+
return "display: ".concat($isOpen ? 'block' : 'none', ";");
|
|
62
|
+
}, function (_a) {
|
|
63
|
+
var $size = _a.$size;
|
|
64
|
+
return getStylePreset("select.".concat($size, ".panel"), '');
|
|
65
|
+
}, function (_a) {
|
|
66
|
+
var $size = _a.$size;
|
|
67
|
+
return getResponsiveSize('maxHeight', "select.".concat($size, ".panel"), '', 'maxHeight');
|
|
68
|
+
});
|
|
69
|
+
export var StyledOption = styled.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n display: flex;\n width: 100%;\n overflow: hidden;\n box-sizing: border-box;\n justify-content: space-between;\n align-items: center;\n cursor: pointer;\n\n * {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n\n ", ";\n\n ", ";\n\n ", "\n\n ", "\n\n ", "\n"], ["\n display: flex;\n width: 100%;\n overflow: hidden;\n box-sizing: border-box;\n justify-content: space-between;\n align-items: center;\n cursor: pointer;\n\n * {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n\n ", ";\n\n ", ";\n\n ", "\n\n ", "\n\n ", "\n"])), function (_a) {
|
|
70
|
+
var $spaceInline = _a.$spaceInline;
|
|
71
|
+
return $spaceInline ? getSpacingCssFromTheme('columnGap', $spaceInline) : null;
|
|
72
|
+
}, function (_a) {
|
|
73
|
+
var $size = _a.$size, $focused = _a.$focused, $selected = _a.$selected;
|
|
74
|
+
return getStylePreset("selectOption.".concat($size), '', {
|
|
75
|
+
isFocused: $focused,
|
|
76
|
+
isSelected: $selected,
|
|
77
|
+
});
|
|
78
|
+
}, function (_a) {
|
|
79
|
+
var $size = _a.$size;
|
|
80
|
+
return getTypographyPreset("selectOption.".concat($size), '');
|
|
81
|
+
}, function (_a) {
|
|
82
|
+
var $size = _a.$size;
|
|
83
|
+
return getResponsiveSpace("padding", "selectOption.".concat($size), '', 'spaceInset');
|
|
84
|
+
}, function (_a) {
|
|
85
|
+
var $size = _a.$size;
|
|
86
|
+
return getResponsiveSize('minHeight', "selectOption.".concat($size), '', 'minHeight');
|
|
87
|
+
});
|
|
88
|
+
export var StyledOptionIcon = styled.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n display: flex;\n flex-shrink: 0;\n\n ", ";\n"], ["\n display: flex;\n flex-shrink: 0;\n\n ", ";\n"])), function (_a) {
|
|
89
|
+
var $size = _a.$size, $focused = _a.$focused, $selected = _a.$selected;
|
|
90
|
+
return getStylePreset("selectOption.".concat($size, ".icon"), '', {
|
|
91
|
+
isFocused: $focused,
|
|
92
|
+
isSelected: $selected,
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8;
|
|
96
|
+
//# sourceMappingURL=styled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/select/styled.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EnhancerOverrides, CommonInputProps } from '../form/types';
|
|
3
|
+
import { MQ } from '../utils/style';
|
|
4
|
+
export declare type ButtonSelectSize = 'small' | 'medium' | 'large';
|
|
5
|
+
export interface SelectButtonOverrides extends EnhancerOverrides {
|
|
6
|
+
width?: MQ<string>;
|
|
7
|
+
height?: MQ<string>;
|
|
8
|
+
minWidth?: MQ<string>;
|
|
9
|
+
minHeight?: MQ<string>;
|
|
10
|
+
maxWidth?: MQ<string>;
|
|
11
|
+
stylePreset?: MQ<string>;
|
|
12
|
+
spaceInset?: MQ<string>;
|
|
13
|
+
spaceStack?: MQ<string>;
|
|
14
|
+
spaceInline?: MQ<string>;
|
|
15
|
+
typographyPreset?: MQ<string>;
|
|
16
|
+
loadingIndicator?: {
|
|
17
|
+
stylePreset?: MQ<string>;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export interface SelectPanelOverrides {
|
|
21
|
+
maxHeight?: MQ<string>;
|
|
22
|
+
stylePreset?: MQ<string>;
|
|
23
|
+
spaceInset?: MQ<string>;
|
|
24
|
+
spaceStack?: MQ<string>;
|
|
25
|
+
}
|
|
26
|
+
export interface SelectProps extends CommonInputProps {
|
|
27
|
+
loading?: boolean;
|
|
28
|
+
children: Array<React.ReactElement<SelectOptionProps>>;
|
|
29
|
+
validationIcon?: React.ReactNode;
|
|
30
|
+
overrides?: {
|
|
31
|
+
button?: SelectButtonOverrides;
|
|
32
|
+
panel?: SelectPanelOverrides;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export interface SelectOptionProps {
|
|
36
|
+
value: string;
|
|
37
|
+
children: React.ReactNode;
|
|
38
|
+
selected?: boolean;
|
|
39
|
+
defaultSelected?: boolean;
|
|
40
|
+
selectedIcon?: React.ReactNode;
|
|
41
|
+
selectedDisplay?: React.ReactNode;
|
|
42
|
+
overrides?: {
|
|
43
|
+
minHeight?: MQ<string>;
|
|
44
|
+
stylePreset?: MQ<string>;
|
|
45
|
+
typographyPreset?: MQ<string>;
|
|
46
|
+
spaceInset?: MQ<string>;
|
|
47
|
+
spaceInline?: MQ<string>;
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/select/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,iBAAiB,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAClE,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,oBAAY,gBAAgB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5D,MAAM,WAAW,qBAAsB,SAAQ,iBAAiB;IAC9D,KAAK,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,QAAQ,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,QAAQ,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC9B,gBAAgB,CAAC,EAAE;QACjB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH;AAED,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,MAAM,WAAW,WAAY,SAAQ,gBAAgB;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY,CAAC,iBAAiB,CAAC,CAAC,CAAC;IACvD,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,qBAAqB,CAAC;QAC/B,KAAK,CAAC,EAAE,oBAAoB,CAAC;KAC9B,CAAC;CACH;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE;QACV,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACvB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QAC9B,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACxB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/select/types.ts"],"names":[],"mappings":""}
|
package/esm/slider/slider.js
CHANGED
|
@@ -39,7 +39,7 @@ export var Slider = function (_a) {
|
|
|
39
39
|
var renderTrackFn = renderTrack ||
|
|
40
40
|
(function (_a) {
|
|
41
41
|
var p = _a.props, children = _a.children, isDragged = _a.isDragged;
|
|
42
|
-
return (React.createElement(StyledTrack, __assign({}, p, { values: values, dragged: isDragged, disabled: disabled, vertical: vertical, "aria-valuemin": min, "aria-valuemax": Math.floor(max), "aria-orientation": vertical ? 'vertical' : 'horizontal', labelPosition: labelPosition, style: getTrackBackgroundStyle(theme, sliderTrackStylePreset, sliderIndicatorStylePreset, values, min, max, vertical), "data-testid": dataTestId
|
|
42
|
+
return (React.createElement(StyledTrack, __assign({}, p, { values: values, dragged: isDragged, disabled: disabled, vertical: vertical, "aria-valuemin": min, "aria-valuemax": Math.floor(max), "aria-orientation": vertical ? 'vertical' : 'horizontal', labelPosition: labelPosition, style: getTrackBackgroundStyle(theme, sliderTrackStylePreset, sliderIndicatorStylePreset, values, min, max, vertical), "data-testid": "".concat(dataTestId, "-track"), onMouseDown: p.onMouseDown, onTouchStart: p.onTouchStart, onKeyDown: function (e) {
|
|
43
43
|
var spaceKeyCode = 32;
|
|
44
44
|
if (e.keyCode === spaceKeyCode)
|
|
45
45
|
e.preventDefault();
|
|
@@ -49,7 +49,7 @@ export var Slider = function (_a) {
|
|
|
49
49
|
var renderThumbFn = renderThumb ||
|
|
50
50
|
(function (_a) {
|
|
51
51
|
var p = _a.props, index = _a.index, isDragged = _a.isDragged;
|
|
52
|
-
return (React.createElement(StyledThumb, __assign({}, p, { disabled: disabled, "aria-label": ariaLabel, "aria-valuetext": ariaValueText, "aria-describedby": ariaDescribedBy, values: values, dragged: isDragged, "data-testid": dataTestId
|
|
52
|
+
return (React.createElement(StyledThumb, __assign({}, p, { disabled: disabled, "aria-label": ariaLabel, "aria-valuetext": ariaValueText, "aria-describedby": ariaDescribedBy, values: values, dragged: isDragged, "data-testid": "".concat(dataTestId, "-thumb"), overrides: overrides }),
|
|
53
53
|
ThumbIcon && React.createElement(ThumbIcon, null),
|
|
54
54
|
React.createElement(ThumbLabelWrapper, { values: values, index: index, dragged: isDragged, thumbLabel: thumbLabel, vertical: vertical, overrides: overrides })));
|
|
55
55
|
});
|
package/esm/slider/slider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,KAAK,EAAE,SAAS,EAAC,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAc,aAAa,EAAC,MAAM,SAAS,CAAC;AACnD,OAAO,EAAC,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAC,MAAM,UAAU,CAAC;AACxD,OAAO,EACL,cAAc,EACd,WAAW,EACX,WAAW,EACX,iBAAiB,EACjB,cAAc,GACf,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAE,uBAAuB,EAAC,MAAM,SAAS,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;AAE5C,IAAM,YAAY,GAAG;;QAGjB,GAAC,aAAa,CAAC,MAAM,IAAG,IAAI,CAAC,gBAAgB;QAC7C,GAAC,aAAa,CAAC,KAAK,IAAG,IAAI,CAAC,aAAa;QACzC,GAAC,aAAa,CAAC,MAAM,IAAG,SAAS;;;QAIjC,GAAC,aAAa,CAAC,MAAM,IAAG,IAAI,CAAC,aAAa;QAC1C,GAAC,aAAa,CAAC,KAAK,IAAG,IAAI,CAAC,YAAY;QACxC,GAAC,aAAa,CAAC,MAAM,IAAG,SAAS;;CAEpC,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAA0B,UAAC,EAsB7C;QArBC,GAAG,SAAA,EACH,GAAG,SAAA,EACH,YAAQ,EAAR,IAAI,mBAAG,CAAC,KAAA,EACR,QAAQ,cAAA,EACR,aAAa,mBAAA,EACb,SAAS,eAAA,EACT,QAAQ,cAAA,EACR,MAAM,YAAA,EACN,QAAQ,cAAA,EACR,iBAAoB,EAApB,SAAS,mBAAG,QAAQ,KAAA,EACpB,aAAa,mBAAA,EACb,eAAe,qBAAA,EACf,QAAQ,cAAA,EACR,QAAQ,cAAA,EACR,qBAAoC,EAApC,aAAa,mBAAG,aAAa,CAAC,MAAM,KAAA,EACpC,UAAU,gBAAA,EACC,SAAS,eAAA,EACpB,kBAAqB,EAArB,UAAU,mBAAG,QAAQ,KAAA,EACrB,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,WAAW,iBAAA,EACX,WAAW,iBAAA;IAEX,IAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IACzB,IAAM,sBAAsB,GAAG,QAAQ,CACrC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,cAAc,EACd,OAAO,EACP,aAAa,CACd,CAAC;IACF,IAAM,0BAA0B,GAAG,QAAQ,CACzC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,kBAAkB,EAClB,WAAW,EACX,aAAa,CACd,CAAC;IAEF,IAAM,aAAa,GACjB,WAAW;QACX,CAAC,UAAC,EAA+B;gBAAvB,CAAC,WAAA,EAAE,QAAQ,cAAA,EAAE,SAAS,eAAA;YAAM,OAAA,CACpC,oBAAC,WAAW,eACN,CAAC,IACL,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,SAAS,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,mBACH,GAAG,mBACH,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,sBACZ,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,EACtD,aAAa,EAAE,aAAa,EAC5B,KAAK,EAAE,uBAAuB,CAC5B,KAAK,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,MAAM,EACN,GAAG,EACH,GAAG,EACH,QAAQ,CACT,
|
|
1
|
+
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../src/slider/styled.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../src/slider/styled.ts"],"names":[],"mappings":";AASA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,eAAe,EAEhB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAQ,UAAU,EAAC,MAAM,UAAU,CAAC;AAiB3C,aAAK,WAAW,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC,CAAC;AAsB7E,eAAO,MAAM,cAAc;;;;gEAG1B,CAAC;AAEF,eAAO,MAAM,cAAc;;;kNA0B1B,CAAC;AAMF,eAAO,MAAM,WAAW;;;4HAsCvB,CAAC;AAUF,eAAO,MAAM,WAAW;;;+NAWvB,CAAC;AAMF,eAAO,MAAM,gBAAgB;;;oOA0B5B,CAAC;AAMF,UAAU,sBACR,SAAQ,IAAI,CAAC,WAAW,EAAE,UAAU,GAAG,UAAU,GAAG,eAAe,CAAC,EAClE,IAAI,CAAC,eAAe,EAAE,WAAW,CAAC;IACpC,SAAS,EAAE,KAAK,GAAG,KAAK,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;CACf;AAiCD,eAAO,MAAM,iBAAiB;;;kIAa7B,CAAC"}
|
package/esm/slider/styled.js
CHANGED
|
@@ -71,8 +71,8 @@ export var LabelContainer = styled.div(templateObject_2 || (templateObject_2 = _
|
|
|
71
71
|
: undefined;
|
|
72
72
|
}, function (_a) {
|
|
73
73
|
var vertical = _a.vertical, rest = __rest(_a, ["vertical"]);
|
|
74
|
-
var padding = "calc("
|
|
75
|
-
return (vertical ? padding : '0'
|
|
74
|
+
var padding = "calc(".concat(getSize('slider.thumb', 'thumb')(__assign({}, rest)), " / 2)");
|
|
75
|
+
return "".concat(vertical ? padding : '0', " ").concat(vertical ? '0' : padding);
|
|
76
76
|
});
|
|
77
77
|
//
|
|
78
78
|
// Track
|
|
@@ -90,12 +90,12 @@ export var StyledTrack = styled.div(templateObject_3 || (templateObject_3 = __ma
|
|
|
90
90
|
var vertical = _a.vertical, rest = __rest(_a, ["vertical"]);
|
|
91
91
|
var thumbSize = getSize('slider.thumb', 'thumb')(__assign({}, rest));
|
|
92
92
|
var trackSize = getSize('slider.track', 'track')(__assign({}, rest));
|
|
93
|
-
var halfThumb = thumbSize
|
|
94
|
-
var halfTrack = trackSize
|
|
95
|
-
var trackMargin = halfThumb
|
|
93
|
+
var halfThumb = "".concat(thumbSize, "/2");
|
|
94
|
+
var halfTrack = "".concat(trackSize, "/2");
|
|
95
|
+
var trackMargin = "".concat(halfThumb, " - ").concat(halfTrack);
|
|
96
96
|
return vertical
|
|
97
|
-
? "margin: calc("
|
|
98
|
-
: "margin: calc("
|
|
97
|
+
? "margin: calc(".concat(halfThumb, ") calc(").concat(trackMargin, ");")
|
|
98
|
+
: "margin: calc(".concat(trackMargin, ") calc(").concat(halfThumb, ");");
|
|
99
99
|
}, function (_a) {
|
|
100
100
|
var vertical = _a.vertical, labelPosition = _a.labelPosition, rest = __rest(_a, ["vertical", "labelPosition"]);
|
|
101
101
|
if (!vertical) {
|
|
@@ -129,8 +129,8 @@ export var StyledThumbValue = styled.div(templateObject_5 || (templateObject_5 =
|
|
|
129
129
|
var vertical = _a.vertical, rest = __rest(_a, ["vertical"]);
|
|
130
130
|
var thumbLabelSpace = getSpace('slider.thumbLabel', 'thumbLabel')(__assign({}, rest));
|
|
131
131
|
return vertical
|
|
132
|
-
? "right: -"
|
|
133
|
-
: "top: -"
|
|
132
|
+
? "right: -".concat(thumbLabelSpace, ";")
|
|
133
|
+
: "top: -".concat(thumbLabelSpace, ";");
|
|
134
134
|
});
|
|
135
135
|
var getLabelMargin = function (_a) {
|
|
136
136
|
var vertical = _a.vertical, labelType = _a.labelType, labelPosition = _a.labelPosition, rest = __rest(_a, ["vertical", "labelType", "labelPosition"]);
|
|
@@ -140,14 +140,14 @@ var getLabelMargin = function (_a) {
|
|
|
140
140
|
var marginAmount = getSpace('slider.labels', 'labels')(__assign({}, rest));
|
|
141
141
|
if (labelType === 'min') {
|
|
142
142
|
return vertical
|
|
143
|
-
? "margin-top: "
|
|
144
|
-
: "margin-right: "
|
|
143
|
+
? "margin-top: ".concat(marginAmount, ";")
|
|
144
|
+
: "margin-right: ".concat(marginAmount, ";");
|
|
145
145
|
}
|
|
146
146
|
/* istanbul ignore else */
|
|
147
147
|
if (labelType === 'max') {
|
|
148
148
|
return vertical
|
|
149
|
-
? "margin-bottom: "
|
|
150
|
-
: "margin-left: "
|
|
149
|
+
? "margin-bottom: ".concat(marginAmount, ";")
|
|
150
|
+
: "margin-left: ".concat(marginAmount, ";");
|
|
151
151
|
}
|
|
152
152
|
/* istanbul ignore next */
|
|
153
153
|
return '';
|
package/esm/slider/styled.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/slider/styled.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/slider/styled.ts"],"names":[],"mappings":"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"}
|
package/esm/stack/stack.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../src/stack/stack.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../src/stack/stack.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,UAAU,EAAmB,MAAM,SAAS,CAAC;AA6GrD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA8CtC,CAAC"}
|
package/esm/stack/stack.js
CHANGED
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
+
/* eslint-disable react/destructuring-assignment */
|
|
23
24
|
import React from 'react';
|
|
24
25
|
import { StyledMasterContainer, StyledMasterContainerList, StyledChildContainer, StyledChildContainerListItem, DEFAULT_PROPS, } from './styled';
|
|
25
26
|
import { StackChild } from '../stack-child';
|
|
@@ -57,8 +58,9 @@ var wrapChild = function (spaceStack, spaceInline, flow, wrap, list, inline, as)
|
|
|
57
58
|
? StyledChildContainerListItem
|
|
58
59
|
: StyledChildContainer;
|
|
59
60
|
// If child is a Stack component
|
|
60
|
-
// eslint-disable-next-line no-use-before-define
|
|
61
|
+
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
61
62
|
if (hasMatchingDisplayNameWith(child, Stack)) {
|
|
63
|
+
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
|
62
64
|
var stack = React.createElement(Stack, __assign({ inline: inline, as: as }, child.props));
|
|
63
65
|
return list || hasSpace ? (React.createElement(ChildContainer, __assign({}, renderAs, childProps), stack)) : (stack);
|
|
64
66
|
}
|
package/esm/stack/stack.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stack.js","sourceRoot":"","sources":["../../../src/stack/stack.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EACL,qBAAqB,EACrB,yBAAyB,EACzB,oBAAoB,EACpB,4BAA4B,EAC5B,aAAa,GACd,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,UAAU,EAAkB,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAC,0BAA0B,EAAE,EAAE,IAAI,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAG5E,IAAM,SAAS,GAAG,UAAC,EAAoB,EAAE,IAAwB;IAC/D,OAAA,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI;AAA/B,CAA+B,CAAC;AAElC,IAAM,UAAU,GAAG,UAAC,UAAsB,EAAE,WAAuB;IACjE,IACE,UAAU;QACV,CAAC,CAAC,OAAO,UAAU,KAAK,QAAQ;YAC9B,UAAU,KAAK,aAAa,CAAC,UAAU,CAAC;YACxC,CAAC,OAAO,UAAU,KAAK,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EACzE;QACA,OAAO,IAAI,CAAC;KACb;IACD,IACE,WAAW;QACX,CAAC,CAAC,OAAO,WAAW,KAAK,QAAQ;YAC/B,WAAW,KAAK,aAAa,CAAC,WAAW,CAAC;YAC1C,CAAC,OAAO,WAAW,KAAK,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAC3E;QACA,OAAO,IAAI,CAAC;KACb;IAED,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEF,IAAM,SAAS,GAAG,UAChB,UAAiD,EACjD,WAAmD,EACnD,IAAqC,EACrC,IAAqC,EACrC,IAAwB,EACxB,MAAyC,EACzC,EAAqB,IAClB,OAAA,UACH,KAEC;IAED,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAC;IAExB,IAAM,UAAU,GAAqB;QACnC,UAAU,YAAA;QACV,WAAW,aAAA;QACX,IAAI,MAAA;QACJ,KAAK,EAAE,IAAI;KACZ,CAAC;IACF,IAAM,QAAQ,GAAG,UAAU,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;IAErD,IAAM,QAAQ,GAAG,SAAS,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;IAErC,IAAM,cAAc,GAAG,IAAI;QACzB,CAAC,CAAC,4BAA4B;QAC9B,CAAC,CAAC,oBAAoB,CAAC;IAEzB,gCAAgC;
|
|
1
|
+
{"version":3,"file":"stack.js","sourceRoot":"","sources":["../../../src/stack/stack.tsx"],"names":[],"mappings":"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"}
|