@dktunited-techoff/techoff-suite-ui 0.8.4 → 0.8.5
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/esm/components/Icon/__stories__/Icon.stories.mdx +9 -7
- package/esm/components/Icon/icons/header-bikestudio.svg +32 -0
- package/esm/components/Icon/icons/header-nsc-helmet.svg +32 -0
- package/esm/components/Icon/icons/header-opticost.svg +32 -0
- package/esm/components/Icon/icons/header-reparability.svg +32 -0
- package/esm/components/Icon/icons/in-progress.svg +18 -0
- package/esm/components/Icon/icons/index.js +43 -489
- package/esm/components/Icon/icons/index.js.map +1 -1
- package/esm/components/Icon/icons/index.ts +43 -489
- package/esm/components/Icon/icons/lightning-off.svg +1 -0
- package/esm/components/Icon/icons/waiting-validation.svg +19 -0
- package/lib/components/Icon/__stories__/Icon.stories.mdx +9 -7
- package/lib/components/Icon/icons/header-bikestudio.svg +32 -0
- package/lib/components/Icon/icons/header-nsc-helmet.svg +32 -0
- package/lib/components/Icon/icons/header-opticost.svg +32 -0
- package/lib/components/Icon/icons/header-reparability.svg +32 -0
- package/lib/components/Icon/icons/in-progress.svg +18 -0
- package/lib/components/Icon/icons/index.js +43 -489
- package/lib/components/Icon/icons/index.js.map +1 -1
- package/lib/components/Icon/icons/index.ts +43 -489
- package/lib/components/Icon/icons/lightning-off.svg +1 -0
- package/lib/components/Icon/icons/square.svg +1 -0
- package/lib/components/Icon/icons/waiting-validation.svg +19 -0
- package/package.json +1 -1
- package/src/assets/fonts/Roboto-Light.ttf +0 -0
- package/src/components/Icon/__stories__/Icon.stories.mdx +9 -7
- package/src/components/Icon/icons/circle.svg +1 -0
- package/src/components/Icon/icons/header-bikestudio.svg +32 -0
- package/src/components/Icon/icons/header-nsc-helmet.svg +32 -0
- package/src/components/Icon/icons/header-opticost.svg +32 -0
- package/src/components/Icon/icons/header-reparability.svg +32 -0
- package/src/components/Icon/icons/in-progress.svg +18 -0
- package/src/components/Icon/icons/index.ts +43 -489
- package/src/components/Icon/icons/lightning-off.svg +1 -0
- package/src/components/Icon/icons/square.svg +1 -0
- package/src/components/Icon/icons/waiting-validation.svg +19 -0
- package/esm/components/Icon/icons/accessibility-fill.svg +0 -1
- package/esm/components/Icon/icons/accessibility-line.svg +0 -1
- package/esm/components/Icon/icons/add-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/align-bottom-fill.svg +0 -1
- package/esm/components/Icon/icons/align-bottom-line.svg +0 -1
- package/esm/components/Icon/icons/align-center-fill.svg +0 -1
- package/esm/components/Icon/icons/align-center-line.svg +0 -1
- package/esm/components/Icon/icons/align-left-fill.svg +0 -1
- package/esm/components/Icon/icons/align-left-line.svg +0 -1
- package/esm/components/Icon/icons/align-right-fill.svg +0 -1
- package/esm/components/Icon/icons/align-right-line.svg +0 -1
- package/esm/components/Icon/icons/align-top-fill.svg +0 -1
- package/esm/components/Icon/icons/align-top-line.svg +0 -1
- package/esm/components/Icon/icons/align-vertically-fill.svg +0 -1
- package/esm/components/Icon/icons/align-vertically-line.svg +0 -1
- package/esm/components/Icon/icons/amazon-fill.svg +0 -1
- package/esm/components/Icon/icons/amazon-line.svg +0 -1
- package/esm/components/Icon/icons/android-fill.svg +0 -1
- package/esm/components/Icon/icons/android-line.svg +0 -1
- package/esm/components/Icon/icons/apple-fill.svg +0 -1
- package/esm/components/Icon/icons/apple-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-down-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-down-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-down-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-go-forward-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-go-forward-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-down-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-down-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-right-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-right-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-up-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-up-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-down-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-down-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-up-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-up-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-up-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-up-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-up-down-fill.svg +0 -1
- package/esm/components/Icon/icons/attachment-fill.svg +0 -1
- package/esm/components/Icon/icons/attachment-line.svg +0 -1
- package/esm/components/Icon/icons/award-fill.svg +0 -1
- package/esm/components/Icon/icons/award-line.svg +0 -1
- package/esm/components/Icon/icons/bank-card-fill.svg +0 -1
- package/esm/components/Icon/icons/bank-card-line.svg +0 -1
- package/esm/components/Icon/icons/bar-chart-fill.svg +0 -1
- package/esm/components/Icon/icons/bar-chart-line.svg +0 -1
- package/esm/components/Icon/icons/barcode-fill.svg +0 -1
- package/esm/components/Icon/icons/barcode-line.svg +0 -1
- package/esm/components/Icon/icons/bill-fill.svg +0 -1
- package/esm/components/Icon/icons/bill-line.svg +0 -1
- package/esm/components/Icon/icons/body-scan-fill.svg +0 -1
- package/esm/components/Icon/icons/body-scan-line.svg +0 -1
- package/esm/components/Icon/icons/bold-fill.svg +0 -1
- package/esm/components/Icon/icons/bold-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-2-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-2-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-check-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-check-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-date-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-date-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-line.svg +0 -1
- package/esm/components/Icon/icons/camera-fill.svg +0 -1
- package/esm/components/Icon/icons/camera-line.svg +0 -1
- package/esm/components/Icon/icons/car-fill.svg +0 -1
- package/esm/components/Icon/icons/car-line.svg +0 -1
- package/esm/components/Icon/icons/checkbox-blank-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/checkbox-blank-circle-line.svg +0 -1
- package/esm/components/Icon/icons/checkbox-blank-fill.svg +0 -1
- package/esm/components/Icon/icons/checkbox-line.svg +0 -1
- package/esm/components/Icon/icons/checkbox-multiple-fill.svg +0 -1
- package/esm/components/Icon/icons/checkbox-multiple-line.svg +0 -1
- package/esm/components/Icon/icons/chevron-right-fill.svg +0 -1
- package/esm/components/Icon/icons/chrome-fill.svg +0 -1
- package/esm/components/Icon/icons/chrome-line.svg +0 -1
- package/esm/components/Icon/icons/close-circle-line.svg +0 -1
- package/esm/components/Icon/icons/cloud-fill.svg +0 -1
- package/esm/components/Icon/icons/cloud-line.svg +0 -1
- package/esm/components/Icon/icons/cloud-windy-fill.svg +0 -1
- package/esm/components/Icon/icons/cloud-windy-line.svg +0 -1
- package/esm/components/Icon/icons/counter-fill.svg +0 -1
- package/esm/components/Icon/icons/counter-line.svg +0 -1
- package/esm/components/Icon/icons/customer-service-fill.svg +0 -1
- package/esm/components/Icon/icons/customer-service-line.svg +0 -1
- package/esm/components/Icon/icons/database-fill.svg +0 -1
- package/esm/components/Icon/icons/database-line.svg +0 -1
- package/esm/components/Icon/icons/delete-bin-fill.svg +0 -1
- package/esm/components/Icon/icons/delete-bin-line.svg +0 -1
- package/esm/components/Icon/icons/direction-fill.svg +0 -1
- package/esm/components/Icon/icons/direction-line.svg +0 -1
- package/esm/components/Icon/icons/distance-fill.svg +0 -1
- package/esm/components/Icon/icons/distance-line.svg +0 -1
- package/esm/components/Icon/icons/download-fill.svg +0 -1
- package/esm/components/Icon/icons/drive-fill.svg +0 -1
- package/esm/components/Icon/icons/drive-line.svg +0 -1
- package/esm/components/Icon/icons/drizzle-fill.svg +0 -1
- package/esm/components/Icon/icons/drizzle-line.svg +0 -1
- package/esm/components/Icon/icons/earth-fill.svg +0 -1
- package/esm/components/Icon/icons/earth-line.svg +0 -1
- package/esm/components/Icon/icons/edit-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-laugh-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-laugh-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-normal-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-normal-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-sad-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-sad-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-unhappy-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-unhappy-line.svg +0 -1
- package/esm/components/Icon/icons/equalizer-fill.svg +0 -1
- package/esm/components/Icon/icons/equalizer-line.svg +0 -1
- package/esm/components/Icon/icons/error-warning-fill.svg +0 -1
- package/esm/components/Icon/icons/error-warning-line.svg +0 -1
- package/esm/components/Icon/icons/exchange-fill.svg +0 -1
- package/esm/components/Icon/icons/exchange-line.svg +0 -1
- package/esm/components/Icon/icons/external-link-fill.svg +0 -1
- package/esm/components/Icon/icons/eye-fill.svg +0 -1
- package/esm/components/Icon/icons/eye-line.svg +0 -1
- package/esm/components/Icon/icons/eye-off-fill.svg +0 -1
- package/esm/components/Icon/icons/eye-off-line.svg +0 -1
- package/esm/components/Icon/icons/facebook-fill.svg +0 -1
- package/esm/components/Icon/icons/facebook-line.svg +0 -1
- package/esm/components/Icon/icons/feedback-fill.svg +0 -1
- package/esm/components/Icon/icons/feedback-line.svg +0 -1
- package/esm/components/Icon/icons/file-copy-fill.svg +0 -1
- package/esm/components/Icon/icons/file-copy-line.svg +0 -1
- package/esm/components/Icon/icons/file-fill.svg +0 -1
- package/esm/components/Icon/icons/file-line.svg +0 -1
- package/esm/components/Icon/icons/film-fill.svg +0 -1
- package/esm/components/Icon/icons/film-line.svg +0 -1
- package/esm/components/Icon/icons/filter-fill.svg +0 -1
- package/esm/components/Icon/icons/filter-off-fill.svg +0 -1
- package/esm/components/Icon/icons/fire-fill.svg +0 -1
- package/esm/components/Icon/icons/fire-line.svg +0 -1
- package/esm/components/Icon/icons/firefox-fill.svg +0 -1
- package/esm/components/Icon/icons/firefox-line.svg +0 -1
- package/esm/components/Icon/icons/flashlight-fill.svg +0 -1
- package/esm/components/Icon/icons/flashlight-line.svg +0 -1
- package/esm/components/Icon/icons/focus-fill.svg +0 -1
- package/esm/components/Icon/icons/focus-line.svg +0 -1
- package/esm/components/Icon/icons/foggy-fill.svg +0 -1
- package/esm/components/Icon/icons/foggy-line.svg +0 -1
- package/esm/components/Icon/icons/font-size-fill.svg +0 -1
- package/esm/components/Icon/icons/font-size-line.svg +0 -1
- package/esm/components/Icon/icons/football-fill.svg +0 -1
- package/esm/components/Icon/icons/football-line.svg +0 -1
- package/esm/components/Icon/icons/forbid-fill.svg +0 -1
- package/esm/components/Icon/icons/forbid-line.svg +0 -1
- package/esm/components/Icon/icons/fullscreen-fill.svg +0 -1
- package/esm/components/Icon/icons/fullscreen-line.svg +0 -1
- package/esm/components/Icon/icons/function-fill.svg +0 -1
- package/esm/components/Icon/icons/function-line.svg +0 -1
- package/esm/components/Icon/icons/gift-fill.svg +0 -1
- package/esm/components/Icon/icons/gift-line.svg +0 -1
- package/esm/components/Icon/icons/github-fill.svg +0 -1
- package/esm/components/Icon/icons/github-line.svg +0 -1
- package/esm/components/Icon/icons/google-fill.svg +0 -1
- package/esm/components/Icon/icons/google-line.svg +0 -1
- package/esm/components/Icon/icons/grid-fill.svg +0 -1
- package/esm/components/Icon/icons/grid-line.svg +0 -1
- package/esm/components/Icon/icons/group-fill.svg +0 -1
- package/esm/components/Icon/icons/group-line.svg +0 -1
- package/esm/components/Icon/icons/hail-fill.svg +0 -1
- package/esm/components/Icon/icons/hail-line.svg +0 -1
- package/esm/components/Icon/icons/hearing-impairment-fill.svg +0 -1
- package/esm/components/Icon/icons/hearing-impairment-line.svg +0 -1
- package/esm/components/Icon/icons/heart-pulse-fill.svg +0 -1
- package/esm/components/Icon/icons/heart-pulse-line.svg +0 -1
- package/esm/components/Icon/icons/history-fill.svg +0 -1
- package/esm/components/Icon/icons/history-line.svg +0 -1
- package/esm/components/Icon/icons/home-fill.svg +0 -1
- package/esm/components/Icon/icons/hourglass-fill.svg +0 -1
- package/esm/components/Icon/icons/ie-fill.svg +0 -1
- package/esm/components/Icon/icons/ie-line.svg +0 -1
- package/esm/components/Icon/icons/image-fill.svg +0 -1
- package/esm/components/Icon/icons/image-line.svg +0 -1
- package/esm/components/Icon/icons/information-fill.svg +0 -1
- package/esm/components/Icon/icons/information-line.svg +0 -1
- package/esm/components/Icon/icons/instagram-fill.svg +0 -1
- package/esm/components/Icon/icons/instagram-line.svg +0 -1
- package/esm/components/Icon/icons/italic-fill.svg +0 -1
- package/esm/components/Icon/icons/italic-line.svg +0 -1
- package/esm/components/Icon/icons/kakao-talk-fill.svg +0 -1
- package/esm/components/Icon/icons/kakao-talk-line.svg +0 -1
- package/esm/components/Icon/icons/keyboard-fill.svg +0 -1
- package/esm/components/Icon/icons/keyboard-line.svg +0 -1
- package/esm/components/Icon/icons/leaf-fill.svg +0 -1
- package/esm/components/Icon/icons/leaf-line.svg +0 -1
- package/esm/components/Icon/icons/lightbulb-fill.svg +0 -1
- package/esm/components/Icon/icons/lightbulb-line.svg +0 -1
- package/esm/components/Icon/icons/lightning-fill.svg +0 -1
- package/esm/components/Icon/icons/line-chart-fill.svg +0 -1
- package/esm/components/Icon/icons/line-chart-line.svg +0 -1
- package/esm/components/Icon/icons/line-fill.svg +0 -1
- package/esm/components/Icon/icons/line-line.svg +0 -1
- package/esm/components/Icon/icons/link-fill.svg +0 -1
- package/esm/components/Icon/icons/link-line.svg +0 -1
- package/esm/components/Icon/icons/list-check-fill.svg +0 -1
- package/esm/components/Icon/icons/list-check-line.svg +0 -1
- package/esm/components/Icon/icons/list-settings-fill.svg +0 -1
- package/esm/components/Icon/icons/lock-fill.svg +0 -1
- package/esm/components/Icon/icons/logout-fill.svg +0 -1
- package/esm/components/Icon/icons/logout-line.svg +0 -1
- package/esm/components/Icon/icons/loyalty-card-fill.svg +0 -1
- package/esm/components/Icon/icons/loyalty-card-line.svg +0 -1
- package/esm/components/Icon/icons/mac-fill.svg +0 -1
- package/esm/components/Icon/icons/mac-line.svg +0 -1
- package/esm/components/Icon/icons/macbook-fill.svg +0 -1
- package/esm/components/Icon/icons/macbook-line.svg +0 -1
- package/esm/components/Icon/icons/mail-fill.svg +0 -1
- package/esm/components/Icon/icons/mail-line.svg +0 -1
- package/esm/components/Icon/icons/mail-send-fill.svg +0 -1
- package/esm/components/Icon/icons/mail-send-line.svg +0 -1
- package/esm/components/Icon/icons/map-pin-fill.svg +0 -1
- package/esm/components/Icon/icons/map-pin-line.svg +0 -1
- package/esm/components/Icon/icons/mastercard-fill.svg +0 -1
- package/esm/components/Icon/icons/mastercard-line.svg +0 -1
- package/esm/components/Icon/icons/menu-fill.svg +0 -1
- package/esm/components/Icon/icons/menu-line.svg +0 -1
- package/esm/components/Icon/icons/message-fill.svg +0 -1
- package/esm/components/Icon/icons/message-line.svg +0 -1
- package/esm/components/Icon/icons/messenger-fill.svg +0 -1
- package/esm/components/Icon/icons/messenger-line.svg +0 -1
- package/esm/components/Icon/icons/mic-fill.svg +0 -1
- package/esm/components/Icon/icons/mic-line.svg +0 -1
- package/esm/components/Icon/icons/mist-fill.svg +0 -1
- package/esm/components/Icon/icons/mist-line.svg +0 -1
- package/esm/components/Icon/icons/money-cny-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-cny-box-line.svg +0 -1
- package/esm/components/Icon/icons/money-dollar-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-dollar-box-line.svg +0 -1
- package/esm/components/Icon/icons/money-euro-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-euro-box-line.svg +0 -1
- package/esm/components/Icon/icons/money-pound-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-pound-box-line.svg +0 -1
- package/esm/components/Icon/icons/moon-cloudy-fill.svg +0 -1
- package/esm/components/Icon/icons/moon-cloudy-line.svg +0 -1
- package/esm/components/Icon/icons/moon-fill.svg +0 -1
- package/esm/components/Icon/icons/moon-line.svg +0 -1
- package/esm/components/Icon/icons/more-2-fill.svg +0 -1
- package/esm/components/Icon/icons/more-fill.svg +0 -1
- package/esm/components/Icon/icons/more-line.svg +0 -1
- package/esm/components/Icon/icons/music-2-fill.svg +0 -1
- package/esm/components/Icon/icons/music-2-line.svg +0 -1
- package/esm/components/Icon/icons/music-fill.svg +0 -1
- package/esm/components/Icon/icons/music-line.svg +0 -1
- package/esm/components/Icon/icons/naver-fill.svg +0 -1
- package/esm/components/Icon/icons/naver-line.svg +0 -1
- package/esm/components/Icon/icons/navigation-fill.svg +0 -1
- package/esm/components/Icon/icons/navigation-line.svg +0 -1
- package/esm/components/Icon/icons/notification-fill.svg +0 -1
- package/esm/components/Icon/icons/notification-line.svg +0 -1
- package/esm/components/Icon/icons/package-fill.svg +0 -1
- package/esm/components/Icon/icons/package-line.svg +0 -1
- package/esm/components/Icon/icons/pause-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/pause-circle-line.svg +0 -1
- package/esm/components/Icon/icons/pause-fill.svg +0 -1
- package/esm/components/Icon/icons/pause-line.svg +0 -1
- package/esm/components/Icon/icons/phone-fill.svg +0 -1
- package/esm/components/Icon/icons/phone-line.svg +0 -1
- package/esm/components/Icon/icons/pie-chart-fill.svg +0 -1
- package/esm/components/Icon/icons/pie-chart-line.svg +0 -1
- package/esm/components/Icon/icons/pinterest-fill.svg +0 -1
- package/esm/components/Icon/icons/pinterest-line.svg +0 -1
- package/esm/components/Icon/icons/play-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/play-circle-line.svg +0 -1
- package/esm/components/Icon/icons/play-fill.svg +0 -1
- package/esm/components/Icon/icons/play-line.svg +0 -1
- package/esm/components/Icon/icons/price-tag-fill.svg +0 -1
- package/esm/components/Icon/icons/price-tag-line.svg +0 -1
- package/esm/components/Icon/icons/printer-fill.svg +0 -1
- package/esm/components/Icon/icons/printer-line.svg +0 -1
- package/esm/components/Icon/icons/qr-scan-fill.svg +0 -1
- package/esm/components/Icon/icons/qr-scan-line.svg +0 -1
- package/esm/components/Icon/icons/question-fill.svg +0 -1
- package/esm/components/Icon/icons/question-line.svg +0 -1
- package/esm/components/Icon/icons/radio-button-fill.svg +0 -1
- package/esm/components/Icon/icons/radio-button-line.svg +0 -1
- package/esm/components/Icon/icons/rainy-fill.svg +0 -1
- package/esm/components/Icon/icons/rainy-line.svg +0 -1
- package/esm/components/Icon/icons/recycle-fill.svg +0 -1
- package/esm/components/Icon/icons/recycle-line.svg +0 -1
- package/esm/components/Icon/icons/refresh-fill.svg +0 -1
- package/esm/components/Icon/icons/refresh-line.svg +0 -1
- package/esm/components/Icon/icons/refund-fill.svg +0 -1
- package/esm/components/Icon/icons/refund-line.svg +0 -1
- package/esm/components/Icon/icons/repeat-fill.svg +0 -1
- package/esm/components/Icon/icons/repeat-line.svg +0 -1
- package/esm/components/Icon/icons/return-fill.svg +0 -1
- package/esm/components/Icon/icons/return-line.svg +0 -1
- package/esm/components/Icon/icons/riding-fill.svg +0 -1
- package/esm/components/Icon/icons/riding-line.svg +0 -1
- package/esm/components/Icon/icons/rocket-fill.svg +0 -1
- package/esm/components/Icon/icons/rocket-line.svg +0 -1
- package/esm/components/Icon/icons/rss-fill.svg +0 -1
- package/esm/components/Icon/icons/rss-line.svg +0 -1
- package/esm/components/Icon/icons/ruler-fill.svg +0 -1
- package/esm/components/Icon/icons/ruler-line.svg +0 -1
- package/esm/components/Icon/icons/run-fill.svg +0 -1
- package/esm/components/Icon/icons/run-line.svg +0 -1
- package/esm/components/Icon/icons/safari-fill.svg +0 -1
- package/esm/components/Icon/icons/safari-line.svg +0 -1
- package/esm/components/Icon/icons/scales-fill.svg +0 -1
- package/esm/components/Icon/icons/scales-line.svg +0 -1
- package/esm/components/Icon/icons/search-fill.svg +0 -1
- package/esm/components/Icon/icons/secure-payment-fill.svg +0 -1
- package/esm/components/Icon/icons/secure-payment-line.svg +0 -1
- package/esm/components/Icon/icons/seed-1-fill.svg +0 -1
- package/esm/components/Icon/icons/seed-1-line.svg +0 -1
- package/esm/components/Icon/icons/seed-2-fill.svg +0 -1
- package/esm/components/Icon/icons/seed-3-fill.svg +0 -1
- package/esm/components/Icon/icons/seed-3-line.svg +0 -1
- package/esm/components/Icon/icons/selected-by-decathlon-fill.svg +0 -1
- package/esm/components/Icon/icons/selected-by-decathlon-line.svg +0 -1
- package/esm/components/Icon/icons/send-plane-2-fill.svg +0 -1
- package/esm/components/Icon/icons/send-plane-2-line.svg +0 -1
- package/esm/components/Icon/icons/send-plane-fill.svg +0 -1
- package/esm/components/Icon/icons/send-plane-line.svg +0 -1
- package/esm/components/Icon/icons/settings-fill.svg +0 -1
- package/esm/components/Icon/icons/settings-line.svg +0 -1
- package/esm/components/Icon/icons/share-android-fill.svg +0 -1
- package/esm/components/Icon/icons/share-android-line.svg +0 -1
- package/esm/components/Icon/icons/share-fill.svg +0 -1
- package/esm/components/Icon/icons/share-ios-fill.svg +0 -1
- package/esm/components/Icon/icons/share-ios-line.svg +0 -1
- package/esm/components/Icon/icons/share-line.svg +0 -1
- package/esm/components/Icon/icons/shield-check-fill.svg +0 -1
- package/esm/components/Icon/icons/shield-check-line.svg +0 -1
- package/esm/components/Icon/icons/shopping-bag-fill.svg +0 -1
- package/esm/components/Icon/icons/shopping-bag-line.svg +0 -1
- package/esm/components/Icon/icons/shopping-cart-fill.svg +0 -1
- package/esm/components/Icon/icons/shopping-cart-line.svg +0 -1
- package/esm/components/Icon/icons/showers-fill.svg +0 -1
- package/esm/components/Icon/icons/showers-line.svg +0 -1
- package/esm/components/Icon/icons/shut-down-fill.svg +0 -1
- package/esm/components/Icon/icons/shut-down-line.svg +0 -1
- package/esm/components/Icon/icons/slack-fill.svg +0 -1
- package/esm/components/Icon/icons/slack-line.svg +0 -1
- package/esm/components/Icon/icons/smartphone-fill.svg +0 -1
- package/esm/components/Icon/icons/smartphone-line.svg +0 -1
- package/esm/components/Icon/icons/snapchat-fill.svg +0 -1
- package/esm/components/Icon/icons/snapchat-line.svg +0 -1
- package/esm/components/Icon/icons/snowy-fill.svg +0 -1
- package/esm/components/Icon/icons/snowy-line.svg +0 -1
- package/esm/components/Icon/icons/sparkles-fill.svg +0 -1
- package/esm/components/Icon/icons/sparkles-line.svg +0 -1
- package/esm/components/Icon/icons/star-fill.svg +0 -1
- package/esm/components/Icon/icons/star-half-fill.svg +0 -1
- package/esm/components/Icon/icons/star-half-line.svg +0 -1
- package/esm/components/Icon/icons/star-line.svg +0 -1
- package/esm/components/Icon/icons/stop-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/stop-circle-line.svg +0 -1
- package/esm/components/Icon/icons/stop-fill.svg +0 -1
- package/esm/components/Icon/icons/stop-line.svg +0 -1
- package/esm/components/Icon/icons/store-fill.svg +0 -1
- package/esm/components/Icon/icons/store-line.svg +0 -1
- package/esm/components/Icon/icons/subtract-fill.svg +0 -1
- package/esm/components/Icon/icons/subtract-line.svg +0 -1
- package/esm/components/Icon/icons/suitcase-fill.svg +0 -1
- package/esm/components/Icon/icons/suitcase-line.svg +0 -1
- package/esm/components/Icon/icons/sun-cloudy-fill.svg +0 -1
- package/esm/components/Icon/icons/sun-cloudy-line.svg +0 -1
- package/esm/components/Icon/icons/sun-fill.svg +0 -1
- package/esm/components/Icon/icons/sun-line.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-fill.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-line.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-number-fill.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-number-line.svg +0 -1
- package/esm/components/Icon/icons/tablet-fill.svg +0 -1
- package/esm/components/Icon/icons/tablet-line.svg +0 -1
- package/esm/components/Icon/icons/task-fill.svg +0 -1
- package/esm/components/Icon/icons/task-line.svg +0 -1
- package/esm/components/Icon/icons/telegram-fill.svg +0 -1
- package/esm/components/Icon/icons/telegram-line.svg +0 -1
- package/esm/components/Icon/icons/temp-cold-fill.svg +0 -1
- package/esm/components/Icon/icons/temp-cold-line.svg +0 -1
- package/esm/components/Icon/icons/temp-hot-fill.svg +0 -1
- package/esm/components/Icon/icons/temp-hot-line.svg +0 -1
- package/esm/components/Icon/icons/text-curved-fill.svg +0 -1
- package/esm/components/Icon/icons/text-curved-line.svg +0 -1
- package/esm/components/Icon/icons/text-fill.svg +0 -1
- package/esm/components/Icon/icons/text-line.svg +0 -1
- package/esm/components/Icon/icons/thumb-down-fill.svg +0 -1
- package/esm/components/Icon/icons/thumb-down-line.svg +0 -1
- package/esm/components/Icon/icons/thumb-up-fill.svg +0 -1
- package/esm/components/Icon/icons/thumb-up-line.svg +0 -1
- package/esm/components/Icon/icons/thunderstorms-fill.svg +0 -1
- package/esm/components/Icon/icons/thunderstorms-line.svg +0 -1
- package/esm/components/Icon/icons/tiktok-fill.svg +0 -1
- package/esm/components/Icon/icons/tiktok-line.svg +0 -1
- package/esm/components/Icon/icons/time-fill.svg +0 -1
- package/esm/components/Icon/icons/time-line.svg +0 -1
- package/esm/components/Icon/icons/timer-fill.svg +0 -1
- package/esm/components/Icon/icons/timer-line.svg +0 -1
- package/esm/components/Icon/icons/tools-fill.svg +0 -1
- package/esm/components/Icon/icons/train-fill.svg +0 -1
- package/esm/components/Icon/icons/train-line.svg +0 -1
- package/esm/components/Icon/icons/trophy-fill.svg +0 -1
- package/esm/components/Icon/icons/trophy-line.svg +0 -1
- package/esm/components/Icon/icons/truck-fill.svg +0 -1
- package/esm/components/Icon/icons/truck-line.svg +0 -1
- package/esm/components/Icon/icons/twitter-fill.svg +0 -1
- package/esm/components/Icon/icons/twitter-line.svg +0 -1
- package/esm/components/Icon/icons/unlink-fill.svg +0 -1
- package/esm/components/Icon/icons/unlink-line.svg +0 -1
- package/esm/components/Icon/icons/upload-fill.svg +0 -1
- package/esm/components/Icon/icons/upload-line.svg +0 -1
- package/esm/components/Icon/icons/user-fill.svg +0 -1
- package/esm/components/Icon/icons/viber-fill.svg +0 -1
- package/esm/components/Icon/icons/viber-line.svg +0 -1
- package/esm/components/Icon/icons/visa-fill.svg +0 -1
- package/esm/components/Icon/icons/visa-line.svg +0 -1
- package/esm/components/Icon/icons/volume-alert-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-alert-line.svg +0 -1
- package/esm/components/Icon/icons/volume-down-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-down-line.svg +0 -1
- package/esm/components/Icon/icons/volume-mute-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-mute-line.svg +0 -1
- package/esm/components/Icon/icons/volume-up-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-up-line.svg +0 -1
- package/esm/components/Icon/icons/walk-fill.svg +0 -1
- package/esm/components/Icon/icons/walk-line.svg +0 -1
- package/esm/components/Icon/icons/wallet-fill.svg +0 -1
- package/esm/components/Icon/icons/wallet-line.svg +0 -1
- package/esm/components/Icon/icons/whatsapp-fill.svg +0 -1
- package/esm/components/Icon/icons/whatsapp-line.svg +0 -1
- package/esm/components/Icon/icons/wifi-off-fill.svg +0 -1
- package/esm/components/Icon/icons/wifi-off-line.svg +0 -1
- package/esm/components/Icon/icons/wifi-on-fill.svg +0 -1
- package/esm/components/Icon/icons/wifi-on-line.svg +0 -1
- package/esm/components/Icon/icons/windy-fill.svg +0 -1
- package/esm/components/Icon/icons/windy-line.svg +0 -1
- package/esm/components/Icon/icons/youtube-fill.svg +0 -1
- package/esm/components/Icon/icons/youtube-line.svg +0 -1
- package/esm/components/Icon/icons/zoom-in-fill.svg +0 -1
- package/esm/components/Icon/icons/zoom-in-line.svg +0 -1
- package/esm/components/Icon/icons/zoom-out-fill.svg +0 -1
- package/esm/components/Icon/icons/zoom-out-line.svg +0 -1
- package/lib/components/Icon/icons/accessibility-fill.svg +0 -1
- package/lib/components/Icon/icons/accessibility-line.svg +0 -1
- package/lib/components/Icon/icons/add-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/add-line.svg +0 -1
- package/lib/components/Icon/icons/align-bottom-fill.svg +0 -1
- package/lib/components/Icon/icons/align-bottom-line.svg +0 -1
- package/lib/components/Icon/icons/align-center-fill.svg +0 -1
- package/lib/components/Icon/icons/align-center-line.svg +0 -1
- package/lib/components/Icon/icons/align-left-fill.svg +0 -1
- package/lib/components/Icon/icons/align-left-line.svg +0 -1
- package/lib/components/Icon/icons/align-right-fill.svg +0 -1
- package/lib/components/Icon/icons/align-right-line.svg +0 -1
- package/lib/components/Icon/icons/align-top-fill.svg +0 -1
- package/lib/components/Icon/icons/align-top-line.svg +0 -1
- package/lib/components/Icon/icons/align-vertically-fill.svg +0 -1
- package/lib/components/Icon/icons/align-vertically-line.svg +0 -1
- package/lib/components/Icon/icons/amazon-fill.svg +0 -1
- package/lib/components/Icon/icons/amazon-line.svg +0 -1
- package/lib/components/Icon/icons/android-fill.svg +0 -1
- package/lib/components/Icon/icons/android-line.svg +0 -1
- package/lib/components/Icon/icons/apple-fill.svg +0 -1
- package/lib/components/Icon/icons/apple-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-down-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-down-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-forward-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-forward-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-right-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-right-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-up-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-up-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-up-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-up-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-line.svg +0 -1
- package/lib/components/Icon/icons/attachment-fill.svg +0 -1
- package/lib/components/Icon/icons/attachment-line.svg +0 -1
- package/lib/components/Icon/icons/award-fill.svg +0 -1
- package/lib/components/Icon/icons/award-line.svg +0 -1
- package/lib/components/Icon/icons/bank-card-fill.svg +0 -1
- package/lib/components/Icon/icons/bank-card-line.svg +0 -1
- package/lib/components/Icon/icons/bar-chart-fill.svg +0 -1
- package/lib/components/Icon/icons/bar-chart-line.svg +0 -1
- package/lib/components/Icon/icons/barcode-fill.svg +0 -1
- package/lib/components/Icon/icons/barcode-line.svg +0 -1
- package/lib/components/Icon/icons/bill-fill.svg +0 -1
- package/lib/components/Icon/icons/bill-line.svg +0 -1
- package/lib/components/Icon/icons/body-scan-fill.svg +0 -1
- package/lib/components/Icon/icons/body-scan-line.svg +0 -1
- package/lib/components/Icon/icons/bold-fill.svg +0 -1
- package/lib/components/Icon/icons/bold-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-2-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-2-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-check-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-check-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-date-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-date-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-line.svg +0 -1
- package/lib/components/Icon/icons/camera-fill.svg +0 -1
- package/lib/components/Icon/icons/camera-line.svg +0 -1
- package/lib/components/Icon/icons/car-fill.svg +0 -1
- package/lib/components/Icon/icons/car-line.svg +0 -1
- package/lib/components/Icon/icons/check-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-blank-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-blank-circle-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-blank-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-multiple-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-multiple-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-down-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-left-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-right-fill.svg +0 -1
- package/lib/components/Icon/icons/chevron-up-line.svg +0 -1
- package/lib/components/Icon/icons/chrome-fill.svg +0 -1
- package/lib/components/Icon/icons/chrome-line.svg +0 -1
- package/lib/components/Icon/icons/close-circle-line.svg +0 -1
- package/lib/components/Icon/icons/close-line.svg +0 -1
- package/lib/components/Icon/icons/cloud-fill.svg +0 -1
- package/lib/components/Icon/icons/cloud-line.svg +0 -1
- package/lib/components/Icon/icons/cloud-windy-fill.svg +0 -1
- package/lib/components/Icon/icons/cloud-windy-line.svg +0 -1
- package/lib/components/Icon/icons/counter-fill.svg +0 -1
- package/lib/components/Icon/icons/counter-line.svg +0 -1
- package/lib/components/Icon/icons/customer-service-fill.svg +0 -1
- package/lib/components/Icon/icons/customer-service-line.svg +0 -1
- package/lib/components/Icon/icons/database-fill.svg +0 -1
- package/lib/components/Icon/icons/database-line.svg +0 -1
- package/lib/components/Icon/icons/delete-bin-fill.svg +0 -1
- package/lib/components/Icon/icons/delete-bin-line.svg +0 -1
- package/lib/components/Icon/icons/direction-fill.svg +0 -1
- package/lib/components/Icon/icons/direction-line.svg +0 -1
- package/lib/components/Icon/icons/distance-fill.svg +0 -1
- package/lib/components/Icon/icons/distance-line.svg +0 -1
- package/lib/components/Icon/icons/download-fill.svg +0 -1
- package/lib/components/Icon/icons/drive-fill.svg +0 -1
- package/lib/components/Icon/icons/drive-line.svg +0 -1
- package/lib/components/Icon/icons/drizzle-fill.svg +0 -1
- package/lib/components/Icon/icons/drizzle-line.svg +0 -1
- package/lib/components/Icon/icons/earth-fill.svg +0 -1
- package/lib/components/Icon/icons/earth-line.svg +0 -1
- package/lib/components/Icon/icons/edit-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-laugh-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-laugh-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-normal-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-normal-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-sad-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-sad-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-unhappy-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-unhappy-line.svg +0 -1
- package/lib/components/Icon/icons/equalizer-fill.svg +0 -1
- package/lib/components/Icon/icons/equalizer-line.svg +0 -1
- package/lib/components/Icon/icons/error-warning-fill.svg +0 -1
- package/lib/components/Icon/icons/error-warning-line.svg +0 -1
- package/lib/components/Icon/icons/exchange-fill.svg +0 -1
- package/lib/components/Icon/icons/exchange-line.svg +0 -1
- package/lib/components/Icon/icons/external-link-fill.svg +0 -1
- package/lib/components/Icon/icons/eye-fill.svg +0 -1
- package/lib/components/Icon/icons/eye-line.svg +0 -1
- package/lib/components/Icon/icons/eye-off-fill.svg +0 -1
- package/lib/components/Icon/icons/eye-off-line.svg +0 -1
- package/lib/components/Icon/icons/facebook-fill.svg +0 -1
- package/lib/components/Icon/icons/facebook-line.svg +0 -1
- package/lib/components/Icon/icons/feedback-fill.svg +0 -1
- package/lib/components/Icon/icons/feedback-line.svg +0 -1
- package/lib/components/Icon/icons/file-copy-fill.svg +0 -1
- package/lib/components/Icon/icons/file-copy-line.svg +0 -1
- package/lib/components/Icon/icons/file-fill.svg +0 -1
- package/lib/components/Icon/icons/file-line.svg +0 -1
- package/lib/components/Icon/icons/film-fill.svg +0 -1
- package/lib/components/Icon/icons/film-line.svg +0 -1
- package/lib/components/Icon/icons/filter-fill.svg +0 -1
- package/lib/components/Icon/icons/filter-off-fill.svg +0 -1
- package/lib/components/Icon/icons/fire-fill.svg +0 -1
- package/lib/components/Icon/icons/fire-line.svg +0 -1
- package/lib/components/Icon/icons/firefox-fill.svg +0 -1
- package/lib/components/Icon/icons/firefox-line.svg +0 -1
- package/lib/components/Icon/icons/flashlight-fill.svg +0 -1
- package/lib/components/Icon/icons/flashlight-line.svg +0 -1
- package/lib/components/Icon/icons/focus-fill.svg +0 -1
- package/lib/components/Icon/icons/focus-line.svg +0 -1
- package/lib/components/Icon/icons/foggy-fill.svg +0 -1
- package/lib/components/Icon/icons/foggy-line.svg +0 -1
- package/lib/components/Icon/icons/font-size-fill.svg +0 -1
- package/lib/components/Icon/icons/font-size-line.svg +0 -1
- package/lib/components/Icon/icons/football-fill.svg +0 -1
- package/lib/components/Icon/icons/football-line.svg +0 -1
- package/lib/components/Icon/icons/forbid-fill.svg +0 -1
- package/lib/components/Icon/icons/forbid-line.svg +0 -1
- package/lib/components/Icon/icons/fullscreen-fill.svg +0 -1
- package/lib/components/Icon/icons/fullscreen-line.svg +0 -1
- package/lib/components/Icon/icons/function-fill.svg +0 -1
- package/lib/components/Icon/icons/function-line.svg +0 -1
- package/lib/components/Icon/icons/gift-fill.svg +0 -1
- package/lib/components/Icon/icons/gift-line.svg +0 -1
- package/lib/components/Icon/icons/github-fill.svg +0 -1
- package/lib/components/Icon/icons/github-line.svg +0 -1
- package/lib/components/Icon/icons/google-fill.svg +0 -1
- package/lib/components/Icon/icons/google-line.svg +0 -1
- package/lib/components/Icon/icons/grid-fill.svg +0 -1
- package/lib/components/Icon/icons/grid-line.svg +0 -1
- package/lib/components/Icon/icons/group-fill.svg +0 -1
- package/lib/components/Icon/icons/group-line.svg +0 -1
- package/lib/components/Icon/icons/hail-fill.svg +0 -1
- package/lib/components/Icon/icons/hail-line.svg +0 -1
- package/lib/components/Icon/icons/hearing-impairment-fill.svg +0 -1
- package/lib/components/Icon/icons/hearing-impairment-line.svg +0 -1
- package/lib/components/Icon/icons/heart-pulse-fill.svg +0 -1
- package/lib/components/Icon/icons/heart-pulse-line.svg +0 -1
- package/lib/components/Icon/icons/history-fill.svg +0 -1
- package/lib/components/Icon/icons/history-line.svg +0 -1
- package/lib/components/Icon/icons/home-fill.svg +0 -1
- package/lib/components/Icon/icons/hourglass-fill.svg +0 -1
- package/lib/components/Icon/icons/ie-fill.svg +0 -1
- package/lib/components/Icon/icons/ie-line.svg +0 -1
- package/lib/components/Icon/icons/image-fill.svg +0 -1
- package/lib/components/Icon/icons/image-line.svg +0 -1
- package/lib/components/Icon/icons/information-fill.svg +0 -1
- package/lib/components/Icon/icons/information-line.svg +0 -1
- package/lib/components/Icon/icons/instagram-fill.svg +0 -1
- package/lib/components/Icon/icons/instagram-line.svg +0 -1
- package/lib/components/Icon/icons/italic-fill.svg +0 -1
- package/lib/components/Icon/icons/italic-line.svg +0 -1
- package/lib/components/Icon/icons/kakao-talk-fill.svg +0 -1
- package/lib/components/Icon/icons/kakao-talk-line.svg +0 -1
- package/lib/components/Icon/icons/keyboard-fill.svg +0 -1
- package/lib/components/Icon/icons/keyboard-line.svg +0 -1
- package/lib/components/Icon/icons/leaf-fill.svg +0 -1
- package/lib/components/Icon/icons/leaf-line.svg +0 -1
- package/lib/components/Icon/icons/lightbulb-fill.svg +0 -1
- package/lib/components/Icon/icons/lightbulb-line.svg +0 -1
- package/lib/components/Icon/icons/lightning-fill.svg +0 -1
- package/lib/components/Icon/icons/line-chart-fill.svg +0 -1
- package/lib/components/Icon/icons/line-chart-line.svg +0 -1
- package/lib/components/Icon/icons/line-fill.svg +0 -1
- package/lib/components/Icon/icons/line-line.svg +0 -1
- package/lib/components/Icon/icons/link-fill.svg +0 -1
- package/lib/components/Icon/icons/link-line.svg +0 -1
- package/lib/components/Icon/icons/list-check-fill.svg +0 -1
- package/lib/components/Icon/icons/list-check-line.svg +0 -1
- package/lib/components/Icon/icons/list-settings-fill.svg +0 -1
- package/lib/components/Icon/icons/lock-fill.svg +0 -1
- package/lib/components/Icon/icons/logout-fill.svg +0 -1
- package/lib/components/Icon/icons/logout-line.svg +0 -1
- package/lib/components/Icon/icons/loyalty-card-fill.svg +0 -1
- package/lib/components/Icon/icons/loyalty-card-line.svg +0 -1
- package/lib/components/Icon/icons/mac-fill.svg +0 -1
- package/lib/components/Icon/icons/mac-line.svg +0 -1
- package/lib/components/Icon/icons/macbook-fill.svg +0 -1
- package/lib/components/Icon/icons/macbook-line.svg +0 -1
- package/lib/components/Icon/icons/mail-fill.svg +0 -1
- package/lib/components/Icon/icons/mail-line.svg +0 -1
- package/lib/components/Icon/icons/mail-send-fill.svg +0 -1
- package/lib/components/Icon/icons/mail-send-line.svg +0 -1
- package/lib/components/Icon/icons/map-pin-fill.svg +0 -1
- package/lib/components/Icon/icons/map-pin-line.svg +0 -1
- package/lib/components/Icon/icons/mastercard-fill.svg +0 -1
- package/lib/components/Icon/icons/mastercard-line.svg +0 -1
- package/lib/components/Icon/icons/menu-fill.svg +0 -1
- package/lib/components/Icon/icons/menu-line.svg +0 -1
- package/lib/components/Icon/icons/message-fill.svg +0 -1
- package/lib/components/Icon/icons/message-line.svg +0 -1
- package/lib/components/Icon/icons/messenger-fill.svg +0 -1
- package/lib/components/Icon/icons/messenger-line.svg +0 -1
- package/lib/components/Icon/icons/mic-fill.svg +0 -1
- package/lib/components/Icon/icons/mic-line.svg +0 -1
- package/lib/components/Icon/icons/mist-fill.svg +0 -1
- package/lib/components/Icon/icons/mist-line.svg +0 -1
- package/lib/components/Icon/icons/money-cny-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-cny-box-line.svg +0 -1
- package/lib/components/Icon/icons/money-dollar-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-dollar-box-line.svg +0 -1
- package/lib/components/Icon/icons/money-euro-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-euro-box-line.svg +0 -1
- package/lib/components/Icon/icons/money-pound-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-pound-box-line.svg +0 -1
- package/lib/components/Icon/icons/moon-cloudy-fill.svg +0 -1
- package/lib/components/Icon/icons/moon-cloudy-line.svg +0 -1
- package/lib/components/Icon/icons/moon-fill.svg +0 -1
- package/lib/components/Icon/icons/moon-line.svg +0 -1
- package/lib/components/Icon/icons/more-2-fill.svg +0 -1
- package/lib/components/Icon/icons/more-fill.svg +0 -1
- package/lib/components/Icon/icons/more-line.svg +0 -1
- package/lib/components/Icon/icons/music-2-fill.svg +0 -1
- package/lib/components/Icon/icons/music-2-line.svg +0 -1
- package/lib/components/Icon/icons/music-fill.svg +0 -1
- package/lib/components/Icon/icons/music-line.svg +0 -1
- package/lib/components/Icon/icons/naver-fill.svg +0 -1
- package/lib/components/Icon/icons/naver-line.svg +0 -1
- package/lib/components/Icon/icons/navigation-fill.svg +0 -1
- package/lib/components/Icon/icons/navigation-line.svg +0 -1
- package/lib/components/Icon/icons/notification-fill.svg +0 -1
- package/lib/components/Icon/icons/notification-line.svg +0 -1
- package/lib/components/Icon/icons/package-fill.svg +0 -1
- package/lib/components/Icon/icons/package-line.svg +0 -1
- package/lib/components/Icon/icons/pause-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/pause-circle-line.svg +0 -1
- package/lib/components/Icon/icons/pause-fill.svg +0 -1
- package/lib/components/Icon/icons/pause-line.svg +0 -1
- package/lib/components/Icon/icons/phone-fill.svg +0 -1
- package/lib/components/Icon/icons/phone-line.svg +0 -1
- package/lib/components/Icon/icons/pie-chart-fill.svg +0 -1
- package/lib/components/Icon/icons/pie-chart-line.svg +0 -1
- package/lib/components/Icon/icons/pinterest-fill.svg +0 -1
- package/lib/components/Icon/icons/pinterest-line.svg +0 -1
- package/lib/components/Icon/icons/play-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/play-circle-line.svg +0 -1
- package/lib/components/Icon/icons/play-fill.svg +0 -1
- package/lib/components/Icon/icons/play-line.svg +0 -1
- package/lib/components/Icon/icons/price-tag-fill.svg +0 -1
- package/lib/components/Icon/icons/price-tag-line.svg +0 -1
- package/lib/components/Icon/icons/printer-fill.svg +0 -1
- package/lib/components/Icon/icons/printer-line.svg +0 -1
- package/lib/components/Icon/icons/qr-scan-fill.svg +0 -1
- package/lib/components/Icon/icons/qr-scan-line.svg +0 -1
- package/lib/components/Icon/icons/question-fill.svg +0 -1
- package/lib/components/Icon/icons/question-line.svg +0 -1
- package/lib/components/Icon/icons/radio-button-fill.svg +0 -1
- package/lib/components/Icon/icons/radio-button-line.svg +0 -1
- package/lib/components/Icon/icons/rainy-fill.svg +0 -1
- package/lib/components/Icon/icons/rainy-line.svg +0 -1
- package/lib/components/Icon/icons/recycle-fill.svg +0 -1
- package/lib/components/Icon/icons/recycle-line.svg +0 -1
- package/lib/components/Icon/icons/refresh-fill.svg +0 -1
- package/lib/components/Icon/icons/refresh-line.svg +0 -1
- package/lib/components/Icon/icons/refund-fill.svg +0 -1
- package/lib/components/Icon/icons/refund-line.svg +0 -1
- package/lib/components/Icon/icons/repeat-fill.svg +0 -1
- package/lib/components/Icon/icons/repeat-line.svg +0 -1
- package/lib/components/Icon/icons/return-fill.svg +0 -1
- package/lib/components/Icon/icons/return-line.svg +0 -1
- package/lib/components/Icon/icons/riding-fill.svg +0 -1
- package/lib/components/Icon/icons/riding-line.svg +0 -1
- package/lib/components/Icon/icons/rocket-fill.svg +0 -1
- package/lib/components/Icon/icons/rocket-line.svg +0 -1
- package/lib/components/Icon/icons/rss-fill.svg +0 -1
- package/lib/components/Icon/icons/rss-line.svg +0 -1
- package/lib/components/Icon/icons/ruler-fill.svg +0 -1
- package/lib/components/Icon/icons/ruler-line.svg +0 -1
- package/lib/components/Icon/icons/run-fill.svg +0 -1
- package/lib/components/Icon/icons/run-line.svg +0 -1
- package/lib/components/Icon/icons/safari-fill.svg +0 -1
- package/lib/components/Icon/icons/safari-line.svg +0 -1
- package/lib/components/Icon/icons/scales-fill.svg +0 -1
- package/lib/components/Icon/icons/scales-line.svg +0 -1
- package/lib/components/Icon/icons/search-fill.svg +0 -1
- package/lib/components/Icon/icons/secure-payment-fill.svg +0 -1
- package/lib/components/Icon/icons/secure-payment-line.svg +0 -1
- package/lib/components/Icon/icons/seed-1-fill.svg +0 -1
- package/lib/components/Icon/icons/seed-1-line.svg +0 -1
- package/lib/components/Icon/icons/seed-2-fill.svg +0 -1
- package/lib/components/Icon/icons/seed-3-fill.svg +0 -1
- package/lib/components/Icon/icons/seed-3-line.svg +0 -1
- package/lib/components/Icon/icons/selected-by-decathlon-fill.svg +0 -1
- package/lib/components/Icon/icons/selected-by-decathlon-line.svg +0 -1
- package/lib/components/Icon/icons/send-plane-2-fill.svg +0 -1
- package/lib/components/Icon/icons/send-plane-2-line.svg +0 -1
- package/lib/components/Icon/icons/send-plane-fill.svg +0 -1
- package/lib/components/Icon/icons/send-plane-line.svg +0 -1
- package/lib/components/Icon/icons/settings-fill.svg +0 -1
- package/lib/components/Icon/icons/settings-line.svg +0 -1
- package/lib/components/Icon/icons/share-android-fill.svg +0 -1
- package/lib/components/Icon/icons/share-android-line.svg +0 -1
- package/lib/components/Icon/icons/share-fill.svg +0 -1
- package/lib/components/Icon/icons/share-ios-fill.svg +0 -1
- package/lib/components/Icon/icons/share-ios-line.svg +0 -1
- package/lib/components/Icon/icons/share-line.svg +0 -1
- package/lib/components/Icon/icons/shield-check-fill.svg +0 -1
- package/lib/components/Icon/icons/shield-check-line.svg +0 -1
- package/lib/components/Icon/icons/shopping-bag-fill.svg +0 -1
- package/lib/components/Icon/icons/shopping-bag-line.svg +0 -1
- package/lib/components/Icon/icons/shopping-cart-fill.svg +0 -1
- package/lib/components/Icon/icons/shopping-cart-line.svg +0 -1
- package/lib/components/Icon/icons/showers-fill.svg +0 -1
- package/lib/components/Icon/icons/showers-line.svg +0 -1
- package/lib/components/Icon/icons/shut-down-fill.svg +0 -1
- package/lib/components/Icon/icons/shut-down-line.svg +0 -1
- package/lib/components/Icon/icons/slack-fill.svg +0 -1
- package/lib/components/Icon/icons/slack-line.svg +0 -1
- package/lib/components/Icon/icons/smartphone-fill.svg +0 -1
- package/lib/components/Icon/icons/smartphone-line.svg +0 -1
- package/lib/components/Icon/icons/snapchat-fill.svg +0 -1
- package/lib/components/Icon/icons/snapchat-line.svg +0 -1
- package/lib/components/Icon/icons/snowy-fill.svg +0 -1
- package/lib/components/Icon/icons/snowy-line.svg +0 -1
- package/lib/components/Icon/icons/sparkles-fill.svg +0 -1
- package/lib/components/Icon/icons/sparkles-line.svg +0 -1
- package/lib/components/Icon/icons/star-fill.svg +0 -1
- package/lib/components/Icon/icons/star-half-fill.svg +0 -1
- package/lib/components/Icon/icons/star-half-line.svg +0 -1
- package/lib/components/Icon/icons/star-line.svg +0 -1
- package/lib/components/Icon/icons/stop-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/stop-circle-line.svg +0 -1
- package/lib/components/Icon/icons/stop-fill.svg +0 -1
- package/lib/components/Icon/icons/stop-line.svg +0 -1
- package/lib/components/Icon/icons/store-fill.svg +0 -1
- package/lib/components/Icon/icons/store-line.svg +0 -1
- package/lib/components/Icon/icons/subtract-fill.svg +0 -1
- package/lib/components/Icon/icons/subtract-line.svg +0 -1
- package/lib/components/Icon/icons/suitcase-fill.svg +0 -1
- package/lib/components/Icon/icons/suitcase-line.svg +0 -1
- package/lib/components/Icon/icons/sun-cloudy-fill.svg +0 -1
- package/lib/components/Icon/icons/sun-cloudy-line.svg +0 -1
- package/lib/components/Icon/icons/sun-fill.svg +0 -1
- package/lib/components/Icon/icons/sun-line.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-fill.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-line.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-number-fill.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-number-line.svg +0 -1
- package/lib/components/Icon/icons/tablet-fill.svg +0 -1
- package/lib/components/Icon/icons/tablet-line.svg +0 -1
- package/lib/components/Icon/icons/task-fill.svg +0 -1
- package/lib/components/Icon/icons/task-line.svg +0 -1
- package/lib/components/Icon/icons/telegram-fill.svg +0 -1
- package/lib/components/Icon/icons/telegram-line.svg +0 -1
- package/lib/components/Icon/icons/temp-cold-fill.svg +0 -1
- package/lib/components/Icon/icons/temp-cold-line.svg +0 -1
- package/lib/components/Icon/icons/temp-hot-fill.svg +0 -1
- package/lib/components/Icon/icons/temp-hot-line.svg +0 -1
- package/lib/components/Icon/icons/text-curved-fill.svg +0 -1
- package/lib/components/Icon/icons/text-curved-line.svg +0 -1
- package/lib/components/Icon/icons/text-fill.svg +0 -1
- package/lib/components/Icon/icons/text-line.svg +0 -1
- package/lib/components/Icon/icons/thumb-down-fill.svg +0 -1
- package/lib/components/Icon/icons/thumb-down-line.svg +0 -1
- package/lib/components/Icon/icons/thumb-up-fill.svg +0 -1
- package/lib/components/Icon/icons/thumb-up-line.svg +0 -1
- package/lib/components/Icon/icons/thunderstorms-fill.svg +0 -1
- package/lib/components/Icon/icons/thunderstorms-line.svg +0 -1
- package/lib/components/Icon/icons/tiktok-fill.svg +0 -1
- package/lib/components/Icon/icons/tiktok-line.svg +0 -1
- package/lib/components/Icon/icons/time-fill.svg +0 -1
- package/lib/components/Icon/icons/time-line.svg +0 -1
- package/lib/components/Icon/icons/timer-fill.svg +0 -1
- package/lib/components/Icon/icons/timer-line.svg +0 -1
- package/lib/components/Icon/icons/tools-fill.svg +0 -1
- package/lib/components/Icon/icons/train-fill.svg +0 -1
- package/lib/components/Icon/icons/train-line.svg +0 -1
- package/lib/components/Icon/icons/trophy-fill.svg +0 -1
- package/lib/components/Icon/icons/trophy-line.svg +0 -1
- package/lib/components/Icon/icons/truck-fill.svg +0 -1
- package/lib/components/Icon/icons/truck-line.svg +0 -1
- package/lib/components/Icon/icons/twitter-fill.svg +0 -1
- package/lib/components/Icon/icons/twitter-line.svg +0 -1
- package/lib/components/Icon/icons/unlink-fill.svg +0 -1
- package/lib/components/Icon/icons/unlink-line.svg +0 -1
- package/lib/components/Icon/icons/upload-fill.svg +0 -1
- package/lib/components/Icon/icons/upload-line.svg +0 -1
- package/lib/components/Icon/icons/user-fill.svg +0 -1
- package/lib/components/Icon/icons/viber-fill.svg +0 -1
- package/lib/components/Icon/icons/viber-line.svg +0 -1
- package/lib/components/Icon/icons/visa-fill.svg +0 -1
- package/lib/components/Icon/icons/visa-line.svg +0 -1
- package/lib/components/Icon/icons/volume-alert-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-alert-line.svg +0 -1
- package/lib/components/Icon/icons/volume-down-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-down-line.svg +0 -1
- package/lib/components/Icon/icons/volume-mute-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-mute-line.svg +0 -1
- package/lib/components/Icon/icons/volume-up-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-up-line.svg +0 -1
- package/lib/components/Icon/icons/walk-fill.svg +0 -1
- package/lib/components/Icon/icons/walk-line.svg +0 -1
- package/lib/components/Icon/icons/wallet-fill.svg +0 -1
- package/lib/components/Icon/icons/wallet-line.svg +0 -1
- package/lib/components/Icon/icons/whatsapp-fill.svg +0 -1
- package/lib/components/Icon/icons/whatsapp-line.svg +0 -1
- package/lib/components/Icon/icons/wifi-off-fill.svg +0 -1
- package/lib/components/Icon/icons/wifi-off-line.svg +0 -1
- package/lib/components/Icon/icons/wifi-on-fill.svg +0 -1
- package/lib/components/Icon/icons/wifi-on-line.svg +0 -1
- package/lib/components/Icon/icons/windy-fill.svg +0 -1
- package/lib/components/Icon/icons/windy-line.svg +0 -1
- package/lib/components/Icon/icons/youtube-fill.svg +0 -1
- package/lib/components/Icon/icons/youtube-line.svg +0 -1
- package/lib/components/Icon/icons/zoom-in-fill.svg +0 -1
- package/lib/components/Icon/icons/zoom-in-line.svg +0 -1
- package/lib/components/Icon/icons/zoom-out-fill.svg +0 -1
- package/lib/components/Icon/icons/zoom-out-line.svg +0 -1
- package/src/components/Icon/icons/accessibility-fill.svg +0 -1
- package/src/components/Icon/icons/accessibility-line.svg +0 -1
- package/src/components/Icon/icons/add-circle-fill.svg +0 -1
- package/src/components/Icon/icons/add-fill.svg +0 -1
- package/src/components/Icon/icons/add-line.svg +0 -1
- package/src/components/Icon/icons/align-bottom-fill.svg +0 -1
- package/src/components/Icon/icons/align-bottom-line.svg +0 -1
- package/src/components/Icon/icons/align-center-fill.svg +0 -1
- package/src/components/Icon/icons/align-center-line.svg +0 -1
- package/src/components/Icon/icons/align-left-fill.svg +0 -1
- package/src/components/Icon/icons/align-left-line.svg +0 -1
- package/src/components/Icon/icons/align-right-fill.svg +0 -1
- package/src/components/Icon/icons/align-right-line.svg +0 -1
- package/src/components/Icon/icons/align-top-fill.svg +0 -1
- package/src/components/Icon/icons/align-top-line.svg +0 -1
- package/src/components/Icon/icons/align-vertically-fill.svg +0 -1
- package/src/components/Icon/icons/align-vertically-line.svg +0 -1
- package/src/components/Icon/icons/amazon-fill.svg +0 -1
- package/src/components/Icon/icons/amazon-line.svg +0 -1
- package/src/components/Icon/icons/android-fill.svg +0 -1
- package/src/components/Icon/icons/android-line.svg +0 -1
- package/src/components/Icon/icons/apple-fill.svg +0 -1
- package/src/components/Icon/icons/apple-line.svg +0 -1
- package/src/components/Icon/icons/arrow-down-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-down-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-go-forward-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-go-forward-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-down-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-right-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-right-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-up-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-up-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-down-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-up-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-up-line.svg +0 -1
- package/src/components/Icon/icons/arrow-up-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-up-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-up-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-up-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-up-line.svg +0 -1
- package/src/components/Icon/icons/attachment-fill.svg +0 -1
- package/src/components/Icon/icons/attachment-line.svg +0 -1
- package/src/components/Icon/icons/award-fill.svg +0 -1
- package/src/components/Icon/icons/award-line.svg +0 -1
- package/src/components/Icon/icons/bank-card-fill.svg +0 -1
- package/src/components/Icon/icons/bank-card-line.svg +0 -1
- package/src/components/Icon/icons/bar-chart-fill.svg +0 -1
- package/src/components/Icon/icons/bar-chart-line.svg +0 -1
- package/src/components/Icon/icons/barcode-fill.svg +0 -1
- package/src/components/Icon/icons/barcode-line.svg +0 -1
- package/src/components/Icon/icons/bill-fill.svg +0 -1
- package/src/components/Icon/icons/bill-line.svg +0 -1
- package/src/components/Icon/icons/body-scan-fill.svg +0 -1
- package/src/components/Icon/icons/body-scan-line.svg +0 -1
- package/src/components/Icon/icons/bold-fill.svg +0 -1
- package/src/components/Icon/icons/bold-line.svg +0 -1
- package/src/components/Icon/icons/calendar-2-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-2-line.svg +0 -1
- package/src/components/Icon/icons/calendar-check-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-check-line.svg +0 -1
- package/src/components/Icon/icons/calendar-date-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-date-line.svg +0 -1
- package/src/components/Icon/icons/calendar-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-line.svg +0 -1
- package/src/components/Icon/icons/camera-fill.svg +0 -1
- package/src/components/Icon/icons/camera-line.svg +0 -1
- package/src/components/Icon/icons/car-fill.svg +0 -1
- package/src/components/Icon/icons/car-line.svg +0 -1
- package/src/components/Icon/icons/check-fill.svg +0 -1
- package/src/components/Icon/icons/check-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-blank-circle-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-blank-circle-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-blank-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-multiple-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-multiple-line.svg +0 -1
- package/src/components/Icon/icons/chevron-down-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-down-line.svg +0 -1
- package/src/components/Icon/icons/chevron-left-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-left-line.svg +0 -1
- package/src/components/Icon/icons/chevron-right-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-up-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-up-line.svg +0 -1
- package/src/components/Icon/icons/chrome-fill.svg +0 -1
- package/src/components/Icon/icons/chrome-line.svg +0 -1
- package/src/components/Icon/icons/close-circle-line.svg +0 -1
- package/src/components/Icon/icons/close-fill.svg +0 -1
- package/src/components/Icon/icons/close-line.svg +0 -1
- package/src/components/Icon/icons/cloud-fill.svg +0 -1
- package/src/components/Icon/icons/cloud-line.svg +0 -1
- package/src/components/Icon/icons/cloud-windy-fill.svg +0 -1
- package/src/components/Icon/icons/cloud-windy-line.svg +0 -1
- package/src/components/Icon/icons/counter-fill.svg +0 -1
- package/src/components/Icon/icons/counter-line.svg +0 -1
- package/src/components/Icon/icons/customer-service-fill.svg +0 -1
- package/src/components/Icon/icons/customer-service-line.svg +0 -1
- package/src/components/Icon/icons/database-fill.svg +0 -1
- package/src/components/Icon/icons/database-line.svg +0 -1
- package/src/components/Icon/icons/delete-bin-fill.svg +0 -1
- package/src/components/Icon/icons/delete-bin-line.svg +0 -1
- package/src/components/Icon/icons/direction-fill.svg +0 -1
- package/src/components/Icon/icons/direction-line.svg +0 -1
- package/src/components/Icon/icons/distance-fill.svg +0 -1
- package/src/components/Icon/icons/distance-line.svg +0 -1
- package/src/components/Icon/icons/download-fill.svg +0 -1
- package/src/components/Icon/icons/drive-fill.svg +0 -1
- package/src/components/Icon/icons/drive-line.svg +0 -1
- package/src/components/Icon/icons/drizzle-fill.svg +0 -1
- package/src/components/Icon/icons/drizzle-line.svg +0 -1
- package/src/components/Icon/icons/earth-fill.svg +0 -1
- package/src/components/Icon/icons/earth-line.svg +0 -1
- package/src/components/Icon/icons/edit-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-laugh-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-laugh-line.svg +0 -1
- package/src/components/Icon/icons/emotion-line.svg +0 -1
- package/src/components/Icon/icons/emotion-normal-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-normal-line.svg +0 -1
- package/src/components/Icon/icons/emotion-sad-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-sad-line.svg +0 -1
- package/src/components/Icon/icons/emotion-unhappy-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-unhappy-line.svg +0 -1
- package/src/components/Icon/icons/equalizer-fill.svg +0 -1
- package/src/components/Icon/icons/equalizer-line.svg +0 -1
- package/src/components/Icon/icons/error-warning-fill.svg +0 -1
- package/src/components/Icon/icons/error-warning-line.svg +0 -1
- package/src/components/Icon/icons/exchange-fill.svg +0 -1
- package/src/components/Icon/icons/exchange-line.svg +0 -1
- package/src/components/Icon/icons/external-link-fill.svg +0 -1
- package/src/components/Icon/icons/eye-fill.svg +0 -1
- package/src/components/Icon/icons/eye-line.svg +0 -1
- package/src/components/Icon/icons/eye-off-fill.svg +0 -1
- package/src/components/Icon/icons/eye-off-line.svg +0 -1
- package/src/components/Icon/icons/facebook-fill.svg +0 -1
- package/src/components/Icon/icons/facebook-line.svg +0 -1
- package/src/components/Icon/icons/feedback-fill.svg +0 -1
- package/src/components/Icon/icons/feedback-line.svg +0 -1
- package/src/components/Icon/icons/file-copy-fill.svg +0 -1
- package/src/components/Icon/icons/file-copy-line.svg +0 -1
- package/src/components/Icon/icons/file-fill.svg +0 -1
- package/src/components/Icon/icons/file-line.svg +0 -1
- package/src/components/Icon/icons/film-fill.svg +0 -1
- package/src/components/Icon/icons/film-line.svg +0 -1
- package/src/components/Icon/icons/filter-fill.svg +0 -1
- package/src/components/Icon/icons/filter-off-fill.svg +0 -1
- package/src/components/Icon/icons/fire-fill.svg +0 -1
- package/src/components/Icon/icons/fire-line.svg +0 -1
- package/src/components/Icon/icons/firefox-fill.svg +0 -1
- package/src/components/Icon/icons/firefox-line.svg +0 -1
- package/src/components/Icon/icons/flashlight-fill.svg +0 -1
- package/src/components/Icon/icons/flashlight-line.svg +0 -1
- package/src/components/Icon/icons/focus-fill.svg +0 -1
- package/src/components/Icon/icons/focus-line.svg +0 -1
- package/src/components/Icon/icons/foggy-fill.svg +0 -1
- package/src/components/Icon/icons/foggy-line.svg +0 -1
- package/src/components/Icon/icons/font-size-fill.svg +0 -1
- package/src/components/Icon/icons/font-size-line.svg +0 -1
- package/src/components/Icon/icons/football-fill.svg +0 -1
- package/src/components/Icon/icons/football-line.svg +0 -1
- package/src/components/Icon/icons/forbid-fill.svg +0 -1
- package/src/components/Icon/icons/forbid-line.svg +0 -1
- package/src/components/Icon/icons/fullscreen-fill.svg +0 -1
- package/src/components/Icon/icons/fullscreen-line.svg +0 -1
- package/src/components/Icon/icons/function-fill.svg +0 -1
- package/src/components/Icon/icons/function-line.svg +0 -1
- package/src/components/Icon/icons/gift-fill.svg +0 -1
- package/src/components/Icon/icons/gift-line.svg +0 -1
- package/src/components/Icon/icons/github-fill.svg +0 -1
- package/src/components/Icon/icons/github-line.svg +0 -1
- package/src/components/Icon/icons/google-fill.svg +0 -1
- package/src/components/Icon/icons/google-line.svg +0 -1
- package/src/components/Icon/icons/grid-fill.svg +0 -1
- package/src/components/Icon/icons/grid-line.svg +0 -1
- package/src/components/Icon/icons/group-fill.svg +0 -1
- package/src/components/Icon/icons/group-line.svg +0 -1
- package/src/components/Icon/icons/hail-fill.svg +0 -1
- package/src/components/Icon/icons/hail-line.svg +0 -1
- package/src/components/Icon/icons/hearing-impairment-fill.svg +0 -1
- package/src/components/Icon/icons/hearing-impairment-line.svg +0 -1
- package/src/components/Icon/icons/heart-pulse-fill.svg +0 -1
- package/src/components/Icon/icons/heart-pulse-line.svg +0 -1
- package/src/components/Icon/icons/history-fill.svg +0 -1
- package/src/components/Icon/icons/history-line.svg +0 -1
- package/src/components/Icon/icons/home-fill.svg +0 -1
- package/src/components/Icon/icons/hourglass-fill.svg +0 -1
- package/src/components/Icon/icons/ie-fill.svg +0 -1
- package/src/components/Icon/icons/ie-line.svg +0 -1
- package/src/components/Icon/icons/image-fill.svg +0 -1
- package/src/components/Icon/icons/image-line.svg +0 -1
- package/src/components/Icon/icons/information-fill.svg +0 -1
- package/src/components/Icon/icons/information-line.svg +0 -1
- package/src/components/Icon/icons/instagram-fill.svg +0 -1
- package/src/components/Icon/icons/instagram-line.svg +0 -1
- package/src/components/Icon/icons/italic-fill.svg +0 -1
- package/src/components/Icon/icons/italic-line.svg +0 -1
- package/src/components/Icon/icons/kakao-talk-fill.svg +0 -1
- package/src/components/Icon/icons/kakao-talk-line.svg +0 -1
- package/src/components/Icon/icons/keyboard-fill.svg +0 -1
- package/src/components/Icon/icons/keyboard-line.svg +0 -1
- package/src/components/Icon/icons/leaf-fill.svg +0 -1
- package/src/components/Icon/icons/leaf-line.svg +0 -1
- package/src/components/Icon/icons/lightbulb-fill.svg +0 -1
- package/src/components/Icon/icons/lightbulb-line.svg +0 -1
- package/src/components/Icon/icons/lightning-fill.svg +0 -1
- package/src/components/Icon/icons/line-chart-fill.svg +0 -1
- package/src/components/Icon/icons/line-chart-line.svg +0 -1
- package/src/components/Icon/icons/line-fill.svg +0 -1
- package/src/components/Icon/icons/line-line.svg +0 -1
- package/src/components/Icon/icons/link-fill.svg +0 -1
- package/src/components/Icon/icons/link-line.svg +0 -1
- package/src/components/Icon/icons/list-check-fill.svg +0 -1
- package/src/components/Icon/icons/list-check-line.svg +0 -1
- package/src/components/Icon/icons/list-settings-fill.svg +0 -1
- package/src/components/Icon/icons/lock-fill.svg +0 -1
- package/src/components/Icon/icons/logout-fill.svg +0 -1
- package/src/components/Icon/icons/logout-line.svg +0 -1
- package/src/components/Icon/icons/loyalty-card-fill.svg +0 -1
- package/src/components/Icon/icons/loyalty-card-line.svg +0 -1
- package/src/components/Icon/icons/mac-fill.svg +0 -1
- package/src/components/Icon/icons/mac-line.svg +0 -1
- package/src/components/Icon/icons/macbook-fill.svg +0 -1
- package/src/components/Icon/icons/macbook-line.svg +0 -1
- package/src/components/Icon/icons/mail-fill.svg +0 -1
- package/src/components/Icon/icons/mail-line.svg +0 -1
- package/src/components/Icon/icons/mail-send-fill.svg +0 -1
- package/src/components/Icon/icons/mail-send-line.svg +0 -1
- package/src/components/Icon/icons/map-pin-fill.svg +0 -1
- package/src/components/Icon/icons/map-pin-line.svg +0 -1
- package/src/components/Icon/icons/mastercard-fill.svg +0 -1
- package/src/components/Icon/icons/mastercard-line.svg +0 -1
- package/src/components/Icon/icons/menu-fill.svg +0 -1
- package/src/components/Icon/icons/menu-line.svg +0 -1
- package/src/components/Icon/icons/message-fill.svg +0 -1
- package/src/components/Icon/icons/message-line.svg +0 -1
- package/src/components/Icon/icons/messenger-fill.svg +0 -1
- package/src/components/Icon/icons/messenger-line.svg +0 -1
- package/src/components/Icon/icons/mic-fill.svg +0 -1
- package/src/components/Icon/icons/mic-line.svg +0 -1
- package/src/components/Icon/icons/mist-fill.svg +0 -1
- package/src/components/Icon/icons/mist-line.svg +0 -1
- package/src/components/Icon/icons/money-cny-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-cny-box-line.svg +0 -1
- package/src/components/Icon/icons/money-dollar-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-dollar-box-line.svg +0 -1
- package/src/components/Icon/icons/money-euro-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-euro-box-line.svg +0 -1
- package/src/components/Icon/icons/money-pound-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-pound-box-line.svg +0 -1
- package/src/components/Icon/icons/moon-cloudy-fill.svg +0 -1
- package/src/components/Icon/icons/moon-cloudy-line.svg +0 -1
- package/src/components/Icon/icons/moon-fill.svg +0 -1
- package/src/components/Icon/icons/moon-line.svg +0 -1
- package/src/components/Icon/icons/more-2-fill.svg +0 -1
- package/src/components/Icon/icons/more-fill.svg +0 -1
- package/src/components/Icon/icons/more-line.svg +0 -1
- package/src/components/Icon/icons/music-2-fill.svg +0 -1
- package/src/components/Icon/icons/music-2-line.svg +0 -1
- package/src/components/Icon/icons/music-fill.svg +0 -1
- package/src/components/Icon/icons/music-line.svg +0 -1
- package/src/components/Icon/icons/naver-fill.svg +0 -1
- package/src/components/Icon/icons/naver-line.svg +0 -1
- package/src/components/Icon/icons/navigation-fill.svg +0 -1
- package/src/components/Icon/icons/navigation-line.svg +0 -1
- package/src/components/Icon/icons/notification-fill.svg +0 -1
- package/src/components/Icon/icons/notification-line.svg +0 -1
- package/src/components/Icon/icons/package-fill.svg +0 -1
- package/src/components/Icon/icons/package-line.svg +0 -1
- package/src/components/Icon/icons/pause-circle-fill.svg +0 -1
- package/src/components/Icon/icons/pause-circle-line.svg +0 -1
- package/src/components/Icon/icons/pause-fill.svg +0 -1
- package/src/components/Icon/icons/pause-line.svg +0 -1
- package/src/components/Icon/icons/phone-fill.svg +0 -1
- package/src/components/Icon/icons/phone-line.svg +0 -1
- package/src/components/Icon/icons/pie-chart-fill.svg +0 -1
- package/src/components/Icon/icons/pie-chart-line.svg +0 -1
- package/src/components/Icon/icons/pinterest-fill.svg +0 -1
- package/src/components/Icon/icons/pinterest-line.svg +0 -1
- package/src/components/Icon/icons/play-circle-fill.svg +0 -1
- package/src/components/Icon/icons/play-circle-line.svg +0 -1
- package/src/components/Icon/icons/play-fill.svg +0 -1
- package/src/components/Icon/icons/play-line.svg +0 -1
- package/src/components/Icon/icons/price-tag-fill.svg +0 -1
- package/src/components/Icon/icons/price-tag-line.svg +0 -1
- package/src/components/Icon/icons/printer-fill.svg +0 -1
- package/src/components/Icon/icons/printer-line.svg +0 -1
- package/src/components/Icon/icons/qr-scan-fill.svg +0 -1
- package/src/components/Icon/icons/qr-scan-line.svg +0 -1
- package/src/components/Icon/icons/question-fill.svg +0 -1
- package/src/components/Icon/icons/question-line.svg +0 -1
- package/src/components/Icon/icons/radio-button-fill.svg +0 -1
- package/src/components/Icon/icons/radio-button-line.svg +0 -1
- package/src/components/Icon/icons/rainy-fill.svg +0 -1
- package/src/components/Icon/icons/rainy-line.svg +0 -1
- package/src/components/Icon/icons/recycle-fill.svg +0 -1
- package/src/components/Icon/icons/recycle-line.svg +0 -1
- package/src/components/Icon/icons/refresh-fill.svg +0 -1
- package/src/components/Icon/icons/refresh-line.svg +0 -1
- package/src/components/Icon/icons/refund-fill.svg +0 -1
- package/src/components/Icon/icons/refund-line.svg +0 -1
- package/src/components/Icon/icons/repeat-fill.svg +0 -1
- package/src/components/Icon/icons/repeat-line.svg +0 -1
- package/src/components/Icon/icons/return-fill.svg +0 -1
- package/src/components/Icon/icons/return-line.svg +0 -1
- package/src/components/Icon/icons/riding-fill.svg +0 -1
- package/src/components/Icon/icons/riding-line.svg +0 -1
- package/src/components/Icon/icons/rocket-fill.svg +0 -1
- package/src/components/Icon/icons/rocket-line.svg +0 -1
- package/src/components/Icon/icons/rss-fill.svg +0 -1
- package/src/components/Icon/icons/rss-line.svg +0 -1
- package/src/components/Icon/icons/ruler-fill.svg +0 -1
- package/src/components/Icon/icons/ruler-line.svg +0 -1
- package/src/components/Icon/icons/run-fill.svg +0 -1
- package/src/components/Icon/icons/run-line.svg +0 -1
- package/src/components/Icon/icons/safari-fill.svg +0 -1
- package/src/components/Icon/icons/safari-line.svg +0 -1
- package/src/components/Icon/icons/scales-fill.svg +0 -1
- package/src/components/Icon/icons/scales-line.svg +0 -1
- package/src/components/Icon/icons/search-fill.svg +0 -1
- package/src/components/Icon/icons/secure-payment-fill.svg +0 -1
- package/src/components/Icon/icons/secure-payment-line.svg +0 -1
- package/src/components/Icon/icons/seed-1-fill.svg +0 -1
- package/src/components/Icon/icons/seed-1-line.svg +0 -1
- package/src/components/Icon/icons/seed-2-fill.svg +0 -1
- package/src/components/Icon/icons/seed-3-fill.svg +0 -1
- package/src/components/Icon/icons/seed-3-line.svg +0 -1
- package/src/components/Icon/icons/selected-by-decathlon-fill.svg +0 -1
- package/src/components/Icon/icons/selected-by-decathlon-line.svg +0 -1
- package/src/components/Icon/icons/send-plane-2-fill.svg +0 -1
- package/src/components/Icon/icons/send-plane-2-line.svg +0 -1
- package/src/components/Icon/icons/send-plane-fill.svg +0 -1
- package/src/components/Icon/icons/send-plane-line.svg +0 -1
- package/src/components/Icon/icons/settings-fill.svg +0 -1
- package/src/components/Icon/icons/settings-line.svg +0 -1
- package/src/components/Icon/icons/share-android-fill.svg +0 -1
- package/src/components/Icon/icons/share-android-line.svg +0 -1
- package/src/components/Icon/icons/share-fill.svg +0 -1
- package/src/components/Icon/icons/share-ios-fill.svg +0 -1
- package/src/components/Icon/icons/share-ios-line.svg +0 -1
- package/src/components/Icon/icons/share-line.svg +0 -1
- package/src/components/Icon/icons/shield-check-fill.svg +0 -1
- package/src/components/Icon/icons/shield-check-line.svg +0 -1
- package/src/components/Icon/icons/shopping-bag-fill.svg +0 -1
- package/src/components/Icon/icons/shopping-bag-line.svg +0 -1
- package/src/components/Icon/icons/shopping-cart-fill.svg +0 -1
- package/src/components/Icon/icons/shopping-cart-line.svg +0 -1
- package/src/components/Icon/icons/showers-fill.svg +0 -1
- package/src/components/Icon/icons/showers-line.svg +0 -1
- package/src/components/Icon/icons/shut-down-fill.svg +0 -1
- package/src/components/Icon/icons/shut-down-line.svg +0 -1
- package/src/components/Icon/icons/slack-fill.svg +0 -1
- package/src/components/Icon/icons/slack-line.svg +0 -1
- package/src/components/Icon/icons/smartphone-fill.svg +0 -1
- package/src/components/Icon/icons/smartphone-line.svg +0 -1
- package/src/components/Icon/icons/snapchat-fill.svg +0 -1
- package/src/components/Icon/icons/snapchat-line.svg +0 -1
- package/src/components/Icon/icons/snowy-fill.svg +0 -1
- package/src/components/Icon/icons/snowy-line.svg +0 -1
- package/src/components/Icon/icons/sparkles-fill.svg +0 -1
- package/src/components/Icon/icons/sparkles-line.svg +0 -1
- package/src/components/Icon/icons/star-fill.svg +0 -1
- package/src/components/Icon/icons/star-half-fill.svg +0 -1
- package/src/components/Icon/icons/star-half-line.svg +0 -1
- package/src/components/Icon/icons/star-line.svg +0 -1
- package/src/components/Icon/icons/stop-circle-fill.svg +0 -1
- package/src/components/Icon/icons/stop-circle-line.svg +0 -1
- package/src/components/Icon/icons/stop-fill.svg +0 -1
- package/src/components/Icon/icons/stop-line.svg +0 -1
- package/src/components/Icon/icons/store-fill.svg +0 -1
- package/src/components/Icon/icons/store-line.svg +0 -1
- package/src/components/Icon/icons/subtract-fill.svg +0 -1
- package/src/components/Icon/icons/subtract-line.svg +0 -1
- package/src/components/Icon/icons/suitcase-fill.svg +0 -1
- package/src/components/Icon/icons/suitcase-line.svg +0 -1
- package/src/components/Icon/icons/sun-cloudy-fill.svg +0 -1
- package/src/components/Icon/icons/sun-cloudy-line.svg +0 -1
- package/src/components/Icon/icons/sun-fill.svg +0 -1
- package/src/components/Icon/icons/sun-line.svg +0 -1
- package/src/components/Icon/icons/t-shirt-fill.svg +0 -1
- package/src/components/Icon/icons/t-shirt-line.svg +0 -1
- package/src/components/Icon/icons/t-shirt-number-fill.svg +0 -1
- package/src/components/Icon/icons/t-shirt-number-line.svg +0 -1
- package/src/components/Icon/icons/tablet-fill.svg +0 -1
- package/src/components/Icon/icons/tablet-line.svg +0 -1
- package/src/components/Icon/icons/task-fill.svg +0 -1
- package/src/components/Icon/icons/task-line.svg +0 -1
- package/src/components/Icon/icons/telegram-fill.svg +0 -1
- package/src/components/Icon/icons/telegram-line.svg +0 -1
- package/src/components/Icon/icons/temp-cold-fill.svg +0 -1
- package/src/components/Icon/icons/temp-cold-line.svg +0 -1
- package/src/components/Icon/icons/temp-hot-fill.svg +0 -1
- package/src/components/Icon/icons/temp-hot-line.svg +0 -1
- package/src/components/Icon/icons/text-curved-fill.svg +0 -1
- package/src/components/Icon/icons/text-curved-line.svg +0 -1
- package/src/components/Icon/icons/text-fill.svg +0 -1
- package/src/components/Icon/icons/text-line.svg +0 -1
- package/src/components/Icon/icons/thumb-down-fill.svg +0 -1
- package/src/components/Icon/icons/thumb-down-line.svg +0 -1
- package/src/components/Icon/icons/thumb-up-fill.svg +0 -1
- package/src/components/Icon/icons/thumb-up-line.svg +0 -1
- package/src/components/Icon/icons/thunderstorms-fill.svg +0 -1
- package/src/components/Icon/icons/thunderstorms-line.svg +0 -1
- package/src/components/Icon/icons/tiktok-fill.svg +0 -1
- package/src/components/Icon/icons/tiktok-line.svg +0 -1
- package/src/components/Icon/icons/time-fill.svg +0 -1
- package/src/components/Icon/icons/time-line.svg +0 -1
- package/src/components/Icon/icons/timer-fill.svg +0 -1
- package/src/components/Icon/icons/timer-line.svg +0 -1
- package/src/components/Icon/icons/tools-fill.svg +0 -1
- package/src/components/Icon/icons/train-fill.svg +0 -1
- package/src/components/Icon/icons/train-line.svg +0 -1
- package/src/components/Icon/icons/trophy-fill.svg +0 -1
- package/src/components/Icon/icons/trophy-line.svg +0 -1
- package/src/components/Icon/icons/truck-fill.svg +0 -1
- package/src/components/Icon/icons/truck-line.svg +0 -1
- package/src/components/Icon/icons/twitter-fill.svg +0 -1
- package/src/components/Icon/icons/twitter-line.svg +0 -1
- package/src/components/Icon/icons/unlink-fill.svg +0 -1
- package/src/components/Icon/icons/unlink-line.svg +0 -1
- package/src/components/Icon/icons/upload-fill.svg +0 -1
- package/src/components/Icon/icons/upload-line.svg +0 -1
- package/src/components/Icon/icons/user-fill.svg +0 -1
- package/src/components/Icon/icons/viber-fill.svg +0 -1
- package/src/components/Icon/icons/viber-line.svg +0 -1
- package/src/components/Icon/icons/visa-fill.svg +0 -1
- package/src/components/Icon/icons/visa-line.svg +0 -1
- package/src/components/Icon/icons/volume-alert-fill.svg +0 -1
- package/src/components/Icon/icons/volume-alert-line.svg +0 -1
- package/src/components/Icon/icons/volume-down-fill.svg +0 -1
- package/src/components/Icon/icons/volume-down-line.svg +0 -1
- package/src/components/Icon/icons/volume-mute-fill.svg +0 -1
- package/src/components/Icon/icons/volume-mute-line.svg +0 -1
- package/src/components/Icon/icons/volume-up-fill.svg +0 -1
- package/src/components/Icon/icons/volume-up-line.svg +0 -1
- package/src/components/Icon/icons/walk-fill.svg +0 -1
- package/src/components/Icon/icons/walk-line.svg +0 -1
- package/src/components/Icon/icons/wallet-fill.svg +0 -1
- package/src/components/Icon/icons/wallet-line.svg +0 -1
- package/src/components/Icon/icons/whatsapp-fill.svg +0 -1
- package/src/components/Icon/icons/whatsapp-line.svg +0 -1
- package/src/components/Icon/icons/wifi-off-fill.svg +0 -1
- package/src/components/Icon/icons/wifi-off-line.svg +0 -1
- package/src/components/Icon/icons/wifi-on-fill.svg +0 -1
- package/src/components/Icon/icons/wifi-on-line.svg +0 -1
- package/src/components/Icon/icons/windy-fill.svg +0 -1
- package/src/components/Icon/icons/windy-line.svg +0 -1
- package/src/components/Icon/icons/youtube-fill.svg +0 -1
- package/src/components/Icon/icons/youtube-line.svg +0 -1
- package/src/components/Icon/icons/zoom-in-fill.svg +0 -1
- package/src/components/Icon/icons/zoom-in-line.svg +0 -1
- package/src/components/Icon/icons/zoom-out-fill.svg +0 -1
- package/src/components/Icon/icons/zoom-out-line.svg +0 -1
- /package/esm/components/Icon/icons/{arrow-go-back-line.svg → arrow-back.svg} +0 -0
- /package/esm/components/Icon/icons/{arrow-down-line.svg → arrow-down.svg} +0 -0
- /package/esm/components/Icon/icons/{arrow-left-fill.svg → arrow-left.svg} +0 -0
- /package/esm/components/Icon/icons/{arrow-right-fill.svg → arrow-right-.svg} +0 -0
- /package/esm/components/Icon/icons/{arrow-up-fill.svg → arrow-up.svg} +0 -0
- /package/esm/components/Icon/icons/{arrow-up-down-line.svg → arrows-up-down.svg} +0 -0
- /package/esm/components/Icon/icons/{checkbox-circle-fill.svg → check-circle-fill.svg} +0 -0
- /package/esm/components/Icon/icons/{checkbox-circle-line.svg → check-circle.svg} +0 -0
- /package/esm/components/Icon/icons/{check-fill.svg → check.svg} +0 -0
- /package/esm/components/Icon/icons/{chevron-down-fill.svg → chevron-down.svg} +0 -0
- /package/esm/components/Icon/icons/{chevron-left-fill.svg → chevron-left.svg} +0 -0
- /package/esm/components/Icon/icons/{chevron-right-line.svg → chevron-right.svg} +0 -0
- /package/esm/components/Icon/icons/{chevron-up-fill.svg → chevron-up.svg} +0 -0
- /package/esm/components/Icon/icons/{checkbox-blank-line.svg → circle.svg} +0 -0
- /package/esm/components/Icon/icons/{more-2-line.svg → dots-vertical.svg} +0 -0
- /package/esm/components/Icon/icons/{download-line.svg → download.svg} +0 -0
- /package/esm/components/Icon/icons/{edit-line.svg → edit.svg} +0 -0
- /package/esm/components/Icon/icons/{external-link-line.svg → external-link.svg} +0 -0
- /package/esm/components/Icon/icons/{filter-off-line.svg → filter-off.svg} +0 -0
- /package/esm/components/Icon/icons/{filter-line.svg → filter.svg} +0 -0
- /package/esm/components/Icon/icons/{heart-line.svg → heart.svg} +0 -0
- /package/esm/components/Icon/icons/{home-line.svg → home.svg} +0 -0
- /package/esm/components/Icon/icons/{hourglass-line.svg → houglass.svg} +0 -0
- /package/esm/components/Icon/icons/{lightning-line.svg → lightning.svg} +0 -0
- /package/esm/components/Icon/icons/{list-settings-line.svg → list-settings.svg} +0 -0
- /package/esm/components/Icon/icons/{lock-line.svg → lock.svg} +0 -0
- /package/esm/components/Icon/icons/{add-circle-line.svg → plus-circle.svg} +0 -0
- /package/esm/components/Icon/icons/{add-fill.svg → plus.svg} +0 -0
- /package/esm/components/Icon/icons/{search-line.svg → search.svg} +0 -0
- /package/esm/components/Icon/icons/{seed-2-line.svg → seed-2.svg} +0 -0
- /package/esm/components/Icon/icons/{checkbox-fill.svg → square-check-fill.svg} +0 -0
- /package/{lib/components/Icon/icons/checkbox-blank-line.svg → esm/components/Icon/icons/square.svg} +0 -0
- /package/esm/components/Icon/icons/{tools-line.svg → tools.svg} +0 -0
- /package/esm/components/Icon/icons/{user-line.svg → user.svg} +0 -0
- /package/esm/components/Icon/icons/{close-circle-fill.svg → x-circle-fill.svg} +0 -0
- /package/esm/components/Icon/icons/{close-fill.svg → x.svg} +0 -0
- /package/lib/components/Icon/icons/{arrow-go-back-line.svg → arrow-back.svg} +0 -0
- /package/lib/components/Icon/icons/{arrow-down-line.svg → arrow-down.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-left-line.svg → lib/components/Icon/icons/arrow-left.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-right-line.svg → lib/components/Icon/icons/arrow-right-.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-up-line.svg → lib/components/Icon/icons/arrow-up.svg} +0 -0
- /package/lib/components/Icon/icons/{arrow-up-down-line.svg → arrows-up-down.svg} +0 -0
- /package/lib/components/Icon/icons/{checkbox-circle-fill.svg → check-circle-fill.svg} +0 -0
- /package/lib/components/Icon/icons/{checkbox-circle-line.svg → check-circle.svg} +0 -0
- /package/{esm/components/Icon/icons/check-line.svg → lib/components/Icon/icons/check.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-down-line.svg → lib/components/Icon/icons/chevron-down.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-left-line.svg → lib/components/Icon/icons/chevron-left.svg} +0 -0
- /package/lib/components/Icon/icons/{chevron-right-line.svg → chevron-right.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-up-line.svg → lib/components/Icon/icons/chevron-up.svg} +0 -0
- /package/{src/components/Icon/icons/checkbox-blank-line.svg → lib/components/Icon/icons/circle.svg} +0 -0
- /package/lib/components/Icon/icons/{more-2-line.svg → dots-vertical.svg} +0 -0
- /package/lib/components/Icon/icons/{download-line.svg → download.svg} +0 -0
- /package/lib/components/Icon/icons/{edit-line.svg → edit.svg} +0 -0
- /package/lib/components/Icon/icons/{external-link-line.svg → external-link.svg} +0 -0
- /package/lib/components/Icon/icons/{filter-off-line.svg → filter-off.svg} +0 -0
- /package/lib/components/Icon/icons/{filter-line.svg → filter.svg} +0 -0
- /package/lib/components/Icon/icons/{heart-line.svg → heart.svg} +0 -0
- /package/lib/components/Icon/icons/{home-line.svg → home.svg} +0 -0
- /package/lib/components/Icon/icons/{hourglass-line.svg → houglass.svg} +0 -0
- /package/lib/components/Icon/icons/{lightning-line.svg → lightning.svg} +0 -0
- /package/lib/components/Icon/icons/{list-settings-line.svg → list-settings.svg} +0 -0
- /package/lib/components/Icon/icons/{lock-line.svg → lock.svg} +0 -0
- /package/lib/components/Icon/icons/{add-circle-line.svg → plus-circle.svg} +0 -0
- /package/{esm/components/Icon/icons/add-line.svg → lib/components/Icon/icons/plus.svg} +0 -0
- /package/lib/components/Icon/icons/{search-line.svg → search.svg} +0 -0
- /package/lib/components/Icon/icons/{seed-2-line.svg → seed-2.svg} +0 -0
- /package/lib/components/Icon/icons/{checkbox-fill.svg → square-check-fill.svg} +0 -0
- /package/lib/components/Icon/icons/{tools-line.svg → tools.svg} +0 -0
- /package/lib/components/Icon/icons/{user-line.svg → user.svg} +0 -0
- /package/lib/components/Icon/icons/{close-circle-fill.svg → x-circle-fill.svg} +0 -0
- /package/{esm/components/Icon/icons/close-line.svg → lib/components/Icon/icons/x.svg} +0 -0
- /package/src/components/Icon/icons/{arrow-go-back-line.svg → arrow-back.svg} +0 -0
- /package/src/components/Icon/icons/{arrow-down-line.svg → arrow-down.svg} +0 -0
- /package/{lib/components/Icon/icons/arrow-left-fill.svg → src/components/Icon/icons/arrow-left.svg} +0 -0
- /package/{lib/components/Icon/icons/arrow-right-fill.svg → src/components/Icon/icons/arrow-right-.svg} +0 -0
- /package/{lib/components/Icon/icons/arrow-up-fill.svg → src/components/Icon/icons/arrow-up.svg} +0 -0
- /package/src/components/Icon/icons/{arrow-up-down-line.svg → arrows-up-down.svg} +0 -0
- /package/src/components/Icon/icons/{checkbox-circle-fill.svg → check-circle-fill.svg} +0 -0
- /package/src/components/Icon/icons/{checkbox-circle-line.svg → check-circle.svg} +0 -0
- /package/{lib/components/Icon/icons/check-fill.svg → src/components/Icon/icons/check.svg} +0 -0
- /package/{lib/components/Icon/icons/chevron-down-fill.svg → src/components/Icon/icons/chevron-down.svg} +0 -0
- /package/{lib/components/Icon/icons/chevron-left-fill.svg → src/components/Icon/icons/chevron-left.svg} +0 -0
- /package/src/components/Icon/icons/{chevron-right-line.svg → chevron-right.svg} +0 -0
- /package/{lib/components/Icon/icons/chevron-up-fill.svg → src/components/Icon/icons/chevron-up.svg} +0 -0
- /package/src/components/Icon/icons/{more-2-line.svg → dots-vertical.svg} +0 -0
- /package/src/components/Icon/icons/{download-line.svg → download.svg} +0 -0
- /package/src/components/Icon/icons/{edit-line.svg → edit.svg} +0 -0
- /package/src/components/Icon/icons/{external-link-line.svg → external-link.svg} +0 -0
- /package/src/components/Icon/icons/{filter-off-line.svg → filter-off.svg} +0 -0
- /package/src/components/Icon/icons/{filter-line.svg → filter.svg} +0 -0
- /package/src/components/Icon/icons/{heart-line.svg → heart.svg} +0 -0
- /package/src/components/Icon/icons/{home-line.svg → home.svg} +0 -0
- /package/src/components/Icon/icons/{hourglass-line.svg → houglass.svg} +0 -0
- /package/src/components/Icon/icons/{lightning-line.svg → lightning.svg} +0 -0
- /package/src/components/Icon/icons/{list-settings-line.svg → list-settings.svg} +0 -0
- /package/src/components/Icon/icons/{lock-line.svg → lock.svg} +0 -0
- /package/src/components/Icon/icons/{add-circle-line.svg → plus-circle.svg} +0 -0
- /package/{lib/components/Icon/icons/add-fill.svg → src/components/Icon/icons/plus.svg} +0 -0
- /package/src/components/Icon/icons/{search-line.svg → search.svg} +0 -0
- /package/src/components/Icon/icons/{seed-2-line.svg → seed-2.svg} +0 -0
- /package/src/components/Icon/icons/{checkbox-fill.svg → square-check-fill.svg} +0 -0
- /package/src/components/Icon/icons/{tools-line.svg → tools.svg} +0 -0
- /package/src/components/Icon/icons/{user-line.svg → user.svg} +0 -0
- /package/src/components/Icon/icons/{close-circle-fill.svg → x-circle-fill.svg} +0 -0
- /package/{lib/components/Icon/icons/close-fill.svg → src/components/Icon/icons/x.svg} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1.94608 9.315C1.42408 9.141 1.41908 8.86 1.95608 8.681L21.0431 2.319C21.5721 2.143 21.8751 2.439 21.7271 2.957L16.2731 22.043C16.1231 22.572 15.8181 22.59 15.5941 22.088L12.0001 14L18.0001 6L10.0001 12L1.94608 9.315Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1.92302 9.37C1.41302 9.165 1.41902 8.86 1.95702 8.681L21.043 2.319C21.572 2.143 21.875 2.439 21.727 2.957L16.273 22.043C16.123 22.572 15.798 22.596 15.556 22.113L11 13L1.92302 9.37ZM6.81302 9.17L12.449 11.425L15.489 17.507L19.035 5.097L6.81202 9.17H6.81302Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.045 2.20797C12.6958 1.92642 11.303 1.9271 9.95405 2.20997V2.21097C9.77163 3.41189 9.05249 4.46447 8.00005 5.07097C6.94782 5.67945 5.67573 5.77552 4.54405 5.33197C3.62616 6.36007 2.92972 7.56609 2.49805 8.87497C3.44817 9.63337 4.00104 10.7833 4.00005 11.999C4.00092 13.2136 3.44887 14.3626 2.50005 15.121C2.92905 16.4313 3.62464 17.6386 4.54305 18.667C5.67487 18.2228 6.9474 18.3185 8.00005 18.927C9.05412 19.5343 9.77383 20.589 9.95505 21.792C11.3044 22.0729 12.6973 22.0715 14.046 21.788C14.2285 20.5871 14.9476 19.5345 16 18.928C17.0523 18.3195 18.3244 18.2234 19.456 18.667C20.3739 17.6389 21.0704 16.4328 21.502 15.124C20.586 14.391 20 13.264 20 12C19.9986 10.7846 20.5507 9.63476 21.5 8.87597C21.0709 7.56601 20.3753 6.35903 19.457 5.33097C18.3251 5.77484 17.0525 5.67877 16 5.06997C14.9467 4.46327 14.2271 3.40981 14.045 2.20797ZM15 12C15 13.6568 13.6569 15 12 15C10.3432 15 9.00005 13.6568 9.00005 12C9.00005 10.3431 10.3432 8.99997 12 8.99997C13.6569 8.99997 15 10.3431 15 12Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3.34 16.9998C2.91727 16.2688 2.58866 15.4873 2.362 14.6738C2.85531 14.4229 3.26959 14.0404 3.55903 13.5687C3.84846 13.097 4.00176 12.5544 4.00197 12.0009C4.00218 11.4475 3.84928 10.9048 3.5602 10.4328C3.27112 9.96088 2.85712 9.57809 2.364 9.32682C2.81604 7.69231 3.67673 6.19977 4.865 4.98982C5.32909 5.29155 5.86762 5.45898 6.42098 5.4736C6.97434 5.48822 7.52095 5.34945 8.00033 5.07265C8.47971 4.79586 8.87315 4.39182 9.13713 3.90526C9.4011 3.41871 9.52531 2.8686 9.496 2.31582C11.1381 1.89145 12.8612 1.89213 14.503 2.31782C14.474 2.87059 14.5984 3.42061 14.8626 3.90703C15.1268 4.39345 15.5204 4.7973 15.9998 5.07388C16.4793 5.35047 17.0259 5.48901 17.5793 5.47417C18.1326 5.45934 18.671 5.2917 19.135 4.98982C19.714 5.57982 20.228 6.25082 20.66 6.99982C21.093 7.74882 21.417 8.52982 21.638 9.32582C21.1447 9.57672 20.7304 9.9592 20.441 10.4309C20.1515 10.9027 19.9982 11.4453 19.998 11.9987C19.9978 12.5522 20.1507 13.0949 20.4398 13.5668C20.7289 14.0388 21.1429 14.4216 21.636 14.6728C21.184 16.3073 20.3233 17.7999 19.135 19.0098C18.6709 18.7081 18.1324 18.5407 17.579 18.526C17.0257 18.5114 16.479 18.6502 15.9997 18.927C15.5203 19.2038 15.1268 19.6078 14.8629 20.0944C14.5989 20.5809 14.4747 21.131 14.504 21.6838C12.8619 22.1082 11.1388 22.1075 9.497 21.6818C9.52605 21.1291 9.4016 20.579 9.13742 20.0926C8.87324 19.6062 8.47964 19.2023 8.00017 18.9258C7.5207 18.6492 6.97405 18.5106 6.42073 18.5255C5.8674 18.5403 5.32896 18.7079 4.865 19.0098C4.27399 18.4068 3.76159 17.7314 3.34 16.9998ZM9 17.1958C10.0656 17.8105 10.8668 18.7968 11.25 19.9658C11.749 20.0128 12.25 20.0138 12.749 19.9668C13.1324 18.7977 13.934 17.8113 15 17.1968C16.0652 16.5805 17.3205 16.3793 18.525 16.6318C18.815 16.2238 19.065 15.7888 19.273 15.3338C18.4524 14.4173 17.9991 13.23 18 11.9998C18 10.7398 18.47 9.56282 19.273 8.66582C19.0635 8.21097 18.8125 7.77646 18.523 7.36782C17.3193 7.62013 16.0648 7.4193 15 6.80382C13.9344 6.18919 13.1332 5.20281 12.75 4.03382C12.251 3.98682 11.75 3.98582 11.251 4.03282C10.8676 5.20197 10.066 6.18838 9 6.80282C7.93478 7.41914 6.67948 7.62034 5.475 7.36782C5.18556 7.77611 4.93513 8.21069 4.727 8.66582C5.54757 9.58238 6.00088 10.7696 6 11.9998C6 13.2598 5.53 14.4368 4.727 15.3338C4.93647 15.7887 5.18754 16.2232 5.477 16.6318C6.68072 16.3795 7.93521 16.5803 9 17.1958ZM12 14.9998C11.2044 14.9998 10.4413 14.6838 9.87868 14.1211C9.31607 13.5585 9 12.7955 9 11.9998C9 11.2042 9.31607 10.4411 9.87868 9.8785C10.4413 9.31589 11.2044 8.99982 12 8.99982C12.7956 8.99982 13.5587 9.31589 14.1213 9.8785C14.6839 10.4411 15 11.2042 15 11.9998C15 12.7955 14.6839 13.5585 14.1213 14.1211C13.5587 14.6838 12.7956 14.9998 12 14.9998ZM12 12.9998C12.2652 12.9998 12.5196 12.8945 12.7071 12.7069C12.8946 12.5194 13 12.265 13 11.9998C13 11.7346 12.8946 11.4803 12.7071 11.2927C12.5196 11.1052 12.2652 10.9998 12 10.9998C11.7348 10.9998 11.4804 11.1052 11.2929 11.2927C11.1054 11.4803 11 11.7346 11 11.9998C11 12.265 11.1054 12.5194 11.2929 12.7069C11.4804 12.8945 11.7348 12.9998 12 12.9998Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.576 17.271L8.46596 14.484C7.97545 14.9709 7.35177 15.3017 6.67355 15.4346C5.99532 15.5676 5.29292 15.4968 4.65488 15.2311C4.01685 14.9654 3.47175 14.5168 3.08831 13.9418C2.70486 13.3668 2.50024 12.6911 2.50024 12C2.50024 11.3089 2.70486 10.6332 3.08831 10.0582C3.47175 9.48317 4.01685 9.03455 4.65488 8.76889C5.29292 8.50322 5.99532 8.43241 6.67355 8.56536C7.35177 8.69832 7.97545 9.02909 8.46596 9.51599L13.576 6.72899C13.4007 5.90672 13.5273 5.04885 13.9326 4.31224C14.3378 3.57563 14.9947 3.00952 15.7831 2.71742C16.5714 2.42532 17.4386 2.42676 18.226 2.72147C19.0134 3.01619 19.6683 3.58448 20.0712 4.32243C20.474 5.06037 20.5977 5.91866 20.4197 6.74034C20.2418 7.56202 19.7739 8.29218 19.1019 8.79729C18.4298 9.3024 17.5983 9.54871 16.7596 9.49119C15.9208 9.43366 15.1308 9.07613 14.534 8.48399L9.42396 11.271C9.52589 11.7516 9.52589 12.2483 9.42396 12.729L14.534 15.516C15.1308 14.9238 15.9208 14.5663 16.7596 14.5088C17.5983 14.4513 18.4298 14.6976 19.1019 15.2027C19.7739 15.7078 20.2418 16.438 20.4197 17.2596C20.5977 18.0813 20.474 18.9396 20.0712 19.6776C19.6683 20.4155 19.0134 20.9838 18.226 21.2785C17.4386 21.5732 16.5714 21.5747 15.7831 21.2826C14.9947 20.9905 14.3378 20.4243 13.9326 19.6877C13.5273 18.9511 13.4007 18.0933 13.576 17.271Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.12 17.023L8.92102 14.733C8.37282 15.3191 7.66101 15.7267 6.8781 15.9029C6.09518 16.0791 5.27737 16.0157 4.53094 15.7211C3.78452 15.4264 3.14398 14.914 2.69259 14.2505C2.2412 13.587 1.99982 12.803 1.99982 12.0005C1.99982 11.198 2.2412 10.4141 2.69259 9.75058C3.14398 9.08707 3.78452 8.57467 4.53094 8.27998C5.27737 7.98529 6.09518 7.92193 6.8781 8.09813C7.66101 8.27434 8.37282 8.68196 8.92102 9.26802L13.121 6.97802C12.8826 6.03409 12.9966 5.03561 13.4417 4.16972C13.8867 3.30384 14.6323 2.63 15.5387 2.27452C16.445 1.91904 17.4499 1.90633 18.365 2.23875C19.2801 2.57118 20.0425 3.22594 20.5093 4.08028C20.9762 4.93463 21.1154 5.92991 20.9009 6.87957C20.6864 7.82922 20.133 8.66806 19.3443 9.23883C18.5555 9.8096 17.5857 10.0731 16.6166 9.98001C15.6475 9.8869 14.7456 9.44353 14.08 8.73302L9.88002 11.023C10.0412 11.6644 10.0412 12.3357 9.88002 12.977L14.079 15.267C14.7446 14.5565 15.6465 14.1131 16.6156 14.02C17.5847 13.9269 18.5545 14.1904 19.3433 14.7612C20.132 15.332 20.6854 16.1708 20.8999 17.1205C21.1144 18.0701 20.9752 19.0654 20.5083 19.9198C20.0415 20.7741 19.2791 21.4289 18.364 21.7613C17.4489 22.0937 16.444 22.081 15.5377 21.7255C14.6313 21.37 13.8857 20.6962 13.4407 19.8303C12.9956 18.9644 12.8816 17.9659 13.12 17.022V17.023ZM6.00002 14C6.53046 14 7.03916 13.7893 7.41424 13.4142C7.78931 13.0392 8.00002 12.5305 8.00002 12C8.00002 11.4696 7.78931 10.9609 7.41424 10.5858C7.03916 10.2107 6.53046 10 6.00002 10C5.46959 10 4.96088 10.2107 4.58581 10.5858C4.21074 10.9609 4.00002 11.4696 4.00002 12C4.00002 12.5305 4.21074 13.0392 4.58581 13.4142C4.96088 13.7893 5.46959 14 6.00002 14ZM17 8.00002C17.5305 8.00002 18.0392 7.78931 18.4142 7.41423C18.7893 7.03916 19 6.53045 19 6.00002C19 5.46959 18.7893 4.96088 18.4142 4.58581C18.0392 4.21073 17.5305 4.00002 17 4.00002C16.4696 4.00002 15.9609 4.21073 15.5858 4.58581C15.2107 4.96088 15 5.46959 15 6.00002C15 6.53045 15.2107 7.03916 15.5858 7.41423C15.9609 7.78931 16.4696 8.00002 17 8.00002ZM17 20C17.5305 20 18.0392 19.7893 18.4142 19.4142C18.7893 19.0392 19 18.5305 19 18C19 17.4696 18.7893 16.9609 18.4142 16.5858C18.0392 16.2107 17.5305 16 17 16C16.4696 16 15.9609 16.2107 15.5858 16.5858C15.2107 16.9609 15 17.4696 15 18C15 18.5305 15.2107 19.0392 15.5858 19.4142C15.9609 19.7893 16.4696 20 17 20Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.576 17.271L8.46596 14.484C7.97545 14.9709 7.35177 15.3017 6.67355 15.4346C5.99532 15.5676 5.29292 15.4968 4.65488 15.2311C4.01685 14.9654 3.47175 14.5168 3.08831 13.9418C2.70486 13.3668 2.50024 12.6911 2.50024 12C2.50024 11.3089 2.70486 10.6332 3.08831 10.0582C3.47175 9.48317 4.01685 9.03455 4.65488 8.76889C5.29292 8.50322 5.99532 8.43241 6.67355 8.56536C7.35177 8.69832 7.97545 9.02909 8.46596 9.51599L13.576 6.72899C13.4007 5.90672 13.5273 5.04885 13.9326 4.31224C14.3378 3.57563 14.9947 3.00952 15.7831 2.71742C16.5714 2.42532 17.4386 2.42676 18.226 2.72147C19.0134 3.01619 19.6683 3.58448 20.0712 4.32243C20.474 5.06037 20.5977 5.91866 20.4197 6.74034C20.2418 7.56202 19.7739 8.29218 19.1019 8.79729C18.4298 9.3024 17.5983 9.54871 16.7596 9.49119C15.9208 9.43366 15.1308 9.07613 14.534 8.48399L9.42396 11.271C9.52589 11.7516 9.52589 12.2483 9.42396 12.729L14.534 15.516C15.1308 14.9238 15.9208 14.5663 16.7596 14.5088C17.5983 14.4513 18.4298 14.6976 19.1019 15.2027C19.7739 15.7078 20.2418 16.438 20.4197 17.2596C20.5977 18.0813 20.474 18.9396 20.0712 19.6776C19.6683 20.4155 19.0134 20.9838 18.226 21.2785C17.4386 21.5732 16.5714 21.5747 15.7831 21.2826C14.9947 20.9905 14.3378 20.4243 13.9326 19.6877C13.5273 18.9511 13.4007 18.0933 13.576 17.271Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 15.0104C12.4978 15.0104 12.8908 14.6125 12.8908 14.1453V5.55536L12.821 4.27509L13.3275 4.92388L14.4716 6.13495C14.6288 6.30796 14.8472 6.39446 15.0655 6.39446C15.4935 6.39446 15.8515 6.08305 15.8515 5.64187C15.8515 5.41696 15.7642 5.24394 15.607 5.08824L12.69 2.31142C12.4541 2.08651 12.2358 2 12 2C11.7642 2 11.5371 2.08651 11.31 2.31142L8.39301 5.08824C8.22707 5.24394 8.13974 5.41696 8.13974 5.64187C8.13974 6.08305 8.49782 6.39446 8.92576 6.39446C9.1441 6.39446 9.37118 6.30796 9.51965 6.13495L10.6725 4.92388L11.179 4.27509L11.1004 5.55536V14.1453C11.1004 14.6125 11.5022 15.0104 12 15.0104ZM6.9607 22H17.0393C18.9782 22 20 20.9879 20 19.0934V10.6678C20 8.77336 18.9782 7.76125 17.0393 7.76125H14.7249V9.69031H16.8734C17.6332 9.69031 18.0524 10.0796 18.0524 10.8668V18.8945C18.0524 19.6903 17.6332 20.0709 16.8734 20.0709H7.12664C6.35808 20.0709 5.9476 19.6903 5.9476 18.8945V10.8668C5.9476 10.0796 6.35808 9.69031 7.12664 9.69031H9.30131V7.76125H6.9607C5.03057 7.76125 4 8.77336 4 10.6678V19.0934C4 20.9965 5.03057 22 6.9607 22Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 15.0104C12.4978 15.0104 12.8908 14.6125 12.8908 14.1453V5.55536L12.821 4.27509L13.3275 4.92388L14.4716 6.13495C14.6288 6.30796 14.8472 6.39446 15.0655 6.39446C15.4935 6.39446 15.8515 6.08305 15.8515 5.64187C15.8515 5.41696 15.7642 5.24394 15.607 5.08824L12.69 2.31142C12.4541 2.08651 12.2358 2 12 2C11.7642 2 11.5371 2.08651 11.31 2.31142L8.39301 5.08824C8.22707 5.24394 8.13974 5.41696 8.13974 5.64187C8.13974 6.08305 8.49782 6.39446 8.92576 6.39446C9.1441 6.39446 9.37118 6.30796 9.51965 6.13495L10.6725 4.92388L11.179 4.27509L11.1004 5.55536V14.1453C11.1004 14.6125 11.5022 15.0104 12 15.0104ZM6.9607 22H17.0393C18.9782 22 20 20.9879 20 19.0934V10.6678C20 8.77336 18.9782 7.76125 17.0393 7.76125H14.7249V9.69031H16.8734C17.6332 9.69031 18.0524 10.0796 18.0524 10.8668V18.8945C18.0524 19.6903 17.6332 20.0709 16.8734 20.0709H7.12664C6.35808 20.0709 5.9476 19.6903 5.9476 18.8945V10.8668C5.9476 10.0796 6.35808 9.69031 7.12664 9.69031H9.30131V7.76125H6.9607C5.03057 7.76125 4 8.77336 4 10.6678V19.0934C4 20.9965 5.03057 22 6.9607 22Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.12 17.023L8.92102 14.733C8.37282 15.3191 7.66101 15.7267 6.8781 15.9029C6.09518 16.0791 5.27737 16.0157 4.53094 15.7211C3.78452 15.4264 3.14398 14.914 2.69259 14.2505C2.2412 13.587 1.99982 12.803 1.99982 12.0005C1.99982 11.198 2.2412 10.4141 2.69259 9.75058C3.14398 9.08707 3.78452 8.57467 4.53094 8.27998C5.27737 7.98529 6.09518 7.92193 6.8781 8.09813C7.66101 8.27434 8.37282 8.68196 8.92102 9.26802L13.121 6.97802C12.8826 6.03409 12.9966 5.03561 13.4417 4.16972C13.8867 3.30384 14.6323 2.63 15.5387 2.27452C16.445 1.91904 17.4499 1.90633 18.365 2.23875C19.2801 2.57118 20.0425 3.22594 20.5093 4.08028C20.9762 4.93463 21.1154 5.92991 20.9009 6.87957C20.6864 7.82922 20.133 8.66806 19.3443 9.23883C18.5555 9.8096 17.5857 10.0731 16.6166 9.98001C15.6475 9.8869 14.7456 9.44353 14.08 8.73302L9.88002 11.023C10.0412 11.6644 10.0412 12.3357 9.88002 12.977L14.079 15.267C14.7446 14.5565 15.6465 14.1131 16.6156 14.02C17.5847 13.9269 18.5545 14.1904 19.3433 14.7612C20.132 15.332 20.6854 16.1708 20.8999 17.1205C21.1144 18.0701 20.9752 19.0654 20.5083 19.9198C20.0415 20.7741 19.2791 21.4289 18.364 21.7613C17.4489 22.0937 16.444 22.081 15.5377 21.7255C14.6313 21.37 13.8857 20.6962 13.4407 19.8303C12.9956 18.9644 12.8816 17.9659 13.12 17.022V17.023ZM6.00002 14C6.53046 14 7.03916 13.7893 7.41424 13.4142C7.78931 13.0392 8.00002 12.5305 8.00002 12C8.00002 11.4696 7.78931 10.9609 7.41424 10.5858C7.03916 10.2107 6.53046 10 6.00002 10C5.46959 10 4.96088 10.2107 4.58581 10.5858C4.21074 10.9609 4.00002 11.4696 4.00002 12C4.00002 12.5305 4.21074 13.0392 4.58581 13.4142C4.96088 13.7893 5.46959 14 6.00002 14ZM17 8.00002C17.5305 8.00002 18.0392 7.78931 18.4142 7.41423C18.7893 7.03916 19 6.53045 19 6.00002C19 5.46959 18.7893 4.96088 18.4142 4.58581C18.0392 4.21073 17.5305 4.00002 17 4.00002C16.4696 4.00002 15.9609 4.21073 15.5858 4.58581C15.2107 4.96088 15 5.46959 15 6.00002C15 6.53045 15.2107 7.03916 15.5858 7.41423C15.9609 7.78931 16.4696 8.00002 17 8.00002ZM17 20C17.5305 20 18.0392 19.7893 18.4142 19.4142C18.7893 19.0392 19 18.5305 19 18C19 17.4696 18.7893 16.9609 18.4142 16.5858C18.0392 16.2107 17.5305 16 17 16C16.4696 16 15.9609 16.2107 15.5858 16.5858C15.2107 16.9609 15 17.4696 15 18C15 18.5305 15.2107 19.0392 15.5858 19.4142C15.9609 19.7893 16.4696 20 17 20Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.217 2.826L12 1L3.783 2.826C3.326 2.928 3 3.333 3 3.802V13.79C3 15.795 4.002 17.668 5.672 18.781L12 23L18.328 18.781C19.997 17.669 21 15.795 21 13.789V3.802C21 3.333 20.674 2.928 20.217 2.826ZM11.502 13.171L16.452 8.222L17.867 9.636L11.503 16L7.26 11.757L8.674 10.343L11.502 13.171Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1L20.217 2.826C20.674 2.928 21 3.333 21 3.802V13.789C21 15.795 19.997 17.669 18.328 18.781L12 23L5.672 18.781C4.002 17.668 3 15.795 3 13.79V3.802C3 3.333 3.326 2.928 3.783 2.826L12 1ZM12 3.049L5 4.604V13.789C5 15.126 5.668 16.375 6.781 17.117L12 20.597L17.219 17.117C18.332 16.375 19 15.127 19 13.79V4.604L12 3.05V3.049ZM17.867 9.636L16.452 8.222V8.221L11.502 13.171L8.674 10.343L7.26 11.757L11.503 16L17.867 9.636Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C12.6566 2 13.3068 2.12933 13.9134 2.3806C14.52 2.63188 15.0712 3.00017 15.5355 3.46447C15.9998 3.92876 16.3681 4.47995 16.6194 5.08658C16.8707 5.69321 17 6.34339 17 7V9H20C20.2652 9 20.5196 9.10536 20.7071 9.29289C20.8946 9.48043 21 9.73478 21 10V22C21 22.2652 20.8946 22.5196 20.7071 22.7071C20.5196 22.8946 20.2652 23 20 23H4C3.73478 23 3.48043 22.8946 3.29289 22.7071C3.10536 22.5196 3 22.2652 3 22V10C3 9.73478 3.10536 9.48043 3.29289 9.29289C3.48043 9.10536 3.73478 9 4 9H7V7C7 5.67392 7.52678 4.40215 8.46447 3.46447C9.40215 2.52678 10.6739 2 12 2ZM17 12H15V13C15.0003 13.2549 15.0979 13.5 15.2728 13.6854C15.4478 13.8707 15.687 13.9822 15.9414 13.9972C16.1958 14.0121 16.4464 13.9293 16.6418 13.7657C16.8373 13.6021 16.9629 13.3701 16.993 13.117L17 13V12ZM9 12H7V13C7.00028 13.2549 7.09788 13.5 7.27285 13.6854C7.44782 13.8707 7.68695 13.9822 7.94139 13.9972C8.19584 14.0121 8.44638 13.9293 8.64183 13.7657C8.83729 13.6021 8.9629 13.3701 8.993 13.117L9 13V12ZM12 4C11.2348 3.99996 10.4985 4.29233 9.94174 4.81728C9.38499 5.34224 9.04989 6.06011 9.005 6.824L9 7V9H15V7C15 6.23479 14.7077 5.49849 14.1827 4.94174C13.6578 4.38499 12.9399 4.04989 12.176 4.005L12 4Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 9V7C7 5.67392 7.52678 4.40215 8.46447 3.46447C9.40215 2.52678 10.6739 2 12 2C13.3261 2 14.5979 2.52678 15.5355 3.46447C16.4732 4.40215 17 5.67392 17 7V9H20C20.2652 9 20.5196 9.10536 20.7071 9.29289C20.8946 9.48043 21 9.73478 21 10V22C21 22.2652 20.8946 22.5196 20.7071 22.7071C20.5196 22.8946 20.2652 23 20 23H4C3.73478 23 3.48043 22.8946 3.29289 22.7071C3.10536 22.5196 3 22.2652 3 22V10C3 9.73478 3.10536 9.48043 3.29289 9.29289C3.48043 9.10536 3.73478 9 4 9H7ZM7 11H5V21H19V11H17V13H15V11H9V13H7V11ZM9 9H15V7C15 6.20435 14.6839 5.44129 14.1213 4.87868C13.5587 4.31607 12.7956 4 12 4C11.2044 4 10.4413 4.31607 9.87868 4.87868C9.31607 5.44129 9 6.20435 9 7V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4.9656 2.73975C4.84956 2.30788 4.4564 2 4 2H1V4H3.141L4.98101 16.1493L5.00413 16.2598C5.12017 16.6916 5.51333 16.9995 5.96973 16.9995H19.0044L19.1202 16.9928C19.5388 16.9443 19.8877 16.6356 19.9807 16.2159L21.9763 7.21324L21.9952 7.09669C22.0547 6.51717 21.5996 5.99683 21 5.99683L5.466 5.997L4.98871 2.85019L4.9656 2.73975ZM8 23C6.89543 23 6 22.1046 6 21C6 19.8954 6.89543 19 8 19C9.10457 19 10 19.8954 10 21C10 22.1046 9.10457 23 8 23ZM17 23C15.8954 23 15 22.1046 15 21C15 19.8954 15.8954 19 17 19C18.1046 19 19 19.8954 19 21C19 22.1046 18.1046 23 17 23Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 2C4.4564 2 4.84956 2.30788 4.9656 2.73975L4.98871 2.85019L5.466 5.997L21 5.99683C21.5996 5.99683 22.0547 6.51717 21.9952 7.09669L21.9763 7.21324L19.9807 16.2159C19.8877 16.6356 19.5388 16.9443 19.1202 16.9928L19.0044 16.9995H5.96973C5.51333 16.9995 5.12017 16.6916 5.00413 16.2598L4.98101 16.1493L3.141 4H1V2H4ZM6 21C6 22.1046 6.89543 23 8 23C9.10457 23 10 22.1046 10 21C10 19.8954 9.10457 19 8 19C6.89543 19 6 19.8954 6 21ZM15 21C15 22.1046 15.8954 23 17 23C18.1046 23 19 22.1046 19 21C19 19.8954 18.1046 19 17 19C15.8954 19 15 19.8954 15 21ZM5.769 7.997L6.83 15H18.203L19.755 7.997H5.769Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 18H9.00004V21H7.00004V17.748C5.67375 17.4048 4.45781 16.7267 3.46874 15.7788C2.47966 14.8309 1.75058 13.6448 1.35136 12.3343C0.952139 11.0238 0.89615 9.63272 1.18876 8.29436C1.48136 6.956 2.11276 5.71521 3.02246 4.69086C3.93216 3.66652 5.08966 2.89295 6.38408 2.44427C7.6785 1.99559 9.06645 1.88684 10.415 2.12843C11.7635 2.37003 13.0273 2.95388 14.0855 3.82403C15.1436 4.69419 15.9605 5.8215 16.458 7.09796C17.2101 6.95406 17.9839 6.96878 18.7299 7.14117C19.4759 7.31356 20.1778 7.63982 20.7904 8.09906C21.4031 8.55831 21.9131 9.14042 22.2879 9.80813C22.6626 10.4758 22.8938 11.2144 22.9667 11.9767C23.0395 12.7389 22.9524 13.5079 22.711 14.2345C22.4695 14.9611 22.0789 15.6293 21.5644 16.1963C21.0498 16.7633 20.4225 17.2166 19.7226 17.5272C19.0227 17.8378 18.2657 17.9988 17.5 18L17 18.001V21.001H15V18.001V18ZM11 20H13V23H11V20Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 16.93C3.89339 16.2902 2.95619 15.3945 2.26692 14.318C1.57764 13.2416 1.15635 12.0156 1.03832 10.7428C0.920304 9.47 1.10899 8.18746 1.58858 7.0026C2.06817 5.81773 2.8247 4.76503 3.79481 3.93268C4.76492 3.10033 5.92035 2.51255 7.16434 2.21858C8.40832 1.92461 9.70464 1.93301 10.9447 2.24308C12.1848 2.55314 13.3325 3.15585 14.2917 4.0007C15.251 4.84556 15.9938 5.90797 16.458 7.09895C17.8533 6.82314 19.3012 7.09857 20.4978 7.86745C21.6944 8.63633 22.5466 9.83886 22.8755 11.2226C23.2044 12.6064 22.9845 14.0637 22.2619 15.2888C21.5393 16.5139 20.3702 17.4114 19 17.793V15.663C19.4622 15.4436 19.8707 15.1257 20.1967 14.7315C20.5227 14.3372 20.7584 13.8763 20.8871 13.3812C21.0157 12.8861 21.0343 12.3688 20.9415 11.8657C20.8486 11.3626 20.6466 10.886 20.3497 10.4694C20.0528 10.0528 19.6681 9.70641 19.2229 9.45453C18.7776 9.20265 18.2825 9.05143 17.7725 9.01154C17.2625 8.97164 16.7499 9.04403 16.2709 9.22362C15.7919 9.4032 15.3581 9.68561 15 10.051V9.99995C15 8.99911 14.7497 8.01416 14.2718 7.13479C13.7939 6.25542 13.1036 5.50957 12.2638 4.96515C11.4239 4.42073 10.4613 4.09504 9.46341 4.01774C8.46556 3.94044 7.46422 4.11398 6.55057 4.52256C5.63693 4.93115 4.84 5.56179 4.23236 6.35707C3.62472 7.15234 3.22568 8.08699 3.07156 9.0759C2.91744 10.0648 3.01315 11.0766 3.34997 12.019C3.68679 12.9615 4.25401 13.8047 5 14.472V16.93ZM7 16H9V20H7V16ZM15 16H17V20H15V16ZM11 19H13V23H11V19Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 2.05V12H13V2.05C18.053 2.551 22 6.815 22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.815 5.947 2.551 11 2.05Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 2V12H13V2H11ZM7.412 5.446L6.265 3.807C3.5901 5.67712 1.99765 8.73619 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22.0024 8.73619 20.4099 5.67712 17.735 3.807L16.588 5.446C19.4484 7.44849 20.6797 11.0748 19.6299 14.4049C18.58 17.7351 15.4917 19.9996 12 19.9996C8.50831 19.9996 5.41997 17.7351 4.37015 14.4049C3.32034 11.0748 4.55159 7.44849 7.412 5.446Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.48602 6.52699C8.40143 6.52314 7.52331 5.64457 7.52002 4.55999C7.52002 3.47699 8.40402 2.59299 9.48702 2.59299C10.57 2.59299 11.455 3.47699 11.455 4.55999V6.52799L9.48602 6.52699ZM4.56002 16.48C5.64461 16.4767 6.52317 15.5986 6.52702 14.514L6.52802 14.513V12.545H4.56002C3.47702 12.545 2.59302 13.43 2.59302 14.513C2.59631 15.598 3.47504 16.4767 4.56002 16.48ZM9.48602 12.546C8.40302 12.546 7.51902 13.431 7.51902 14.514V19.441C7.52231 20.526 8.40104 21.4047 9.48602 21.408C10.5714 21.4052 11.4507 20.5264 11.454 19.441V14.514C11.454 13.431 10.569 12.546 9.48602 12.546ZM11.454 9.48599C11.454 8.40299 10.569 7.51899 9.48602 7.51899H4.56002C3.47702 7.51899 2.59302 8.40299 2.59302 9.48599C2.59576 10.5714 3.47465 11.4507 4.56002 11.454H9.48602C10.5718 11.4512 11.4513 10.5717 11.454 9.48599ZM17.473 9.48599C17.473 8.40299 18.358 7.51899 19.441 7.51899C20.524 7.51899 21.408 8.40299 21.408 9.48599C21.4053 10.5714 20.5264 11.4507 19.441 11.454H17.473V9.48599ZM14.514 11.454C15.5994 11.4507 16.4783 10.5714 16.481 9.48599V4.55999C16.481 3.47699 15.597 2.59299 14.514 2.59299C13.431 2.59299 12.546 3.47699 12.546 4.55999V9.48599C12.5488 10.5717 13.4283 11.4512 14.514 11.454ZM14.514 17.473C15.597 17.473 16.481 18.358 16.481 19.441C16.4777 20.526 15.599 21.4047 14.514 21.408C13.4287 21.4052 12.5493 20.5264 12.546 19.441V17.473H14.514ZM12.546 14.514C12.5493 15.5994 13.4287 16.4782 14.514 16.481H19.441C20.526 16.4777 21.4047 15.599 21.408 14.514C21.408 13.431 20.524 12.546 19.441 12.546H14.514C13.431 12.546 12.546 13.431 12.546 14.514Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5C16 3.67157 15.3284 3 14.5 3C13.6716 3 13 3.67157 13 4.5V9.5C13 10.3284 13.6716 11 14.5 11C15.3284 11 16 10.3284 16 9.5V4.5ZM6 13H4.5C3.67157 13 3 13.6716 3 14.5C3 15.3284 3.67157 16 4.5 16C5.32843 16 6 15.3284 6 14.5V13ZM13 18H14.5C15.3284 18 16 18.6716 16 19.5C16 20.3284 15.3284 21 14.5 21C13.6716 21 13 20.3284 13 19.5V18ZM19.5 13H14.5C13.6716 13 13 13.6716 13 14.5C13 15.3284 13.6716 16 14.5 16H19.5C20.3284 16 21 15.3284 21 14.5C21 13.6716 20.3284 13 19.5 13ZM19.5 8C20.3284 8 21 8.67157 21 9.5C21 10.3284 20.3284 11 19.5 11H18V9.5C18 8.67157 18.6716 8 19.5 8ZM9.5 8H4.5C3.67157 8 3 8.67157 3 9.5C3 10.3284 3.67157 11 4.5 11H9.5C10.3284 11 11 10.3284 11 9.5C11 8.67157 10.3284 8 9.5 8ZM9.5 3C10.3284 3 11 3.67157 11 4.5V6H9.5C8.67157 6 8 5.32843 8 4.5C8 3.67157 8.67157 3 9.5 3ZM11 14.5C11 13.6716 10.3284 13 9.5 13C8.67157 13 8 13.6716 8 14.5V19.5C8 20.3284 8.67157 21 9.5 21C10.3284 21 11 20.3284 11 19.5V14.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 2H6C5.44772 2 5 2.44772 5 3V21C5 21.5523 5.44772 22 6 22H18C18.5523 22 19 21.5523 19 21V3C19 2.44772 18.5523 2 18 2ZM11 18C11 17.4477 11.4477 17 12 17C12.5523 17 13 17.4477 13 18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 2H18C18.5523 2 19 2.44772 19 3V21C19 21.5523 18.5523 22 18 22H6C5.44772 22 5 21.5523 5 21V3C5 2.44772 5.44772 2 6 2ZM7 4V20H17V4H7ZM13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.871 21.764C10.681 21.764 9.887 21.203 9.178 20.708C8.675 20.351 8.202 20.012 7.645 19.918C7.3798 19.8724 7.11109 19.8503 6.842 19.852C6.37 19.852 5.995 19.923 5.728 19.977C5.558 20.007 5.416 20.035 5.304 20.035C5.188 20.035 5.041 20.003 4.984 19.807C4.934 19.647 4.903 19.495 4.872 19.348C4.792 18.978 4.725 18.751 4.586 18.728C3.097 18.501 2.206 18.158 2.032 17.752C2.018 17.708 2.001 17.662 2.001 17.627C1.991 17.502 2.081 17.4 2.206 17.377C3.387 17.181 4.448 16.553 5.344 15.519C6.04 14.716 6.379 13.94 6.41 13.856C6.41 13.846 6.419 13.846 6.419 13.846C6.589 13.495 6.624 13.196 6.521 12.951C6.33 12.491 5.696 12.295 5.264 12.161C5.153 12.131 5.059 12.095 4.979 12.068C4.609 11.921 3.993 11.608 4.074 11.176C4.132 10.864 4.546 10.641 4.885 10.641C4.979 10.641 5.059 10.655 5.125 10.691C5.505 10.864 5.848 10.953 6.142 10.953C6.508 10.953 6.682 10.815 6.726 10.771C6.71669 10.5732 6.70502 10.3755 6.691 10.178C6.601 8.813 6.499 7.119 6.931 6.148C8.229 3.241 10.984 3.008 11.8 3.008L12.156 3H12.206C13.021 3 15.776 3.227 17.074 6.139C17.511 7.11 17.404 8.809 17.314 10.169L17.306 10.236C17.296 10.418 17.283 10.592 17.274 10.771C17.319 10.806 17.479 10.94 17.809 10.944C18.095 10.936 18.407 10.842 18.763 10.681C18.8616 10.6384 18.9676 10.6159 19.075 10.615C19.2 10.615 19.325 10.645 19.432 10.681H19.441C19.74 10.793 19.936 11.002 19.936 11.221C19.945 11.426 19.784 11.738 19.022 12.046C18.942 12.076 18.848 12.113 18.737 12.139C18.313 12.269 17.68 12.474 17.479 12.929C17.368 13.169 17.413 13.477 17.582 13.824C17.582 13.834 17.591 13.834 17.591 13.834C17.64 13.958 18.928 16.883 21.795 17.36C21.9162 17.3804 22.0037 17.4872 22 17.61C22 17.654 21.991 17.699 21.969 17.739C21.795 18.149 20.912 18.483 19.414 18.715C19.276 18.737 19.209 18.965 19.129 19.335C19.097 19.4892 19.0596 19.6423 19.017 19.794C18.973 19.941 18.879 20.021 18.719 20.021H18.696C18.594 20.021 18.456 20.008 18.273 19.972C17.9065 19.8939 17.5327 19.855 17.158 19.856C16.895 19.856 16.623 19.879 16.356 19.923C15.803 20.013 15.326 20.356 14.822 20.713C14.105 21.203 13.307 21.764 12.125 21.764H11.871Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.56502 10.6083C5.4107 10.5401 5.27007 10.478 5.08094 10.478C4.92175 10.4812 4.76436 10.5124 4.61594 10.57C4.23894 10.727 4.03394 11.06 4.03394 11.3C4.03394 12.0083 5.14969 12.3496 5.34732 12.41C5.35728 12.413 5.3649 12.4154 5.36994 12.417C5.38707 12.4227 5.40462 12.4284 5.42252 12.4343C5.79013 12.5552 6.30658 12.7249 6.44294 13.052C6.51294 13.231 6.48394 13.455 6.35194 13.731C6.34743 13.7404 6.34211 13.7516 6.33597 13.7646C6.12977 14.2002 4.99747 16.592 2.42994 17.061C2.19694 17.103 2.03894 17.308 2.03894 17.543C2.03894 17.879 2.39994 18.157 2.76494 18.322C3.20894 18.522 3.86094 18.7 4.71694 18.835C4.74731 18.895 4.82626 19.2195 4.88707 19.4693C4.91436 19.5814 4.938 19.6786 4.95194 19.73C5.08164 20.2109 5.53907 20.1279 5.81519 20.0778C5.86692 20.0684 5.91228 20.0602 5.94794 20.057C5.99204 20.0529 6.0533 20.0419 6.13007 20.0282C6.44502 19.9719 7.02093 19.8689 7.74294 20C8.23394 20.089 8.65694 20.378 9.13894 20.726C9.18283 20.757 9.2267 20.7883 9.27072 20.8197C9.94186 21.2982 10.6483 21.802 11.9959 21.802C13.3781 21.802 14.1267 21.2713 14.817 20.7819C14.8434 20.7632 14.8697 20.7445 14.8959 20.726C15.3779 20.378 15.8089 20.087 16.2909 20C16.8876 19.9074 17.4961 19.9236 18.0869 20.048C18.0965 20.05 18.1072 20.0524 18.119 20.0549C18.3424 20.1039 18.9497 20.2368 19.0779 19.722C19.104 19.6183 19.1294 19.5144 19.1534 19.4158C19.2227 19.132 19.281 18.8929 19.3129 18.835C20.1739 18.7 20.8219 18.53 21.2649 18.33C21.6209 18.165 21.9909 17.88 21.9909 17.548C21.9909 17.306 21.8349 17.1 21.5999 17.065C18.9299 16.622 17.6729 13.747 17.6699 13.739C17.5349 13.461 17.5039 13.235 17.5779 13.061C17.72 12.7217 18.2688 12.5478 18.6378 12.4308L18.6529 12.426C19.1499 12.267 19.9829 11.921 19.9829 11.3C19.9829 11.047 19.6849 10.477 18.9999 10.477C18.6407 10.477 18.4658 10.5586 18.2956 10.6381C18.134 10.7135 17.9766 10.787 17.6699 10.787C17.573 10.7886 17.4772 10.7663 17.3909 10.722C17.3917 10.7114 17.3932 10.6939 17.3952 10.6697C17.4164 10.4155 17.4989 9.42584 17.4989 8.006C17.4989 6.408 16.8339 5.303 15.9479 4.478C15.0619 3.653 13.8159 3 11.9959 3C10.1749 3 8.89294 3.65 8.06994 4.474C7.24694 5.298 6.52694 6.3 6.52694 7.988C6.52694 8.731 6.61694 10.561 6.62594 10.717C6.55994 10.748 6.45694 10.783 6.29994 10.783C5.96034 10.783 5.75258 10.6912 5.56502 10.6083ZM15.4159 10.331L15.3959 10.58C15.3588 11.1012 15.5271 11.6153 15.8649 12.014C15.8179 12.1 15.7729 12.192 15.7329 12.29C15.3999 13.071 15.5069 13.862 15.8699 14.611C16.248 15.3956 16.7352 16.1228 17.3169 16.771C17.5115 16.9868 17.7171 17.1924 17.9329 17.387C17.7615 17.5498 17.6203 17.7418 17.5159 17.954C16.9952 17.9175 16.4719 17.9424 15.9569 18.028C15.1329 18.176 14.6019 18.472 13.7259 19.104L13.5189 19.25C12.9059 19.681 12.6049 19.802 11.9959 19.802C11.3999 19.802 11.1419 19.696 10.5229 19.256L10.3099 19.104L10.2939 19.093C9.42394 18.466 8.90994 18.178 8.09994 18.032C7.57737 17.9359 7.04419 17.911 6.51494 17.958C6.41187 17.7469 6.2724 17.5557 6.10294 17.393C6.32899 17.191 6.54334 16.9764 6.74494 16.75C7.42394 15.989 7.76294 15.414 8.15494 14.596C8.50494 13.868 8.60694 13.096 8.30694 12.325C8.25894 12.212 8.20894 12.106 8.15394 12.008C8.4836 11.6177 8.65141 11.1161 8.62294 10.606C8.58794 9.982 8.52694 8.509 8.52694 7.988C8.52694 7.106 8.78894 6.583 9.48494 5.888C10.0369 5.335 10.8579 5 11.9949 5C13.1259 5 13.9249 5.328 14.5849 5.942C15.2049 6.519 15.4989 7.135 15.4989 8.005C15.4991 8.78108 15.4715 9.55691 15.4159 10.331Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.02705 17.43C4.30243 16.7377 2.87248 15.4669 1.98255 13.8354C1.09262 12.204 0.798204 10.3137 1.1498 8.48885C1.5014 6.66404 2.4771 5.01847 3.90949 3.83448C5.34189 2.65049 7.14167 2.00191 9.00005 2C10.6121 1.99991 12.1866 2.48665 13.5174 3.39648C14.8481 4.30631 15.8731 5.59682 16.4581 7.099C17.8656 6.96689 19.27 7.38187 20.3797 8.25779C21.4894 9.13372 22.2192 10.4033 22.4176 11.8031C22.616 13.2028 22.2678 14.6252 21.4452 15.775C20.6226 16.9248 19.3889 17.7137 18.0001 17.978C17.9951 16.4376 17.3979 14.9581 16.3321 13.846C15.2664 12.7338 13.8137 12.0741 12.2749 12.0035C10.7361 11.933 9.22917 12.457 8.06609 13.4669C6.90302 14.4769 6.17294 15.8955 6.02705 17.429V17.43ZM13.0001 16.267L14.9641 15.133L15.9641 16.865L14.0001 18L15.9641 19.134L14.9641 20.866L13.0001 19.732V22H11.0001V19.732L9.03605 20.866L8.03605 19.134L10.0001 18L8.03605 16.866L9.03605 15.134L11.0001 16.268V14H13.0001V16.268V16.267Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 16.268L14.964 15.134L15.964 16.866L14 18L15.964 19.134L14.964 20.866L13 19.732V22H11V19.732L9.03598 20.866L8.03598 19.134L9.99998 18L8.03598 16.866L9.03598 15.134L11 16.268V14H13V16.268ZM17 18V16H17.5C18.077 15.9999 18.6451 15.8571 19.1536 15.5844C19.6621 15.3117 20.0953 14.9175 20.4147 14.4369C20.734 13.9562 20.9296 13.4041 20.9839 12.8296C21.0383 12.2552 20.9497 11.6762 20.7262 11.1442C20.5027 10.6122 20.1511 10.1437 19.7028 9.78048C19.2544 9.41723 18.7232 9.17047 18.1564 9.06216C17.5896 8.95385 17.0049 8.98736 16.4541 9.1597C15.9034 9.33204 15.4039 9.63787 15 10.05V9.99996C14.9996 8.90005 14.6969 7.82142 14.1249 6.88194C13.5529 5.94246 12.7337 5.17828 11.7568 4.67292C10.7798 4.16756 9.68278 3.94046 8.5855 4.01644C7.48823 4.09242 6.43295 4.46855 5.535 5.10374C4.63705 5.73893 3.93097 6.60873 3.49394 7.61808C3.05691 8.62743 2.90574 9.73749 3.05694 10.8269C3.20815 11.9164 3.65592 12.9433 4.35132 13.7955C5.04671 14.6477 5.96298 15.2923 6.99998 15.659V17.748C5.67369 17.4048 4.45775 16.7267 3.46867 15.7788C2.4796 14.8309 1.75052 13.6448 1.3513 12.3343C0.952078 11.0238 0.896088 9.63272 1.1887 8.29436C1.4813 6.956 2.1127 5.71521 3.0224 4.69086C3.93209 3.66652 5.0896 2.89295 6.38402 2.44427C7.67844 1.99559 9.06639 1.88684 10.4149 2.12843C11.7634 2.37003 13.0273 2.95388 14.0854 3.82403C15.1435 4.69419 15.9605 5.8215 16.458 7.09796C17.21 6.95406 17.9838 6.96878 18.7299 7.14117C19.4759 7.31356 20.1777 7.63982 20.7904 8.09906C21.403 8.55831 21.9131 9.14042 22.2878 9.80813C22.6626 10.4758 22.8938 11.2144 22.9666 11.9767C23.0395 12.7389 22.9524 13.5079 22.7109 14.2345C22.4694 14.9611 22.0789 15.6293 21.5643 16.1963C21.0497 16.7633 20.4224 17.2166 19.7225 17.5272C19.0227 17.8378 18.2657 17.9988 17.5 18L17 18.001V18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 2L18.1897 4.18973L16 5L18.1897 5.81027L19 8L19.8103 5.81027L22 5L19.8103 4.18973L19 2ZM12.7958 9.20423L10.5 3L8.20423 9.20423L2 11.5L8.20423 13.7958L10.5 20L12.7958 13.7958L19 11.5L12.7958 9.20423ZM18 14L19.0804 16.9196L22 18L19.0804 19.0804L18 22L16.9196 19.0804L14 18L16.9196 16.9196L18 14Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 2L18.1897 4.18973L16 5L18.1897 5.81027L19 8L19.8103 5.81027L22 5L19.8103 4.18973L19 2ZM12.7958 9.20423L10.5 3L8.20423 9.20423L2 11.5L8.20423 13.7958L10.5 20L12.7958 13.7958L19 11.5L12.7958 9.20423ZM13.2369 11.5L11.2392 10.7608L10.5 8.76308L9.76078 10.7608L7.76308 11.5L9.76078 12.2392L10.5 14.2369L11.2392 12.2392L13.2369 11.5ZM18 14L19.0804 16.9196L22 18L19.0804 19.0804L18 22L16.9196 19.0804L14 18L16.9196 16.9196L18 14Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.9999 18.26L4.94691 22.208L6.52191 14.28L0.586914 8.792L8.61391 7.84L11.9999 0.5L15.3859 7.84L23.4129 8.792L17.4779 14.28L19.0529 22.208L11.9999 18.26Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.94691 22.208L11.9999 18.26L19.0529 22.208L17.4779 14.28L23.4129 8.792L15.3859 7.84L11.9999 0.5L8.61391 7.84L0.586914 8.792L6.52191 14.28L4.94691 22.208ZM16.2469 18.345L11.9999 15.968V5.275L14.0379 9.694L18.8709 10.267L15.2979 13.572L16.2469 18.345Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.94704 22.208L12 18.26L19.053 22.208L17.478 14.28L23.413 8.792L15.386 7.84L12 0.5L8.61404 7.84L0.587036 8.792L6.52204 14.28L4.94704 22.208ZM16.247 18.345L12 15.968V5.275L14.038 9.694L18.871 10.267L15.298 13.572L16.247 18.345Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.94704 22.208L12 18.26L19.053 22.208L17.478 14.28L23.413 8.792L15.386 7.84L12 0.5L8.61404 7.84L0.587036 8.792L6.52204 14.28L4.94704 22.208ZM16.247 18.345L12 15.968L7.75304 18.345L8.70204 13.572L5.12904 10.267L9.96204 9.695L12 5.275L14.038 9.694L18.871 10.267L15.298 13.572L16.247 18.345Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM9 15V9H15V15H9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM15 9H9V15H15V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 5H6C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5ZM7 17V7H17V17H7Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 3H3V5H21V3ZM21 20V13H22V11L21 6H3L2 11V13H3V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20ZM5 19V13H19V19H5ZM6 14H14V17H6V14Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 13V20C21 20.2652 20.8946 20.5196 20.7071 20.7071C20.5196 20.8946 20.2652 21 20 21H4C3.73478 21 3.48043 20.8946 3.29289 20.7071C3.10536 20.5196 3 20.2652 3 20V13H2V11L3 6H21L22 11V13H21ZM5 13V19H19V13H5ZM4.04 11H19.96L19.36 8H4.64L4.04 11ZM6 14H14V17H6V14ZM3 3H21V5H3V3Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 11H19V13H5V11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 11H19V13H5V11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 3C15.552 3 16 3.448 16 4V6H21C21.552 6 22 6.448 22 7V20C22 20.552 21.552 21 21 21H3C2.448 21 2 20.552 2 20V7C2 6.448 2.448 6 3 6H8V4C8 3.448 8.448 3 9 3H15ZM8 8H6V19H8V8ZM18 8H16V19H18V8ZM14 5H10V6H14V5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 3C15.552 3 16 3.448 16 4V6H21C21.552 6 22 6.448 22 7V20C22 20.552 21.552 21 21 21H3C2.448 21 2 20.552 2 20V7C2 6.448 2.448 6 3 6H8V4C8 3.448 8.448 3 9 3H15ZM16 8H8V19H16V8ZM4 8V19H6V8H4ZM14 5H10V6H14V5ZM18 8V19H20V8H18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.98404 5.06001C10.3897 4.28744 10.9468 3.60445 11.622 3.05176C12.2973 2.49908 13.0769 2.08802 13.9145 1.84309C14.752 1.59816 15.6303 1.52438 16.4969 1.62613C17.3636 1.72789 18.2009 2.00311 18.9589 2.43538C19.7169 2.86765 20.3801 3.44812 20.909 4.14218C21.4379 4.83625 21.8216 5.6297 22.0373 6.47523C22.253 7.32077 22.2962 8.20107 22.1644 9.06366C22.0325 9.92626 21.7284 10.7535 21.27 11.496C22.0722 12.2514 22.6289 13.2302 22.8681 14.3058C23.1074 15.3813 23.0181 16.5038 22.6118 17.528C22.2056 18.5522 21.5011 19.4307 20.5896 20.0498C19.6782 20.6688 18.6018 20.9999 17.5 21L9.00004 20.999C7.90846 20.9982 6.8286 20.774 5.82691 20.3402C4.82523 19.9064 3.92291 19.2722 3.17551 18.4766C2.4281 17.681 1.85142 16.7409 1.48094 15.7141C1.11047 14.6874 0.954047 13.5956 1.0213 12.5061C1.08856 11.4166 1.37807 10.3524 1.87202 9.37895C2.36597 8.40552 3.05391 7.54348 3.89349 6.84587C4.73307 6.14827 5.70654 5.62986 6.75397 5.32257C7.80141 5.01527 8.90065 4.92558 9.98404 5.05901V5.06001ZM12.055 5.60401C13.0539 6.01804 13.9588 6.62962 14.7154 7.40205C15.472 8.17448 16.0648 9.09182 16.458 10.099C17.5059 9.89818 18.5894 10.0048 19.578 10.406C20.0416 9.41677 20.1295 8.29268 19.8252 7.24343C19.521 6.19417 18.8455 5.29142 17.9247 4.70357C17.0038 4.11572 15.9006 3.88292 14.8208 4.04861C13.741 4.21429 12.7583 4.76714 12.056 5.60401H12.055Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.98404 5.06001C10.3897 4.28744 10.9468 3.60445 11.622 3.05176C12.2973 2.49908 13.0769 2.08802 13.9145 1.84309C14.752 1.59816 15.6303 1.52438 16.4969 1.62613C17.3636 1.72789 18.2009 2.00311 18.9589 2.43538C19.7169 2.86765 20.3801 3.44812 20.909 4.14218C21.4379 4.83625 21.8216 5.6297 22.0373 6.47523C22.253 7.32077 22.2962 8.20107 22.1644 9.06366C22.0325 9.92626 21.7284 10.7535 21.27 11.496C22.0722 12.2514 22.6289 13.2302 22.8681 14.3058C23.1074 15.3813 23.0181 16.5038 22.6118 17.528C22.2056 18.5522 21.5011 19.4307 20.5896 20.0498C19.6782 20.6688 18.6018 20.9999 17.5 21L9.00004 20.999C7.90846 20.9982 6.8286 20.774 5.82691 20.3402C4.82523 19.9064 3.92291 19.2722 3.17551 18.4766C2.4281 17.681 1.85142 16.7409 1.48094 15.7141C1.11047 14.6874 0.954047 13.5956 1.0213 12.5061C1.08856 11.4166 1.37807 10.3524 1.87202 9.37895C2.36597 8.40552 3.05391 7.54348 3.89349 6.84587C4.73307 6.14827 5.70654 5.62986 6.75397 5.32257C7.80141 5.01527 8.90065 4.92558 9.98404 5.05901V5.06001ZM12.055 5.60401C13.0539 6.01804 13.9588 6.62962 14.7154 7.40205C15.472 8.17448 16.0648 9.09182 16.458 10.099C17.5059 9.89818 18.5894 10.0048 19.578 10.406C20.0416 9.41677 20.1295 8.29268 19.8252 7.24343C19.521 6.19417 18.8455 5.29142 17.9247 4.70357C17.0038 4.11572 15.9006 3.88292 14.8208 4.04861C13.741 4.21429 12.7583 4.76714 12.056 5.60401H12.055ZM17.5 19C18.0771 18.9999 18.6451 18.8572 19.1537 18.5845C19.6622 18.3118 20.0954 17.9175 20.4147 17.4369C20.7341 16.9563 20.9296 16.4042 20.984 15.8297C21.0383 15.2552 20.9498 14.6762 20.7263 14.1442C20.5028 13.6123 20.1512 13.1438 19.7028 12.7805C19.2545 12.4173 18.7233 12.1705 18.1565 12.0622C17.5897 11.9539 17.0049 11.9874 16.4542 12.1598C15.9035 12.3321 15.404 12.6379 15 13.05V13C15 11.8133 14.6481 10.6533 13.9889 9.66659C13.3296 8.6799 12.3925 7.91086 11.2961 7.45674C10.1998 7.00261 8.99339 6.88379 7.8295 7.1153C6.66561 7.34681 5.59652 7.91826 4.7574 8.75737C3.91829 9.59649 3.34684 10.6656 3.11533 11.8295C2.88382 12.9934 3.00264 14.1998 3.45677 15.2961C3.91089 16.3925 4.67993 17.3295 5.66662 17.9888C6.65332 18.6481 7.81335 19 9.00004 19H17.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 18C10.4087 18 8.88258 17.3679 7.75736 16.2426C6.63214 15.1174 6 13.5913 6 12C6 10.4087 6.63214 8.88258 7.75736 7.75736C8.88258 6.63214 10.4087 6 12 6C13.5913 6 15.1174 6.63214 16.2426 7.75736C17.3679 8.88258 18 10.4087 18 12C18 13.5913 17.3679 15.1174 16.2426 16.2426C15.1174 17.3679 13.5913 18 12 18ZM11 1H13V4H11V1ZM11 20H13V23H11V20ZM3.515 4.929L4.929 3.515L7.05 5.636L5.636 7.05L3.515 4.93V4.929ZM16.95 18.364L18.364 16.95L20.485 19.071L19.071 20.485L16.95 18.364ZM19.071 3.514L20.485 4.929L18.364 7.05L16.95 5.636L19.071 3.515V3.514ZM5.636 16.95L7.05 18.364L4.929 20.485L3.515 19.071L5.636 16.95ZM23 11V13H20V11H23ZM4 11V13H1V11H4Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 18C10.4087 18 8.88258 17.3679 7.75736 16.2426C6.63214 15.1174 6 13.5913 6 12C6 10.4087 6.63214 8.88258 7.75736 7.75736C8.88258 6.63214 10.4087 6 12 6C13.5913 6 15.1174 6.63214 16.2426 7.75736C17.3679 8.88258 18 10.4087 18 12C18 13.5913 17.3679 15.1174 16.2426 16.2426C15.1174 17.3679 13.5913 18 12 18ZM12 16C13.0609 16 14.0783 15.5786 14.8284 14.8284C15.5786 14.0783 16 13.0609 16 12C16 10.9391 15.5786 9.92172 14.8284 9.17157C14.0783 8.42143 13.0609 8 12 8C10.9391 8 9.92172 8.42143 9.17157 9.17157C8.42143 9.92172 8 10.9391 8 12C8 13.0609 8.42143 14.0783 9.17157 14.8284C9.92172 15.5786 10.9391 16 12 16ZM11 1H13V4H11V1ZM11 20H13V23H11V20ZM3.515 4.929L4.929 3.515L7.05 5.636L5.636 7.05L3.515 4.93V4.929ZM16.95 18.364L18.364 16.95L20.485 19.071L19.071 20.485L16.95 18.364ZM19.071 3.514L20.485 4.929L18.364 7.05L16.95 5.636L19.071 3.515V3.514ZM5.636 16.95L7.05 18.364L4.929 20.485L3.515 19.071L5.636 16.95ZM23 11V13H20V11H23ZM4 11V13H1V11H4Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 3C21.5523 3 22 3.44772 22 4V11C22 11.5523 21.5523 12 21 12H18.999L19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20L4.999 11.999L3 12C2.44772 12 2 11.5523 2 11V4C2 3.44772 2.44772 3 3 3H9C9 4.65685 10.3431 6 12 6C13.6569 6 15 4.65685 15 3H21Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 6C10.3431 6 9 4.65685 9 3H3C2.44772 3 2 3.44772 2 4V11C2 11.5523 2.44772 12 3 12L4.999 11.999L5 20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20L18.999 12H21C21.5523 12 22 11.5523 22 11V4C22 3.44772 21.5523 3 21 3H15C15 4.65685 13.6569 6 12 6ZM16.583 4.999H20V9.999L16.999 10L17 19H6.999V9.999L4 10V5H7.416L7.434 5.04C8.23904 6.84082 10.0274 8.00017 12 8L12.216 7.995C14.1086 7.91318 15.7925 6.76924 16.566 5.04L16.583 4.999Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 5C10.3431 5 9 3.65685 9 2H3C2.44772 2 2 2.44772 2 3V10C2 10.5523 2.44772 11 3 11L4.999 10.999L5 19C5 19.5523 5.44772 20 6 20H9V18H6.999V8.999L4 9V4H7.416L7.434 4.04C8.23904 5.84082 10.0274 7.00017 12 7L12.216 6.995C14.1086 6.91318 15.7925 5.76924 16.566 4.04L16.583 3.999H20V8.999L22 9V3C22 2.44772 21.5523 2 21 2H15C15 3.65685 13.6569 5 12 5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.2482 21.4185C16.8188 21.801 17.4988 22 18.25 22C18.3512 21.9908 18.4459 21.9862 18.5388 21.9817C18.9404 21.9623 19.3094 21.9444 20.0251 21.5646C20.4246 21.289 21.3049 20.5205 21.6293 19.6511C21.6366 19.6209 21.6518 19.5775 21.672 19.5198C21.7715 19.2354 21.9927 18.6027 22 17.4853V15.0147C22 14.1426 21.8496 13.3538 21.5556 12.6847C21.1035 11.648 20.3585 11.0984 20.0425 10.9531C19.5174 10.655 18.9115 10.5 18.25 10.5C17.4988 10.5 16.8188 10.699 16.2482 11.0815C15.6785 11.4634 15.2391 12.0137 14.9444 12.6847C14.6504 13.3538 14.5 14.1425 14.5 15.0147V17.4853C14.5 18.3574 14.6504 19.1461 14.9444 19.8153C15.0998 20.1788 15.5781 21.0084 16.2482 21.4185ZM17.3618 19.7572C17.1345 19.6048 16.9307 19.3643 16.7755 19.011C16.6031 18.6184 16.5 18.1058 16.5 17.4853V15.0147C16.5 14.3942 16.6031 13.8816 16.7755 13.4891C16.9307 13.1357 17.1345 12.8952 17.3618 12.7428C17.5882 12.591 17.8773 12.5 18.25 12.5C18.6227 12.5 18.9118 12.591 19.1382 12.7428C19.3655 12.8952 19.5693 13.1357 19.7245 13.4891C19.8969 13.8816 20 14.3942 20 15.0147V17.4853C20 18.1059 19.8969 18.6184 19.7245 19.011C19.5693 19.3643 19.3655 19.6048 19.1382 19.7572C18.9118 19.909 18.6227 20 18.25 20C17.8773 20 17.5882 19.909 17.3618 19.7572Z"/><path d="M13 22.0034V10.7534H11.6842L8.75 11.5392V13.6101L11 13.0071V22.0034H13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 5C10.3431 5 9 3.65685 9 2H3C2.44772 2 2 2.44772 2 3V10C2 10.5523 2.44772 11 3 11L4.999 10.999L5 19C5 19.5523 5.44772 20 6 20H9V18H6.999V8.999L4 9V4H7.416L7.434 4.04C8.23904 5.84082 10.0274 7.00017 12 7L12.216 6.995C14.1086 6.91318 15.7925 5.76924 16.566 4.04L16.583 3.999H20V8.999L22 9V3C22 2.44772 21.5523 2 21 2H15C15 3.65685 13.6569 5 12 5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.2482 21.4185C16.8188 21.801 17.4988 22 18.25 22C18.3512 21.9908 18.4459 21.9862 18.5388 21.9817C18.9404 21.9623 19.3094 21.9444 20.0251 21.5646C20.4246 21.289 21.3049 20.5205 21.6293 19.6511C21.6366 19.6209 21.6518 19.5775 21.672 19.5198C21.7715 19.2354 21.9927 18.6027 22 17.4853V15.0147C22 14.1426 21.8496 13.3538 21.5556 12.6847C21.1035 11.648 20.3585 11.0984 20.0425 10.9531C19.5174 10.655 18.9115 10.5 18.25 10.5C17.4988 10.5 16.8188 10.699 16.2482 11.0815C15.6785 11.4634 15.2391 12.0137 14.9444 12.6847C14.6504 13.3538 14.5 14.1425 14.5 15.0147V17.4853C14.5 18.3574 14.6504 19.1461 14.9444 19.8153C15.0998 20.1788 15.5781 21.0084 16.2482 21.4185ZM17.3618 19.7572C17.1345 19.6048 16.9307 19.3643 16.7755 19.011C16.6031 18.6184 16.5 18.1058 16.5 17.4853V15.0147C16.5 14.3942 16.6031 13.8816 16.7755 13.4891C16.9307 13.1357 17.1345 12.8952 17.3618 12.7428C17.5882 12.591 17.8773 12.5 18.25 12.5C18.6227 12.5 18.9118 12.591 19.1382 12.7428C19.3655 12.8952 19.5693 13.1357 19.7245 13.4891C19.8969 13.8816 20 14.3942 20 15.0147V17.4853C20 18.1059 19.8969 18.6184 19.7245 19.011C19.5693 19.3643 19.3655 19.6048 19.1382 19.7572C18.9118 19.909 18.6227 20 18.25 20C17.8773 20 17.5882 19.909 17.3618 19.7572Z"/><path d="M13 22.0034V10.7534H11.6842L8.75 11.5392V13.6101L11 13.0071V22.0034H13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22H5C4.73478 22 4.48043 21.8946 4.29289 21.7071C4.10536 21.5196 4 21.2652 4 21V3C4 2.73478 4.10536 2.48043 4.29289 2.29289C4.48043 2.10536 4.73478 2 5 2ZM12 17C11.7348 17 11.4804 17.1054 11.2929 17.2929C11.1054 17.4804 11 17.7348 11 18C11 18.2652 11.1054 18.5196 11.2929 18.7071C11.4804 18.8946 11.7348 19 12 19C12.2652 19 12.5196 18.8946 12.7071 18.7071C12.8946 18.5196 13 18.2652 13 18C13 17.7348 12.8946 17.4804 12.7071 17.2929C12.5196 17.1054 12.2652 17 12 17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 4V20H18V4H6ZM5 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22H5C4.73478 22 4.48043 21.8946 4.29289 21.7071C4.10536 21.5196 4 21.2652 4 21V3C4 2.73478 4.10536 2.48043 4.29289 2.29289C4.48043 2.10536 4.73478 2 5 2ZM12 17C12.2652 17 12.5196 17.1054 12.7071 17.2929C12.8946 17.4804 13 17.7348 13 18C13 18.2652 12.8946 18.5196 12.7071 18.7071C12.5196 18.8946 12.2652 19 12 19C11.7348 19 11.4804 18.8946 11.2929 18.7071C11.1054 18.5196 11 18.2652 11 18C11 17.7348 11.1054 17.4804 11.2929 17.2929C11.4804 17.1054 11.7348 17 12 17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 21.008V2.992C21 2.444 20.555 2 20.007 2H3.993C3.44656 2.00381 3.00436 2.44556 3 2.992V21.008C3.00055 21.556 3.44497 22 3.993 22H20.007C20.5534 21.9962 20.9956 21.5544 21 21.008ZM8.818 10.646L11.293 13.122L15.536 8.879L16.95 10.293L11.293 15.95L7.404 12.061L8.818 10.646Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 2.992V21.008C20.9956 21.5544 20.5534 21.9962 20.007 22H3.993C3.44497 22 3.00055 21.556 3 21.008V2.992C3.00436 2.44556 3.44656 2.00381 3.993 2H20.007C20.555 2 21 2.444 21 2.992ZM19 4H5V20H19V4ZM15.536 8.879L11.293 13.121L8.818 10.646L7.403 12.06L11.293 15.95L16.95 10.293L15.536 8.879Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM8.89 13.17L8.903 13.163L9.773 16.033C9.885 16.344 10.039 16.4 10.226 16.374C10.414 16.349 10.513 16.248 10.636 16.13L11.824 14.982L14.374 16.87C14.84 17.127 15.175 16.994 15.291 16.438L16.948 8.616C17.131 7.888 16.811 7.596 16.246 7.828L6.513 11.588C5.849 11.854 5.853 12.226 6.393 12.391L8.89 13.171V13.17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM8.89 13.17L6.392 12.391C5.852 12.226 5.849 11.854 6.513 11.587L16.246 7.827C16.811 7.597 17.131 7.888 16.948 8.617L15.291 16.437C15.175 16.994 14.84 17.127 14.375 16.87L11.824 14.982L10.635 16.13C10.513 16.248 10.414 16.349 10.226 16.374C10.039 16.4 9.885 16.344 9.772 16.034L8.902 13.163L8.89 13.171V13.17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.255V5C8 3.93913 8.42143 2.92172 9.17157 2.17157C9.92172 1.42143 10.9391 1 12 1C13.0609 1 14.0783 1.42143 14.8284 2.17157C15.5786 2.92172 16 3.93913 16 5V10.255C17.223 11.1066 18.1423 12.3262 18.6241 13.7365C19.1059 15.1467 19.125 16.6739 18.6788 18.0958C18.2325 19.5176 17.3441 20.76 16.1429 21.642C14.9416 22.524 13.4903 22.9996 12 22.9996C10.5097 22.9996 9.05837 22.524 7.85714 21.642C6.6559 20.76 5.7675 19.5176 5.32123 18.0958C4.87496 16.6739 4.89412 15.1467 5.37592 13.7365C5.85772 12.3262 6.77702 11.1066 8 10.255ZM8 16C8 17.0609 8.42143 18.0783 9.17157 18.8284C9.92172 19.5786 10.9391 20 12 20C13.0609 20 14.0783 19.5786 14.8284 18.8284C15.5786 18.0783 16 17.0609 16 16H8Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 5C8 3.93913 8.42143 2.92172 9.17157 2.17157C9.92172 1.42143 10.9391 1 12 1C13.0609 1 14.0783 1.42143 14.8284 2.17157C15.5786 2.92172 16 3.93913 16 5V10.255C17.223 11.1066 18.1423 12.3262 18.6241 13.7365C19.1059 15.1467 19.125 16.6739 18.6788 18.0958C18.2325 19.5176 17.3441 20.76 16.1429 21.642C14.9416 22.524 13.4903 22.9996 12 22.9996C10.5097 22.9996 9.05837 22.524 7.85714 21.642C6.6559 20.76 5.7675 19.5176 5.32123 18.0958C4.87496 16.6739 4.89412 15.1467 5.37592 13.7365C5.85772 12.3262 6.77702 11.1066 8 10.255V5ZM9.144 11.895C8.27017 12.5031 7.61325 13.3742 7.26885 14.3816C6.92446 15.3889 6.91058 16.4799 7.22924 17.4957C7.5479 18.5115 8.18245 19.399 9.04053 20.0291C9.89861 20.6593 10.9354 20.9991 12 20.9991C13.0646 20.9991 14.1014 20.6593 14.9595 20.0291C15.8175 19.399 16.4521 18.5115 16.7708 17.4957C17.0894 16.4799 17.0755 15.3889 16.7311 14.3816C16.3868 13.3742 15.7298 12.5031 14.856 11.895L14 11.298V5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5V11.298L9.144 11.895ZM8 16H16C16 17.0609 15.5786 18.0783 14.8284 18.8284C14.0783 19.5786 13.0609 20 12 20C10.9391 20 9.92172 19.5786 9.17157 18.8284C8.42143 18.0783 8 17.0609 8 16Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.255V5C8 3.93913 8.42143 2.92172 9.17157 2.17157C9.92172 1.42143 10.9391 1 12 1C13.0609 1 14.0783 1.42143 14.8284 2.17157C15.5786 2.92172 16 3.93913 16 5V10.255C17.223 11.1066 18.1423 12.3262 18.6241 13.7365C19.1059 15.1467 19.125 16.6739 18.6788 18.0958C18.2325 19.5176 17.3441 20.76 16.1429 21.642C14.9416 22.524 13.4903 22.9996 12 22.9996C10.5097 22.9996 9.05837 22.524 7.85714 21.642C6.6559 20.76 5.7675 19.5176 5.32123 18.0958C4.87496 16.6739 4.89412 15.1467 5.37592 13.7365C5.85772 12.3262 6.77702 11.1066 8 10.255ZM11 12.126C10.0595 12.3717 9.24061 12.9514 8.6962 13.7567C8.15179 14.562 7.9191 15.5379 8.04156 16.5022C8.16403 17.4665 8.63329 18.3533 9.36172 18.997C10.0901 19.6406 11.0279 19.9972 12 20C12.9743 20.001 13.9154 19.6463 14.6467 19.0026C15.3781 18.3589 15.8493 17.4705 15.9721 16.504C16.0948 15.5375 15.8606 14.5594 15.3134 13.7533C14.7662 12.9472 13.9436 12.3686 13 12.126V5H11V12.126Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 5C8 3.93913 8.42143 2.92172 9.17157 2.17157C9.92172 1.42143 10.9391 1 12 1C13.0609 1 14.0783 1.42143 14.8284 2.17157C15.5786 2.92172 16 3.93913 16 5V10.255C17.223 11.1066 18.1423 12.3262 18.6241 13.7365C19.1059 15.1467 19.125 16.6739 18.6788 18.0958C18.2325 19.5176 17.3441 20.76 16.1429 21.642C14.9416 22.524 13.4903 22.9996 12 22.9996C10.5097 22.9996 9.05837 22.524 7.85714 21.642C6.6559 20.76 5.7675 19.5176 5.32123 18.0958C4.87496 16.6739 4.89412 15.1467 5.37592 13.7365C5.85772 12.3262 6.77702 11.1066 8 10.255V5ZM9.144 11.895C8.27017 12.5031 7.61325 13.3742 7.26885 14.3816C6.92446 15.3889 6.91058 16.4799 7.22924 17.4957C7.5479 18.5115 8.18245 19.399 9.04053 20.0291C9.89861 20.6593 10.9354 20.9991 12 20.9991C13.0646 20.9991 14.1014 20.6593 14.9595 20.0291C15.8175 19.399 16.4521 18.5115 16.7708 17.4957C17.0894 16.4799 17.0755 15.3889 16.7311 14.3816C16.3868 13.3742 15.7298 12.5031 14.856 11.895L14 11.298V5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5V11.298L9.144 11.895ZM11 12.126V5H13V12.126C13.9405 12.3717 14.7594 12.9514 15.3038 13.7567C15.8482 14.562 16.0809 15.5379 15.9584 16.5022C15.836 17.4665 15.3667 18.3533 14.6383 18.997C13.9099 19.6406 12.9721 19.9972 12 20C11.0257 20.001 10.0846 19.6463 9.35327 19.0026C8.62194 18.3589 8.15067 17.4705 8.02792 16.504C7.90517 15.5375 8.13939 14.5594 8.68661 13.7533C9.23383 12.9472 10.0564 12.3686 11 12.126ZM12 18C12.5304 18 13.0391 17.7893 13.4142 17.4142C13.7893 17.0391 14 16.5304 14 16C14 15.4696 13.7893 14.9609 13.4142 14.5858C13.0391 14.2107 12.5304 14 12 14C11.4696 14 10.9609 14.2107 10.5858 14.5858C10.2107 14.9609 10 15.4696 10 16C10 16.5304 10.2107 17.0391 10.5858 17.4142C10.9609 17.7893 11.4696 18 12 18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12256_1638)"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.08122 3L11.9469 11.6244L13.7692 3.06788L19.6274 4.31065C21.2452 4.65384 22.2778 6.24088 21.9339 7.85541C21.7744 8.60455 21.3465 9.22798 20.7721 9.64679C21.1267 10.2618 21.2633 11.0046 21.1038 11.7532C20.7599 13.3678 19.1698 14.3984 17.5521 14.0552L12.1657 12.9126L10.5968 13.2454L8.77979 10.5754L4.71211 11.4383L4.14225 14.6147L2 15.0691L4.09213 3.42197L6.08122 3ZM5.6853 6.02251L5.09153 9.32085L7.56994 8.79508L5.6853 6.02251ZM18.3822 10.1574L14.4767 9.32889L14.0617 11.2778L17.9672 12.1063C18.5064 12.2207 19.0364 11.8772 19.1511 11.339C19.2652 10.803 18.9192 10.2713 18.3822 10.1574ZM19.2124 6.25957L15.3069 5.43106L14.8918 7.37997L18.7973 8.20848C19.3365 8.32288 19.8666 7.97933 19.9812 7.44115C20.0953 6.9052 19.7494 6.37349 19.2124 6.25957Z"/><path d="M5.24637 19.2588C9.09806 16.2626 14.8657 16.2715 18.7169 19.2594L16.9728 21H21.9638V16.0189L20.1377 17.8413C15.5046 14.0904 8.46521 14.0759 3.8257 17.8409L2.00008 16.0189V21H6.991L5.24637 19.2588Z"/></g><defs><clipPath id="clip0_12256_1638"><rect width="24" height="24"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12256_1635)"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.08122 3L11.9469 11.6244L13.7692 3.06788L19.6274 4.31065C21.2452 4.65384 22.2778 6.24088 21.9339 7.85541C21.7744 8.60455 21.3465 9.22798 20.7721 9.64679C21.1267 10.2618 21.2633 11.0046 21.1038 11.7532C20.7599 13.3678 19.1698 14.3984 17.5521 14.0552L12.1657 12.9126L10.5968 13.2454L8.77979 10.5754L4.71211 11.4383L4.14225 14.6147L2 15.0691L4.09213 3.42197L6.08122 3ZM5.6853 6.02251L5.09153 9.32085L7.56994 8.79508L5.6853 6.02251ZM18.3822 10.1574L14.4767 9.32889L14.0617 11.2778L17.9672 12.1063C18.5064 12.2207 19.0364 11.8772 19.1511 11.339C19.2652 10.803 18.9192 10.2713 18.3822 10.1574ZM19.2124 6.25957L15.3069 5.43106L14.8918 7.37997L18.7973 8.20848C19.3365 8.32288 19.8666 7.97933 19.9812 7.44115C20.0953 6.9052 19.7494 6.37349 19.2124 6.25957Z"/><path d="M5.24637 19.2588C9.09806 16.2626 14.8657 16.2715 18.7169 19.2594L16.9728 21H21.9638V16.0189L20.1377 17.8413C15.5046 14.0904 8.46521 14.0759 3.8257 17.8409L2.00008 16.0189V21H6.991L5.24637 19.2588Z"/></g><defs><clipPath id="clip0_12256_1635"><rect width="24" height="24"/></clipPath></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 6V21H11V6H5V4H19V6H13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 6V21H11V6H5V4H19V6H13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.307 22.693L16.707 16.293C16.8946 16.1055 16.9999 15.8512 17 15.586V4C17 3.44772 16.5523 3 16 3H5.17C4.76484 3.0004 4.39996 3.24523 4.246 3.62L1.15 11.134C1.05069 11.3758 0.999731 11.6346 1 11.896V14C1 15.1046 1.89543 16 3 16H9.4L8.247 20.53C8.09742 21.117 8.31557 21.7363 8.8 22.1L9.653 22.74C9.85228 22.8894 10.1311 22.8694 10.307 22.693ZM19 15H22C22.5523 15 23 14.5523 23 14V4C23 3.44772 22.5523 3 22 3H19V15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.4 16H3C2.46957 16 1.96086 15.7893 1.58579 15.4142C1.21071 15.0391 1 14.5304 1 14V11.896C0.999731 11.6346 1.05069 11.3758 1.15 11.134L4.246 3.62C4.32128 3.43675 4.4493 3.28 4.6138 3.16961C4.77831 3.05923 4.97189 3.0002 5.17 3H22C22.2652 3 22.5196 3.10536 22.7071 3.29289C22.8946 3.48043 23 3.73478 23 4V14C23 14.2652 22.8946 14.5196 22.7071 14.7071C22.5196 14.8946 22.2652 15 22 15H18.518C18.3579 15 18.2001 15.0384 18.058 15.112C17.9158 15.1856 17.7934 15.2922 17.701 15.423L12.248 23.149C12.1791 23.2467 12.0774 23.3164 11.9615 23.3456C11.8455 23.3748 11.723 23.3614 11.616 23.308L9.802 22.4C9.2915 22.1448 8.88367 21.7227 8.64627 21.2037C8.40887 20.6847 8.3562 20.1001 8.497 19.547L9.4 16ZM17 13.412V5H5.84L3 11.896V14H9.4C9.7046 14 10.0052 14.0697 10.2788 14.2035C10.5524 14.3374 10.7918 14.532 10.9787 14.7725C11.1657 15.013 11.2952 15.293 11.3575 15.5912C11.4197 15.8893 11.4131 16.1978 11.338 16.493L10.435 20.041C10.4067 20.1517 10.4172 20.2687 10.4647 20.3726C10.5122 20.4765 10.5938 20.561 10.696 20.612L11.357 20.942L16.067 14.27C16.317 13.916 16.637 13.626 17 13.412ZM19 13H21V5H19V13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.693 1.30699L7.293 7.70699C7.10545 7.89449 7.00006 8.1488 7 8.41399V20C7 20.5523 7.44772 21 8 21H18.83C19.2353 21.0002 19.6006 20.7557 19.755 20.381L22.85 12.866C22.9493 12.6242 23.0003 12.3654 23 12.104V9.99999C23 8.89542 22.1046 7.99999 21 7.99999H14.6L15.753 3.46999C15.9026 2.88301 15.6844 2.26366 15.2 1.89999L14.347 1.25999C14.1477 1.11058 13.8689 1.13062 13.693 1.30699ZM5 8.99999H2C1.44772 8.99999 1 9.44771 1 9.99999V20C1 20.5523 1.44772 21 2 21H5V8.99999Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14.6 8.00173H21C21.5304 8.00173 22.0391 8.21245 22.4142 8.58752C22.7893 8.96259 23 9.4713 23 10.0017V12.1057C23.0003 12.3671 22.9493 12.626 22.85 12.8677L19.755 20.3827C19.6795 20.566 19.5513 20.7226 19.3866 20.8328C19.2219 20.943 19.0282 21.0018 18.83 21.0017H2C1.73478 21.0017 1.48043 20.8964 1.29289 20.7088C1.10536 20.5213 1 20.267 1 20.0017V10.0017C1 9.73652 1.10536 9.48216 1.29289 9.29463C1.48043 9.10709 1.73478 9.00173 2 9.00173H5.482C5.6421 9.00178 5.79986 8.96338 5.94203 8.88977C6.0842 8.81616 6.20662 8.70949 6.299 8.57873L11.752 0.851735C11.8209 0.754048 11.9226 0.684295 12.0385 0.655125C12.1545 0.625955 12.277 0.639298 12.384 0.692735L14.198 1.59973C14.7085 1.8549 15.1163 2.27705 15.3537 2.79605C15.5911 3.31505 15.6438 3.89966 15.503 4.45273L14.6 8.00173ZM7 10.5897V19.0017H18.16L21 12.1057V10.0017H14.6C14.2954 10.0017 13.9948 9.93207 13.7212 9.79819C13.4476 9.66431 13.2082 9.46971 13.0213 9.22922C12.8343 8.98874 12.7048 8.70873 12.6425 8.41056C12.5803 8.11239 12.5869 7.80394 12.662 7.50873L13.565 3.96073C13.5933 3.85006 13.5828 3.73305 13.5353 3.62916C13.4878 3.52528 13.4062 3.44078 13.304 3.38973L12.643 3.05973L7.933 9.73173C7.683 10.0857 7.363 10.3757 7 10.5897ZM5 11.0017H3V19.0017H5V11.0017Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.9879 18L18.2039 16.42C18.3748 16.198 18.4802 15.9325 18.5079 15.6537C18.5357 15.3749 18.4848 15.0938 18.3611 14.8424C18.2373 14.5911 18.0456 14.3794 17.8077 14.2313C17.5697 14.0833 17.2951 14.0049 17.0149 14.005H14.9999V10.029C15.0001 9.71552 14.902 9.40986 14.7196 9.15497C14.5371 8.90009 14.2793 8.70878 13.9825 8.60793C13.6857 8.50707 13.3647 8.50175 13.0647 8.5927C12.7647 8.68365 12.5008 8.8663 12.3099 9.115L5.94492 17.396C4.23441 16.6882 2.8222 15.4093 1.94889 13.777C1.07558 12.1448 0.795185 10.2603 1.15548 8.44454C1.51578 6.62878 2.49448 4.9941 3.92485 3.81899C5.35521 2.64388 7.14875 2.00105 8.99992 2C10.612 1.99991 12.1865 2.48665 13.5172 3.39648C14.848 4.30631 15.873 5.59682 16.4579 7.099C17.2103 6.95429 17.9845 6.96836 18.7311 7.14031C19.4777 7.31225 20.1801 7.63827 20.7934 8.09749C21.4067 8.5567 21.9172 9.13897 22.2923 9.80698C22.6675 10.475 22.8989 11.214 22.9718 11.9767C23.0447 12.7393 22.9575 13.5088 22.7157 14.2358C22.4739 14.9627 22.0829 15.6312 21.5677 16.1983C21.0526 16.7653 20.4246 17.2185 19.7241 17.5288C19.0236 17.8391 18.2661 17.9996 17.4999 18H16.9879ZM12.9999 16.005H15.9999L10.9999 22.505V18.005H7.99992L12.9999 11.5V16.005Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 18V16H17.5C18.0771 15.9999 18.6451 15.8571 19.1537 15.5844C19.6622 15.3117 20.0954 14.9175 20.4147 14.4369C20.7341 13.9562 20.9296 13.4041 20.984 12.8296C21.0383 12.2552 20.9498 11.6762 20.7263 11.1442C20.5028 10.6122 20.1512 10.1437 19.7028 9.78048C19.2545 9.41723 18.7232 9.17047 18.1565 9.06216C17.5897 8.95385 17.0049 8.98736 16.4542 9.1597C15.9035 9.33204 15.404 9.63787 15 10.05V9.99996C14.9996 8.90005 14.6969 7.82142 14.1249 6.88194C13.553 5.94246 12.7337 5.17828 11.7568 4.67292C10.7799 4.16756 9.68284 3.94046 8.58556 4.01644C7.48829 4.09242 6.43301 4.46855 5.53506 5.10374C4.63711 5.73893 3.93103 6.60873 3.494 7.61808C3.05697 8.62743 2.9058 9.73749 3.057 10.8269C3.20821 11.9164 3.65598 12.9433 4.35138 13.7955C5.04678 14.6477 5.96304 15.2923 7.00004 15.659V17.748C5.67375 17.4048 4.45781 16.7267 3.46874 15.7788C2.47966 14.8309 1.75058 13.6448 1.35136 12.3343C0.952139 11.0238 0.89615 9.63272 1.18876 8.29436C1.48136 6.956 2.11276 5.71521 3.02246 4.69086C3.93216 3.66652 5.08966 2.89295 6.38408 2.44427C7.6785 1.99559 9.06645 1.88684 10.415 2.12843C11.7635 2.37003 13.0273 2.95388 14.0855 3.82403C15.1436 4.69419 15.9605 5.8215 16.458 7.09796C17.2101 6.95406 17.9839 6.96878 18.7299 7.14117C19.4759 7.31356 20.1778 7.63982 20.7904 8.09906C21.4031 8.55831 21.9131 9.14042 22.2879 9.80813C22.6626 10.4758 22.8938 11.2144 22.9667 11.9767C23.0395 12.7389 22.9524 13.5079 22.711 14.2345C22.4695 14.9611 22.0789 15.6293 21.5644 16.1963C21.0498 16.7633 20.4225 17.2166 19.7226 17.5272C19.0227 17.8378 18.2657 17.9988 17.5 18L17 18.001V18ZM13 16.005H16L11 22.505V18.005H8.00004L13 11.5V16.005Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.1171 6.27878C17.9902 6.20903 17.8667 6.13257 17.747 6.04968C17.399 5.80495 17.0799 5.51657 16.7966 5.19077C16.0878 4.32812 15.8231 3.45296 15.7256 2.84023H15.7295C15.6481 2.33163 15.6817 2.00256 15.6868 2.00256H12.4585V15.2811C12.4585 15.4594 12.4585 15.6356 12.4514 15.8097C12.4514 15.8313 12.4495 15.8513 12.4483 15.8747C12.4483 15.8842 12.4483 15.8942 12.4463 15.9042C12.4463 15.9067 12.4463 15.9092 12.4463 15.9117C12.4123 16.3882 12.2687 16.8484 12.0282 17.2519C11.7877 17.6555 11.4577 17.99 11.0671 18.226C10.66 18.4724 10.1997 18.6016 9.73135 18.6009C8.22721 18.6009 7.00815 17.2963 7.00815 15.6851C7.00815 14.0739 8.22721 12.7693 9.73135 12.7693C10.0161 12.7691 10.299 12.8167 10.5698 12.9105L10.5737 9.41409C9.75185 9.30117 8.91694 9.37064 8.12162 9.61813C7.3263 9.86561 6.58782 10.2857 5.95279 10.852C5.39635 11.3663 4.92855 11.9799 4.57043 12.6652C4.43416 12.9151 3.91998 13.9194 3.85772 15.5493C3.81856 16.4745 4.07976 17.4329 4.20429 17.8291V17.8374C4.28261 18.0707 4.5861 18.8667 5.08069 19.5377C5.47951 20.076 5.95071 20.5489 6.4791 20.941V20.9327L6.48693 20.941C8.04981 22.0707 9.78265 21.9966 9.78265 21.9966C10.0826 21.9837 11.0875 21.9966 12.2286 21.4213C13.4942 20.7836 14.2148 19.8335 14.2148 19.8335C14.6751 19.2657 15.0411 18.6188 15.2972 17.9203C15.5893 17.1034 15.6868 16.1237 15.6868 15.7322V8.68764C15.726 8.71263 16.2476 9.07961 16.2476 9.07961C16.2476 9.07961 16.9991 9.59195 18.1715 9.9256C19.0127 10.163 20.146 10.213 20.146 10.213V6.80404C19.7489 6.84986 18.9426 6.71657 18.1171 6.27878Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.91005 11.69C5.39737 12.1626 4.97099 12.721 4.65005 13.34C4.23883 14.1604 4.01671 15.0625 4.00005 15.98C3.99726 16.6891 4.10523 17.3942 4.32005 18.07V18.13C4.51481 18.6532 4.77344 19.1502 5.09005 19.61L5.45005 20.05V19.96L6.45005 20.96C7.29618 21.537 8.2959 21.8471 9.32005 21.85C10.1012 21.8515 10.8717 21.67 11.5701 21.32C12.2554 20.9664 12.8638 20.4804 13.3601 19.89C13.7867 19.3615 14.1244 18.767 14.3601 18.13C14.5701 17.4831 14.6879 16.8098 14.7101 16.13V8.05L15.5701 8.61L16.1501 9.02C16.6946 9.35467 17.2838 9.61055 17.9001 9.78C18.307 9.88544 18.7216 9.959 19.1401 10V7.77C18.5391 7.67658 17.9579 7.48396 17.4201 7.2C17.2757 7.12063 17.1355 7.03385 17.0001 6.94C16.608 6.66945 16.2518 6.35024 15.9401 5.99C15.3123 5.23242 14.8981 4.32108 14.7401 3.35L14.6801 3H12.5701V16.31C12.5399 16.8924 12.3683 17.4588 12.0701 17.96C11.7845 18.4387 11.3863 18.8404 10.9101 19.13C10.4228 19.4299 9.86215 19.5891 9.29005 19.59C8.38908 19.5612 7.53614 19.1769 6.91774 18.521C6.29934 17.8652 5.9658 16.9911 5.99005 16.09C5.98124 15.6225 6.06867 15.1582 6.2469 14.7259C6.42514 14.2936 6.69037 13.9026 7.02612 13.5772C7.36187 13.2517 7.76097 12.9988 8.1986 12.8342C8.63623 12.6695 9.10305 12.5966 9.57005 12.62V10.35C8.99103 10.327 8.41242 10.4048 7.86005 10.58C7.13715 10.804 6.47172 11.1828 5.91005 11.69Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM13 7V12H17V14H11V7H13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM17 12H13V7H11V14H17V12Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9996 2H7.99959V4H15.9996V2ZM17.6176 6.968L19.0706 5.515L20.4846 6.929L19.0316 8.382C22.0127 12.1134 21.5599 17.5237 18.0001 20.7077C14.4403 23.8918 9.01322 23.7407 5.63606 20.3635C2.25889 16.9864 2.10781 11.5593 5.29187 7.99951C8.47592 4.43969 13.8861 3.98692 17.6176 6.968ZM10.9996 9V15H12.9996V9H10.9996Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9996 2H7.99959V4H15.9996V2ZM19.0706 5.515L17.6176 6.968C13.8861 3.98692 8.47592 4.43969 5.29187 7.99951C2.10781 11.5593 2.25889 16.9864 5.63606 20.3635C9.01322 23.7407 14.4403 23.8918 18.0001 20.7077C21.5599 17.5237 22.0127 12.1134 19.0316 8.382L20.4846 6.929L19.0706 5.515ZM18.0618 17.5C16.8113 19.6658 14.5004 21 11.9996 21C8.13359 21 4.99959 17.866 4.99959 14C4.99959 10.134 8.13359 7 11.9996 7C14.5004 7 16.8113 8.33419 18.0618 10.5C19.3122 12.6658 19.3122 15.3342 18.0618 17.5ZM12.9996 9V15H10.9996V9H12.9996Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.32992 3.27099C5.95397 3.04837 6.62839 3.00745 7.27478 3.15299C7.92116 3.29854 8.51296 3.62457 8.98136 4.09319C9.44977 4.5618 9.77553 5.15374 9.92079 5.80019C10.066 6.44664 10.0248 7.12105 9.80192 7.74499L20.6469 18.59L18.5249 20.711L7.67992 9.86699C7.05587 10.0896 6.38145 10.1305 5.73506 9.98499C5.08868 9.83945 4.49688 9.51341 4.02848 9.0448C3.56008 8.57619 3.23431 7.98425 3.08905 7.3378C2.9438 6.69135 2.98502 6.01694 3.20792 5.39299L5.44392 7.62999C5.58229 7.77326 5.74781 7.88753 5.93081 7.96615C6.11382 8.04476 6.31065 8.08614 6.50982 8.08787C6.70899 8.0896 6.90651 8.05165 7.09085 7.97623C7.2752 7.9008 7.44267 7.78943 7.58351 7.64859C7.72435 7.50775 7.83573 7.34027 7.91115 7.15592C7.98658 6.97158 8.02453 6.77406 8.0228 6.57489C8.02107 6.37572 7.97969 6.17889 7.90107 5.99589C7.82246 5.81288 7.70819 5.64736 7.56492 5.50899L5.32892 3.26999L5.32992 3.27099ZM15.6969 5.15499L18.8789 3.38699L20.2929 4.80099L18.5249 7.98299L16.7569 8.33699L14.6369 10.458L13.2219 9.04399L15.3429 6.92299L15.6969 5.15499ZM8.62592 12.933L10.7469 15.055L5.79692 20.005C5.52396 20.2754 5.15764 20.4308 4.7735 20.439C4.38937 20.4473 4.01671 20.3078 3.73237 20.0494C3.44804 19.791 3.27372 19.4333 3.24535 19.0501C3.21699 18.6669 3.33674 18.2875 3.57992 17.99L3.67692 17.883L8.62692 12.933H8.62592Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.2 20L19 21.5V22H5V21.5L6.8 20H5C4.46957 20 3.96086 19.7893 3.58579 19.4142C3.21071 19.0391 3 18.5304 3 18V7C3 5.93913 3.42143 4.92172 4.17157 4.17157C4.92172 3.42143 5.93913 3 7 3H17C18.0609 3 19.0783 3.42143 19.8284 4.17157C20.5786 4.92172 21 5.93913 21 7V18C21 18.5304 20.7893 19.0391 20.4142 19.4142C20.0391 19.7893 19.5304 20 19 20H17.2ZM5 7V11H19V7H5ZM12 18C12.5304 18 13.0391 17.7893 13.4142 17.4142C13.7893 17.0391 14 16.5304 14 16C14 15.4696 13.7893 14.9609 13.4142 14.5858C13.0391 14.2107 12.5304 14 12 14C11.4696 14 10.9609 14.2107 10.5858 14.5858C10.2107 14.9609 10 15.4696 10 16C10 16.5304 10.2107 17.0391 10.5858 17.4142C10.9609 17.7893 11.4696 18 12 18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.2 20L19 21.5V22H5V21.5L6.8 20H5C4.46957 20 3.96086 19.7893 3.58579 19.4142C3.21071 19.0391 3 18.5304 3 18V7C3 5.93913 3.42143 4.92172 4.17157 4.17157C4.92172 3.42143 5.93913 3 7 3H17C18.0609 3 19.0783 3.42143 19.8284 4.17157C20.5786 4.92172 21 5.93913 21 7V18C21 18.5304 20.7893 19.0391 20.4142 19.4142C20.0391 19.7893 19.5304 20 19 20H17.2ZM7 5C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V18H19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H7ZM12 17C11.4696 17 10.9609 16.7893 10.5858 16.4142C10.2107 16.0391 10 15.5304 10 15C10 14.4696 10.2107 13.9609 10.5858 13.5858C10.9609 13.2107 11.4696 13 12 13C12.5304 13 13.0391 13.2107 13.4142 13.5858C13.7893 13.9609 14 14.4696 14 15C14 15.5304 13.7893 16.0391 13.4142 16.4142C13.0391 16.7893 12.5304 17 12 17ZM6 7H18V11H6V7Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.625 16.938V19H17V21H6.5V19H10.875V16.938C9.18336 16.6942 7.62772 15.7533 6.5 14.2917C5.37229 12.8302 4.75003 10.9486 4.75 9V3H18.75V9C18.75 10.9486 18.1277 12.8302 17 14.2917C15.8723 15.7533 14.3166 16.6942 12.625 16.938Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 5.25H3.74921L3.75 6.75H2.52499C2.60577 7.89868 2.86857 8.54075 3.10986 8.87785C3.38754 9.26578 3.62613 9.2516 3.64415 9.24903L3.85585 10.734C3.20721 10.8265 2.44579 10.5272 1.89014 9.75093C1.34626 8.99112 1 7.7911 1 6V5.25Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5 5.25H19.7508L19.75 6.75H20.975C20.8942 7.89868 20.6314 8.54075 20.3901 8.87785C20.1125 9.26578 19.8739 9.2516 19.8558 9.24903L19.6442 10.734C20.2928 10.8265 21.0542 10.5272 21.6099 9.75093C22.1537 8.99112 22.5 7.7911 22.5 6V5.25Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.875 16.938V19H17.25V21H6.75V19H11.125V16.938C9.43336 16.6942 7.87772 15.7533 6.75 14.2917C5.62229 12.8302 5.00003 10.9486 5 9V3H19V9C19 10.9486 18.3777 12.8302 17.25 14.2917C16.1223 15.7533 14.5666 16.6942 12.875 16.938ZM6.75 5V9C6.75 10.5913 7.30312 12.1174 8.28769 13.2426C9.27225 14.3679 10.6076 15 12 15C13.3924 15 14.7277 14.3679 15.7123 13.2426C16.6969 12.1174 17.25 10.5913 17.25 9V5H6.75Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 5.25H3.99921L4 6.75H2.77499C2.85577 7.89868 3.11857 8.54075 3.35986 8.87785C3.63754 9.26578 3.87613 9.2516 3.89415 9.24903L4.10585 10.734C3.45721 10.8265 2.69579 10.5272 2.14014 9.75093C1.59626 8.99112 1.25 7.7911 1.25 6V5.25Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.75 5.25H20.0008L20 6.75H21.225C21.1442 7.89868 20.8814 8.54075 20.6401 8.87785C20.3625 9.26578 20.1239 9.2516 20.1058 9.24903L19.8942 10.734C20.5428 10.8265 21.3042 10.5272 21.8599 9.75093C22.4037 8.99112 22.75 7.7911 22.75 6V5.25Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 8H20L23 12.056V18H20.965C20.8461 18.8343 20.4302 19.5977 19.7937 20.1499C19.1571 20.7022 18.3427 21.0063 17.5 21.0063C16.6573 21.0063 15.8429 20.7022 15.2063 20.1499C14.5698 19.5977 14.1539 18.8343 14.035 18H8.965C8.84612 18.8343 8.43021 19.5977 7.79368 20.1499C7.15714 20.7022 6.34272 21.0063 5.5 21.0063C4.65728 21.0063 3.84286 20.7022 3.20632 20.1499C2.56979 19.5977 2.15388 18.8343 2.035 18H1V6C1 5.73478 1.10536 5.48043 1.29289 5.29289C1.48043 5.10536 1.73478 5 2 5H16C16.2652 5 16.5196 5.10536 16.7071 5.29289C16.8946 5.48043 17 5.73478 17 6V8ZM17 10V13H21V12.715L18.992 10H17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8.965 18C8.84612 18.8343 8.43021 19.5977 7.79368 20.1499C7.15714 20.7022 6.34272 21.0063 5.5 21.0063C4.65728 21.0063 3.84286 20.7022 3.20632 20.1499C2.56979 19.5977 2.15388 18.8343 2.035 18H1V6C1 5.73478 1.10536 5.48043 1.29289 5.29289C1.48043 5.10536 1.73478 5 2 5H16C16.2652 5 16.5196 5.10536 16.7071 5.29289C16.8946 5.48043 17 5.73478 17 6V8H20L23 12.056V18H20.965C20.8461 18.8343 20.4302 19.5977 19.7937 20.1499C19.1571 20.7022 18.3427 21.0063 17.5 21.0063C16.6573 21.0063 15.8429 20.7022 15.2063 20.1499C14.5698 19.5977 14.1539 18.8343 14.035 18H8.965ZM15 7H3V15.05C3.39456 14.6472 3.8806 14.3457 4.41675 14.1711C4.9529 13.9966 5.52329 13.9541 6.07938 14.0474C6.63546 14.1407 7.16077 14.3669 7.61061 14.7069C8.06044 15.0469 8.42148 15.4905 8.663 16H14.337C14.505 15.647 14.73 15.326 15 15.05V7ZM17 13H21V12.715L18.992 10H17V13ZM17.5 19C17.898 19 18.2796 18.8419 18.561 18.5605C18.8424 18.2791 19.0005 17.8975 19.0005 17.4995C19.0005 17.1015 18.8424 16.7199 18.561 16.4385C18.2796 16.1571 17.898 15.999 17.5 15.999C17.102 15.999 16.7204 16.1571 16.439 16.4385C16.1576 16.7199 15.9995 17.1015 15.9995 17.4995C15.9995 17.8975 16.1576 18.2791 16.439 18.5605C16.7204 18.8419 17.102 19 17.5 19ZM7 17.5C7 17.303 6.9612 17.108 6.88582 16.926C6.81044 16.744 6.69995 16.5786 6.56066 16.4393C6.42137 16.3001 6.25601 16.1896 6.07403 16.1142C5.89204 16.0388 5.69698 16 5.5 16C5.30302 16 5.10796 16.0388 4.92597 16.1142C4.74399 16.1896 4.57863 16.3001 4.43934 16.4393C4.30005 16.5786 4.18956 16.744 4.11418 16.926C4.0388 17.108 4 17.303 4 17.5C4 17.8978 4.15804 18.2794 4.43934 18.5607C4.72064 18.842 5.10218 19 5.5 19C5.89782 19 6.27936 18.842 6.56066 18.5607C6.84196 18.2794 7 17.8978 7 17.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.1621 5.65601C21.3986 5.9937 20.589 6.21548 19.7601 6.31401C20.6338 5.79144 21.2878 4.96902 21.6001 4.00001C20.7801 4.48801 19.8811 4.83001 18.9441 5.01501C17.6499 3.63033 15.5863 3.2891 13.9153 4.18346C12.2443 5.07782 11.3837 6.98415 11.8181 8.82901C8.45507 8.66045 5.3218 7.072 3.19805 4.45901C2.82634 5.09746 2.63101 5.82323 2.63205 6.56201C2.63205 8.01201 3.37005 9.29301 4.49205 10.043C3.82806 10.0221 3.17869 9.84279 2.59805 9.52001V9.57201C2.59847 11.563 4.00157 13.2781 5.95305 13.673C5.33667 13.84 4.69036 13.8647 4.06305 13.745C4.61018 15.4492 6.1805 16.6168 7.97005 16.65C6.21799 18.026 3.99079 18.6491 1.77905 18.382C3.69075 19.6114 5.91615 20.2641 8.18905 20.262C15.8821 20.262 20.0891 13.889 20.0891 8.36201C20.0891 8.18201 20.0841 8.00001 20.0761 7.82201C20.8949 7.23017 21.6017 6.49703 22.1631 5.65701L22.1621 5.65601Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.4789 3.89935C11.6489 4.6316 10.4357 6.38917 10.4 8.35999L10.401 8.36099C10.3364 8.3521 10.2755 8.34445 10.2161 8.337C9.78797 8.28324 9.44512 8.24019 8.42802 7.82299C6.68802 7.10899 4.97102 5.76299 3.27802 3.78599C-0.219549 12.2065 4.83533 15.499 6.40253 16.5198C6.45156 16.5517 6.49718 16.5814 6.53902 16.609C4.90902 17.802 2.08902 18.105 1.39502 18.159C2.75702 19.581 7.50902 20.652 10.777 20C15.543 19.049 20.24 15.333 20.24 7.69099C20.954 6.71199 21.119 5.99999 21.454 4.35999C20.3112 5.0526 19.702 5.03178 19.1119 5.01161C19.0034 5.0079 18.8955 5.00421 18.785 5.00499C17.3997 3.60274 15.309 3.1671 13.4789 3.89935ZM12.4 8.39699C12.4289 6.8161 13.7189 5.54972 15.3 5.54999C17.228 5.54999 18.24 7.21299 18.24 7.69099C18.24 13.547 15.103 17.097 10.385 18.039C9.63902 18.187 8.74002 18.229 7.79302 18.17L9.38502 17.007C9.54592 16.8898 9.63823 16.7004 9.63141 16.5015C9.6246 16.3025 9.51956 16.1199 9.35102 16.014L7.60402 14.916C4.79102 13.147 3.62302 10.854 4.22102 7.54399C6.10902 9.11699 8.07702 10.063 10.131 10.343L11.692 10.555C11.8616 10.5778 12.0328 10.5272 12.1627 10.4159C12.2925 10.3045 12.3687 10.143 12.372 9.97199L12.4 8.39699Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 17H22V19H19V22H17V17ZM7 7H2V5H5V2H7V7ZM18.364 15.536L16.95 14.12L18.364 12.706C18.8316 12.2424 19.2031 11.6911 19.4571 11.0836C19.711 10.4761 19.8425 9.82442 19.844 9.16597C19.8454 8.50751 19.7168 7.85526 19.4655 7.24666C19.2142 6.63805 18.8451 6.08508 18.3795 5.61948C17.9139 5.15389 17.3609 4.78484 16.7523 4.53353C16.1437 4.28221 15.4915 4.15359 14.833 4.15503C14.1746 4.15647 13.5229 4.28795 12.9154 4.54193C12.3079 4.7959 11.7566 5.16737 11.293 5.635L9.879 7.05L8.464 5.636L9.88 4.222C11.1928 2.90918 12.9734 2.17164 14.83 2.17164C16.6866 2.17164 18.4672 2.90918 19.78 4.222C21.0928 5.53482 21.8304 7.31539 21.8304 9.172C21.8304 11.0286 21.0928 12.8092 19.78 14.122L18.365 15.536H18.364ZM15.536 18.364L14.121 19.778C12.8082 21.0908 11.0276 21.8284 9.171 21.8284C7.31439 21.8284 5.53382 21.0908 4.221 19.778C2.90818 18.4652 2.17064 16.6846 2.17064 14.828C2.17064 12.9714 2.90818 11.1908 4.221 9.878L5.636 8.464L7.05 9.88L5.636 11.294C5.16837 11.7576 4.7969 12.3089 4.54293 12.9164C4.28895 13.5239 4.15747 14.1756 4.15603 14.834C4.15459 15.4925 4.28321 16.1447 4.53453 16.7533C4.78584 17.3619 5.15489 17.9149 5.62048 18.3805C6.08608 18.8461 6.63905 19.2152 7.24766 19.4665C7.85626 19.7178 8.50851 19.8464 9.16696 19.845C9.82541 19.8435 10.4771 19.712 11.0846 19.4581C11.6921 19.2041 12.2434 18.8326 12.707 18.365L14.121 16.951L15.536 18.365V18.364ZM14.828 7.757L16.243 9.172L9.172 16.242L7.757 14.828L14.828 7.758V7.757Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 17H22V19H19V22H17V17ZM7 7H2V5H5V2H7V7ZM18.364 15.536L16.95 14.12L18.364 12.706C18.8316 12.2424 19.2031 11.6911 19.4571 11.0836C19.711 10.4761 19.8425 9.82442 19.844 9.16597C19.8454 8.50751 19.7168 7.85526 19.4655 7.24666C19.2142 6.63805 18.8451 6.08508 18.3795 5.61948C17.9139 5.15389 17.3609 4.78484 16.7523 4.53353C16.1437 4.28221 15.4915 4.15359 14.833 4.15503C14.1746 4.15647 13.5229 4.28795 12.9154 4.54193C12.3079 4.7959 11.7566 5.16737 11.293 5.635L9.879 7.05L8.464 5.636L9.88 4.222C11.1928 2.90918 12.9734 2.17164 14.83 2.17164C16.6866 2.17164 18.4672 2.90918 19.78 4.222C21.0928 5.53482 21.8304 7.31539 21.8304 9.172C21.8304 11.0286 21.0928 12.8092 19.78 14.122L18.365 15.536H18.364ZM15.536 18.364L14.121 19.778C12.8082 21.0908 11.0276 21.8284 9.171 21.8284C7.31439 21.8284 5.53382 21.0908 4.221 19.778C2.90818 18.4652 2.17064 16.6846 2.17064 14.828C2.17064 12.9714 2.90818 11.1908 4.221 9.878L5.636 8.464L7.05 9.88L5.636 11.294C5.16837 11.7576 4.7969 12.3089 4.54293 12.9164C4.28895 13.5239 4.15747 14.1756 4.15603 14.834C4.15459 15.4925 4.28321 16.1447 4.53453 16.7533C4.78584 17.3619 5.15489 17.9149 5.62048 18.3805C6.08608 18.8461 6.63905 19.2152 7.24766 19.4665C7.85626 19.7178 8.50851 19.8464 9.16696 19.845C9.82541 19.8435 10.4771 19.712 11.0846 19.4581C11.6921 19.2041 12.2434 18.8326 12.707 18.365L14.121 16.951L15.536 18.365V18.364ZM14.828 7.757L16.243 9.172L9.172 16.242L7.757 14.828L14.828 7.758V7.757Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 19H20V12H22V20C22 20.2652 21.8946 20.5196 21.7071 20.7071C21.5196 20.8946 21.2652 21 21 21H3C2.73478 21 2.48043 20.8946 2.29289 20.7071C2.10536 20.5196 2 20.2652 2 20V12H4V19Z"/><path d="M19.4246 8.96222L12 1.5376L4.57539 8.96222L10.9997 8.96219L11.0002 15.9247L12.9999 15.9247L12.9994 8.9622L19.4246 8.96222Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.6571 7.73229L12.0002 2.07544L6.34338 7.73229L7.75759 9.14651L10.9997 5.90442L11.0004 15.9247H13.0001L12.9994 5.90301L16.2429 9.14651L17.6571 7.73229Z"/><path d="M20 19.0002H4V12.0002H2V20.0002C2 20.2654 2.10536 20.5198 2.29289 20.7073C2.48043 20.8949 2.73478 21.0002 3 21.0002H21C21.2652 21.0002 21.5196 20.8949 21.7071 20.7073C21.8946 20.5198 22 20.2654 22 20.0002V12.0002H20V19.0002Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 8C6 11.315 8.685 14 12 14C15.315 14 18 11.315 18 8C18 4.685 15.315 2 12 2C8.685 2 6 4.685 6 8ZM12 15C7.58172 15 4 18.5817 4 23H20C20 18.5817 16.4183 15 12 15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.53916 4.1619C7.29809 2.95416 9.64267 2.69464 11.9999 2.69464C14.3572 2.69464 16.7018 2.95416 18.4607 4.1619C20.296 5.42205 21.3053 7.57004 21.3053 10.875C21.3053 14.18 20.296 16.3279 18.4607 17.5881C16.7018 18.7958 14.3572 19.0554 11.9999 19.0554H10.7282L8.75462 21.0289L8.71708 21.0589L8.70613 21.0681C8.69879 21.0743 8.68936 21.0825 8.67775 21.0927C8.65441 21.1131 8.62573 21.1388 8.5928 21.1686C8.52702 21.2282 8.45019 21.2991 8.37587 21.3682C8.30188 21.437 8.23196 21.5026 8.18044 21.5511L8.11913 21.6089L6.63208 23.0176V18.2117C5.55108 17.7287 4.60776 17.0029 3.91445 15.9204C3.10855 14.6622 2.69458 13.0067 2.69458 10.875C2.69458 7.57004 3.70391 5.42205 5.53916 4.1619ZM11.2366 9.30001C11.2366 9.56629 11.4524 9.78216 11.7187 9.78216C12.1837 9.78216 12.5303 10.1288 12.5303 10.5938C12.5303 10.86 12.7462 11.0759 13.0125 11.0759C13.2787 11.0759 13.4946 10.86 13.4946 10.5938C13.4946 9.59623 12.7162 8.81787 11.7187 8.81787C11.4524 8.81787 11.2366 9.03373 11.2366 9.30001ZM11.7187 5.33035C11.4524 5.33035 11.2366 5.54622 11.2366 5.8125C11.2366 6.07878 11.4524 6.29464 11.7187 6.29464C14.0962 6.29464 16.0178 8.21628 16.0178 10.5937C16.0178 10.86 16.2337 11.0759 16.5 11.0759C16.7662 11.0759 16.9821 10.86 16.9821 10.5937C16.9821 7.68372 14.6287 5.33035 11.7187 5.33035ZM11.2366 7.55624C11.2366 7.82252 11.4524 8.03838 11.7187 8.03838C13.1399 8.03838 14.2741 9.17252 14.2741 10.5937C14.2741 10.86 14.4899 11.0759 14.7562 11.0759C15.0225 11.0759 15.2384 10.86 15.2384 10.5937C15.2384 8.63996 13.6725 7.0741 11.7187 7.0741C11.4524 7.0741 11.2366 7.28996 11.2366 7.55624ZM15.3187 13.2937C15.2812 13.2187 15.2187 13.1937 15.1146 13.1521C15.0625 13.1312 15 13.1062 14.925 13.0687C14.7 12.9562 13.6875 12.45 13.5188 12.3937C13.35 12.3375 13.125 12.3375 13.0125 12.5625C12.9201 12.678 12.8372 12.7934 12.7599 12.9011C12.6489 13.0557 12.5495 13.1943 12.45 13.2937C12.3375 13.4062 12.1125 13.4625 11.9437 13.35C11.9049 13.3306 11.8527 13.3078 11.7888 13.28C11.4824 13.1464 10.9078 12.896 10.2562 12.3375C9.76659 11.8924 9.41784 11.3768 9.21 11.0695C9.15521 10.9885 9.11021 10.9219 9.075 10.875C8.9625 10.65 9.075 10.5375 9.1875 10.425L9.525 10.0875C9.6375 9.975 9.69375 9.91875 9.75 9.75C9.80625 9.6375 9.75 9.46875 9.69375 9.35625C9.66563 9.3 9.55313 9.01876 9.42657 8.70236C9.3 8.38595 9.15938 8.03438 9.075 7.8375C8.9625 7.55625 8.85 7.55625 8.625 7.55625C8.56875 7.5 8.45625 7.5 8.4 7.5C8.11875 7.5 7.8375 7.55625 7.66875 7.78125C7.44375 8.00625 6.9375 8.5125 6.9375 9.525C6.9375 10.5375 7.66875 11.55 7.78125 11.6625C7.7956 11.6769 7.8301 11.7242 7.88369 11.7977C8.25013 12.3003 9.50929 14.0273 11.325 14.8125C12.9563 15.4875 13.4625 15.4312 13.8 15.375C14.3625 15.2062 15.0375 14.8125 15.2063 14.3062C15.375 13.8 15.375 13.4062 15.3187 13.2937Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.2063 14.3062C15.375 13.8 15.375 13.4062 15.3188 13.2937C15.2813 13.2187 15.2188 13.1937 15.1146 13.1521C15.0625 13.1312 15 13.1062 14.925 13.0687C14.7 12.9562 13.6875 12.45 13.5188 12.3937C13.35 12.3375 13.125 12.3375 13.0125 12.5625C12.9202 12.678 12.8373 12.7934 12.76 12.9011C12.649 13.0557 12.5495 13.1943 12.45 13.2937C12.3375 13.4062 12.1125 13.4625 11.9438 13.35C11.905 13.3306 11.8527 13.3078 11.7888 13.28C11.4825 13.1464 10.9079 12.896 10.2563 12.3375C9.76663 11.8924 9.41788 11.3768 9.21004 11.0695C9.15524 10.9885 9.11024 10.9219 9.07504 10.875C8.96254 10.65 9.07504 10.5375 9.18754 10.425L9.52504 10.0875C9.63754 9.975 9.69379 9.91875 9.75004 9.75C9.80629 9.6375 9.75004 9.46875 9.69379 9.35625C9.66566 9.3 9.55316 9.01876 9.42661 8.70236C9.30005 8.38598 9.1594 8.03435 9.07504 7.8375C8.96254 7.55625 8.85004 7.55625 8.62504 7.55625C8.56879 7.5 8.45629 7.5 8.40004 7.5C8.11879 7.5 7.83754 7.55625 7.66879 7.78125C7.44379 8.00625 6.93754 8.5125 6.93754 9.525C6.93754 10.5375 7.66879 11.55 7.78129 11.6625C7.79564 11.6768 7.83014 11.7242 7.88373 11.7977C8.25017 12.3003 9.50932 14.0273 11.325 14.8125C12.9563 15.4875 13.4625 15.4312 13.8 15.375C14.3625 15.2062 15.0375 14.8125 15.2063 14.3062Z"/><path d="M11.7188 8.81785C11.4525 8.81785 11.2366 9.03372 11.2366 9.3C11.2366 9.56628 11.4525 9.78214 11.7188 9.78214C12.1838 9.78214 12.5304 10.1288 12.5304 10.5937C12.5304 10.86 12.7463 11.0759 13.0125 11.0759C13.2788 11.0759 13.4947 10.86 13.4947 10.5937C13.4947 9.59622 12.7163 8.81785 11.7188 8.81785Z"/><path d="M11.2366 5.8125C11.2366 5.54622 11.4525 5.33035 11.7188 5.33035C14.6288 5.33035 16.9822 7.68372 16.9822 10.5937C16.9822 10.86 16.7663 11.0759 16.5 11.0759C16.2338 11.0759 16.0179 10.86 16.0179 10.5937C16.0179 8.21628 14.0963 6.29464 11.7188 6.29464C11.4525 6.29464 11.2366 6.07878 11.2366 5.8125Z"/><path d="M11.7188 7.07411C11.4525 7.07411 11.2366 7.28997 11.2366 7.55625C11.2366 7.82253 11.4525 8.03839 11.7188 8.03839C13.14 8.03839 14.2741 9.17253 14.2741 10.5937C14.2741 10.86 14.49 11.0759 14.7563 11.0759C15.0226 11.0759 15.2384 10.86 15.2384 10.5937C15.2384 8.63997 13.6726 7.07411 11.7188 7.07411Z"/><path d="M5.53928 4.1619C7.29821 2.95416 9.64279 2.69464 12.0001 2.69464C14.3573 2.69464 16.7019 2.95416 18.4608 4.1619C20.2961 5.42205 21.3054 7.57004 21.3054 10.875C21.3054 14.18 20.2961 16.3279 18.4608 17.5881C16.7019 18.7958 14.3573 19.0554 12.0001 19.0554H10.7283L8.75474 21.0289L8.71721 21.0589L8.70625 21.0681C8.69891 21.0743 8.68948 21.0825 8.67787 21.0927C8.65453 21.1131 8.62585 21.1388 8.59293 21.1686C8.52714 21.2282 8.45031 21.2991 8.37599 21.3682C8.302 21.437 8.23208 21.5026 8.18057 21.5511L8.11925 21.6089L6.6322 23.0176V18.2117C5.55121 17.7287 4.60789 17.0029 3.91457 15.9204C3.10868 14.6622 2.6947 13.0067 2.6947 10.875C2.6947 7.57004 3.70403 5.42205 5.53928 4.1619ZM6.52177 5.59278C5.30546 6.42795 4.43042 7.9362 4.43042 10.875C4.43042 12.7933 4.80394 14.0909 5.37617 14.9842C5.94039 15.8651 6.7507 16.4358 7.79195 16.8077L8.36792 17.0134V18.9611L10.0093 17.3196H12.0001C14.3115 17.3196 16.1857 17.0448 17.4783 16.1572C18.6947 15.322 19.5697 13.8138 19.5697 10.875C19.5697 7.9362 18.6947 6.42795 17.4783 5.59278C16.1857 4.70521 14.3115 4.43036 12.0001 4.43036C9.68858 4.43036 7.81441 4.70521 6.52177 5.59278Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1 4H23V6H1V4ZM1 18H23V20H1V18ZM19.622 14.914L19.448 14.044H17.499L17.189 14.907L15.627 14.91C16.632 12.504 17.377 10.72 17.863 9.562C17.99 9.259 18.216 9.105 18.548 9.107C18.802 9.109 19.217 9.109 19.793 9.107L21 14.912L19.622 14.915V14.914ZM17.938 12.852H19.194L18.724 10.672L17.938 12.852ZM7.872 9.106L9.442 9.108L7.015 14.914L5.425 14.913C4.888 12.843 4.493 11.307 4.241 10.308C4.164 10.001 4.011 9.787 3.715 9.686C3.452 9.596 3.014 9.456 2.4 9.267V9.107H4.909C5.343 9.107 5.596 9.317 5.678 9.747L6.298 13.036L7.872 9.106ZM11.599 9.108L10.359 14.913L8.864 14.911L10.104 9.106L11.599 9.108ZM14.631 9C15.077 9 15.641 9.138 15.965 9.267L15.703 10.471C15.41 10.353 14.928 10.194 14.523 10.201C13.933 10.21 13.569 10.457 13.569 10.694C13.569 11.078 14.201 11.272 14.853 11.693C15.596 12.173 15.693 12.603 15.684 13.071C15.674 14.042 14.853 15 13.12 15C12.329 14.988 12.044 14.922 11.4 14.694L11.672 13.438C12.328 13.712 12.607 13.799 13.167 13.799C13.682 13.799 14.123 13.592 14.127 13.231C14.129 12.974 13.972 12.847 13.395 12.529C12.818 12.212 12.01 11.773 12.02 10.889C12.033 9.759 13.107 9 14.63 9H14.631Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.502 8.465C17.0841 8.30003 16.3573 8.12008 15.7804 8.12C13.8137 8.12019 12.429 9.10114 12.412 10.563C12.3981 11.6974 13.4282 12.2664 14.1712 12.6768L14.186 12.685C14.93 13.095 15.134 13.26 15.13 13.592C15.125 14.059 14.556 14.327 13.893 14.327C13.169 14.327 12.81 14.214 11.963 13.859L11.611 15.484C12.443 15.779 12.811 15.865 13.831 15.88C16.067 15.88 17.127 14.641 17.14 13.385C17.152 12.78 17.026 12.223 16.067 11.603C15.8266 11.4473 15.5881 11.3156 15.3702 11.1952C14.8268 10.8951 14.411 10.6655 14.411 10.31C14.411 10.004 14.881 9.685 15.641 9.672C16.164 9.665 16.786 9.87 17.164 10.022L17.502 8.465ZM9.086 8.259L7.06 8.257L5.029 13.341L4.83454 12.3054C4.51936 10.627 4.3179 9.55416 4.229 9.087C4.124 8.531 3.797 8.26 3.237 8.26H0V8.465C0.792 8.71 1.357 8.89 1.696 9.007C2.077 9.138 2.275 9.415 2.375 9.811C2.87791 11.798 3.38725 13.7833 3.903 15.767L5.954 15.769L9.086 8.259ZM22.222 15.768L21.997 14.643H19.483L19.083 15.76L17.068 15.764C18.0273 13.4571 18.9886 11.1511 19.952 8.846C20.116 8.455 20.407 8.256 20.836 8.258C21.164 8.261 21.699 8.261 22.442 8.259L24 15.765L22.222 15.768ZM20.049 13.102H21.669L21.064 10.282L20.049 13.102ZM11.87 8.259L10.268 15.767L8.34 15.765L9.94 8.257L11.87 8.259Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V8.99997C1 8.44768 1.44772 7.99997 2 7.99997H5.889L11.183 3.66797C11.3325 3.54539 11.5393 3.52 11.714 3.60276C11.8888 3.68553 12.0001 3.86162 12 4.05497V19.945C12.0001 20.1383 11.8888 20.3144 11.714 20.3972C11.5393 20.4799 11.3325 20.4545 11.183 20.332L5.889 16ZM16 7H18V13H16V7ZM16 15H18V17H16V15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V8.99997C1 8.44768 1.44772 7.99997 2 7.99997H5.889L11.183 3.66797C11.3325 3.54539 11.5393 3.52 11.714 3.60276C11.8888 3.68553 12.0001 3.86162 12 4.05497V19.945C12.0001 20.1383 11.8888 20.3144 11.714 20.3972C11.5393 20.4799 11.3325 20.4545 11.183 20.332L5.889 16ZM10 7.21999L6.603 9.99999H3V14H6.603L10 16.78V7.21999ZM16 7H18V13H16V7ZM16 15H18V17H16V15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 16H8.889L14.183 20.332C14.3325 20.4546 14.5393 20.48 14.714 20.3972C14.8888 20.3145 15.0001 20.1384 15 19.945V4.05503C15.0001 3.86168 14.8888 3.68559 14.714 3.60282C14.5393 3.52006 14.3325 3.54545 14.183 3.66803L8.889 8.00003H5C4.44772 8.00003 4 8.44774 4 9.00003V15C4 15.5523 4.44772 16 5 16ZM17.441 15.169L18.863 16.591C20.17 15.49 21 13.842 21 12C21.0016 10.093 20.0952 8.29907 18.559 7.16903L17.12 8.60803C18.25 9.31503 19 10.57 19 12C19.0011 13.2413 18.425 14.4124 17.441 15.169Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.889 16H5C4.44772 16 4 15.5523 4 15V9.00003C4 8.44774 4.44772 8.00003 5 8.00003H8.889L14.183 3.66803C14.3325 3.54545 14.5393 3.52006 14.714 3.60282C14.8888 3.68559 15.0001 3.86168 15 4.05503V19.945C15.0001 20.1384 14.8888 20.3145 14.714 20.3972C14.5393 20.48 14.3325 20.4546 14.183 20.332L8.889 16ZM13 7.22003L9.603 10H6V14H9.603L13 16.78V7.22003ZM17.441 15.169L18.863 16.591C20.17 15.49 21 13.842 21 12C21.0016 10.093 20.0952 8.29907 18.559 7.16903L17.12 8.60803C18.25 9.31503 19 10.57 19 12C19.0011 13.2413 18.425 14.4124 17.441 15.169Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 16H5.889L11.183 20.332C11.3325 20.4546 11.5393 20.48 11.714 20.3972C11.8888 20.3145 12.0001 20.1384 12 19.945V4.05503C12.0001 3.86168 11.8888 3.68559 11.714 3.60282C11.5393 3.52006 11.3325 3.54545 11.183 3.66803L5.889 8.00003H2C1.44772 8.00003 1 8.44774 1 9.00003V15C1 15.5523 1.44772 16 2 16ZM23.95 15.536L20.414 12L23.95 8.46403L22.536 7.05003L19 10.586L15.464 7.05003L14.05 8.46403L17.586 12L14.05 15.536L15.464 16.95L19 13.414L22.536 16.95L23.95 15.536Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V9.00003C1 8.44774 1.44772 8.00003 2 8.00003H5.889L11.183 3.66803C11.3325 3.54545 11.5393 3.52006 11.714 3.60282C11.8888 3.68559 12.0001 3.86168 12 4.05503V19.945C12.0001 20.1384 11.8888 20.3145 11.714 20.3972C11.5393 20.48 11.3325 20.4546 11.183 20.332L5.889 16ZM10 7.22003L6.603 10H3V14H6.603L10 16.78V7.22003ZM23.95 15.536L20.414 12L23.95 8.46403L22.536 7.05003L19 10.586L15.464 7.05003L14.05 8.46403L17.586 12L14.05 15.536L15.464 16.95L19 13.414L22.536 16.95L23.95 15.536Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V9.00003C1 8.44774 1.44772 8.00003 2 8.00003H5.889L11.183 3.66803C11.3325 3.54545 11.5393 3.52006 11.714 3.60282C11.8888 3.68559 12.0001 3.86168 12 4.05503V19.945C12.0001 20.1384 11.8888 20.3145 11.714 20.3972C11.5393 20.48 11.3325 20.4546 11.183 20.332L5.889 16ZM19.406 20.134L17.99 18.718C19.9075 17.0119 21.0031 14.5667 21 12C21.0025 9.29869 19.7891 6.73968 17.696 5.03203L19.116 3.61203C21.5823 5.69997 23.0032 8.76861 23 12C23 15.223 21.614 18.122 19.406 20.134ZM14.441 15.169L15.863 16.591C17.17 15.49 18 13.842 18 12C18.0016 10.093 17.0952 8.29907 15.559 7.16903L14.12 8.60803C15.25 9.31503 16 10.57 16 12C16.0011 13.2413 15.425 14.4124 14.441 15.169Z"/></svg>
|