@dktunited-techoff/techoff-suite-ui 0.8.4 → 0.8.6
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/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/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-repairability.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/waiting-validation.svg +19 -0
- package/src/layouts/Header/Header.css +15 -23
- package/src/layouts/Header/Header.tsx +9 -4
- package/src/layouts/Header/Header.types.ts +1 -0
- package/src/layouts/Header/__stories__/Header.stories.mdx +11 -3
- package/esm/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/esm/components/Button/Button.css +0 -93
- package/esm/components/Button/Button.d.ts +0 -5
- package/esm/components/Button/Button.js +0 -17
- package/esm/components/Button/Button.js.map +0 -1
- package/esm/components/Button/Button.types.d.ts +0 -9
- package/esm/components/Button/Button.types.js +0 -2
- package/esm/components/Button/Button.types.js.map +0 -1
- package/esm/components/Button/__stories__/Button.stories.mdx +0 -74
- package/esm/components/Checkbox/Checkbox.css +0 -61
- package/esm/components/Checkbox/Checkbox.d.ts +0 -7
- package/esm/components/Checkbox/Checkbox.js +0 -21
- package/esm/components/Checkbox/Checkbox.js.map +0 -1
- package/esm/components/Checkbox/Checkbox.types.d.ts +0 -4
- package/esm/components/Checkbox/Checkbox.types.js +0 -2
- package/esm/components/Checkbox/Checkbox.types.js.map +0 -1
- package/esm/components/Checkbox/__stories__/Checkbox.stories.mdx +0 -43
- package/esm/components/Icon/Icon.css +0 -26
- package/esm/components/Icon/Icon.d.ts +0 -4
- package/esm/components/Icon/Icon.js +0 -12
- package/esm/components/Icon/Icon.js.map +0 -1
- package/esm/components/Icon/Icon.types.d.ts +0 -4
- package/esm/components/Icon/Icon.types.js +0 -2
- package/esm/components/Icon/Icon.types.js.map +0 -1
- package/esm/components/Icon/__stories__/Icon.stories.mdx +0 -86
- 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/add-line.svg +0 -1
- package/esm/components/Icon/icons/alert-fill.svg +0 -1
- package/esm/components/Icon/icons/alert-line.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-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-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/arrow-up-line.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/check-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-down-line.svg +0 -1
- package/esm/components/Icon/icons/chevron-left-line.svg +0 -1
- package/esm/components/Icon/icons/chevron-right-fill.svg +0 -1
- package/esm/components/Icon/icons/chevron-up-line.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/close-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-fill.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/index.d.ts +0 -3
- package/esm/components/Icon/icons/index.js +0 -495
- package/esm/components/Icon/icons/index.js.map +0 -1
- package/esm/components/Icon/icons/index.ts +0 -494
- 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/esm/components/Inputs/BooleanInput/BooleanInput.css +0 -51
- package/esm/components/Inputs/BooleanInput/BooleanInput.d.ts +0 -4
- package/esm/components/Inputs/BooleanInput/BooleanInput.js +0 -13
- package/esm/components/Inputs/BooleanInput/BooleanInput.js.map +0 -1
- package/esm/components/Inputs/BooleanInput/BooleanInput.tsx +0 -24
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.d.ts +0 -7
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.js +0 -2
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.js.map +0 -1
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.ts +0 -7
- package/esm/components/Inputs/BooleanInput/__stories__/BooleanInput.stories.mdx +0 -44
- package/esm/components/Inputs/TextInput/TextInput.css +0 -42
- package/esm/components/Inputs/TextInput/TextInput.d.ts +0 -4
- package/esm/components/Inputs/TextInput/TextInput.js +0 -16
- package/esm/components/Inputs/TextInput/TextInput.js.map +0 -1
- package/esm/components/Inputs/TextInput/TextInput.tsx +0 -24
- package/esm/components/Inputs/TextInput/TextInput.types.d.ts +0 -8
- package/esm/components/Inputs/TextInput/TextInput.types.js +0 -2
- package/esm/components/Inputs/TextInput/TextInput.types.js.map +0 -1
- package/esm/components/Inputs/TextInput/TextInput.types.ts +0 -8
- package/esm/components/Inputs/TextInput/__stories__/TextInput.stories.mdx +0 -55
- package/esm/components/Loader/Loader.css +0 -42
- package/esm/components/Loader/Loader.d.ts +0 -4
- package/esm/components/Loader/Loader.js +0 -6
- package/esm/components/Loader/Loader.js.map +0 -1
- package/esm/components/Loader/Loader.types.d.ts +0 -3
- package/esm/components/Loader/Loader.types.js +0 -2
- package/esm/components/Loader/Loader.types.js.map +0 -1
- package/esm/components/Loader/__stories__/Loader.stories.mdx +0 -30
- package/esm/index.d.ts +0 -9
- package/esm/index.js +0 -10
- package/esm/index.js.map +0 -1
- package/esm/layouts/Header/Header.css +0 -83
- package/esm/layouts/Header/Header.d.ts +0 -4
- package/esm/layouts/Header/Header.js +0 -14
- package/esm/layouts/Header/Header.js.map +0 -1
- package/esm/layouts/Header/Header.types.d.ts +0 -4
- package/esm/layouts/Header/Header.types.js +0 -2
- package/esm/layouts/Header/Header.types.js.map +0 -1
- package/esm/layouts/Header/HeaderActions.d.ts +0 -3
- package/esm/layouts/Header/HeaderActions.js +0 -7
- package/esm/layouts/Header/HeaderActions.js.map +0 -1
- package/esm/layouts/Header/HeaderProfile.d.ts +0 -3
- package/esm/layouts/Header/HeaderProfile.js +0 -16
- package/esm/layouts/Header/HeaderProfile.js.map +0 -1
- package/esm/layouts/Header/HeaderTitle.d.ts +0 -3
- package/esm/layouts/Header/HeaderTitle.js +0 -11
- package/esm/layouts/Header/HeaderTitle.js.map +0 -1
- package/esm/layouts/Header/__stories__/Header.stories.mdx +0 -36
- package/esm/layouts/Navigation/Navigation.css +0 -74
- package/esm/layouts/Navigation/Navigation.d.ts +0 -4
- package/esm/layouts/Navigation/Navigation.js +0 -15
- package/esm/layouts/Navigation/Navigation.js.map +0 -1
- package/esm/layouts/Navigation/Navigation.types.d.ts +0 -5
- package/esm/layouts/Navigation/Navigation.types.js +0 -2
- package/esm/layouts/Navigation/Navigation.types.js.map +0 -1
- package/esm/layouts/Navigation/NavigationActions.d.ts +0 -4
- package/esm/layouts/Navigation/NavigationActions.js +0 -4
- package/esm/layouts/Navigation/NavigationActions.js.map +0 -1
- package/esm/layouts/Navigation/NavigationBreadcrumb.d.ts +0 -6
- package/esm/layouts/Navigation/NavigationBreadcrumb.js +0 -26
- package/esm/layouts/Navigation/NavigationBreadcrumb.js.map +0 -1
- package/esm/layouts/Navigation/__stories__/Navigation.stories.mdx +0 -46
- package/esm/utils/string.utils.d.ts +0 -1
- package/esm/utils/string.utils.js +0 -2
- package/esm/utils/string.utils.js.map +0 -1
- package/esm/utils/validator.utils.d.ts +0 -2
- package/esm/utils/validator.utils.js +0 -5
- package/esm/utils/validator.utils.js.map +0 -1
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/components/Button/Button.css +0 -93
- package/lib/components/Button/Button.d.ts +0 -5
- package/lib/components/Button/Button.js +0 -21
- package/lib/components/Button/Button.js.map +0 -1
- package/lib/components/Button/Button.types.d.ts +0 -9
- package/lib/components/Button/Button.types.js +0 -3
- package/lib/components/Button/Button.types.js.map +0 -1
- package/lib/components/Button/__stories__/Button.stories.mdx +0 -74
- package/lib/components/Checkbox/Checkbox.css +0 -61
- package/lib/components/Checkbox/Checkbox.d.ts +0 -7
- package/lib/components/Checkbox/Checkbox.js +0 -27
- package/lib/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/components/Checkbox/Checkbox.types.d.ts +0 -4
- package/lib/components/Checkbox/Checkbox.types.js +0 -3
- package/lib/components/Checkbox/Checkbox.types.js.map +0 -1
- package/lib/components/Checkbox/__stories__/Checkbox.stories.mdx +0 -43
- package/lib/components/Icon/Icon.css +0 -26
- package/lib/components/Icon/Icon.d.ts +0 -4
- package/lib/components/Icon/Icon.js +0 -16
- package/lib/components/Icon/Icon.js.map +0 -1
- package/lib/components/Icon/Icon.types.d.ts +0 -4
- package/lib/components/Icon/Icon.types.js +0 -3
- package/lib/components/Icon/Icon.types.js.map +0 -1
- package/lib/components/Icon/__stories__/Icon.stories.mdx +0 -86
- 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-circle-line.svg +0 -1
- package/lib/components/Icon/icons/add-fill.svg +0 -1
- package/lib/components/Icon/icons/add-line.svg +0 -1
- package/lib/components/Icon/icons/alert-fill.svg +0 -1
- package/lib/components/Icon/icons/alert-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-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-back-line.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-fill.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-fill.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-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-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-fill.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-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-circle-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-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-fill.svg +0 -1
- package/lib/components/Icon/icons/chevron-down-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-left-fill.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-right-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-up-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-fill.svg +0 -1
- package/lib/components/Icon/icons/close-circle-line.svg +0 -1
- package/lib/components/Icon/icons/close-fill.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/download-line.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/edit-line.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/external-link-line.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-line.svg +0 -1
- package/lib/components/Icon/icons/filter-off-fill.svg +0 -1
- package/lib/components/Icon/icons/filter-off-line.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-fill.svg +0 -1
- package/lib/components/Icon/icons/heart-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/home-line.svg +0 -1
- package/lib/components/Icon/icons/hourglass-fill.svg +0 -1
- package/lib/components/Icon/icons/hourglass-line.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/index.d.ts +0 -3
- package/lib/components/Icon/icons/index.js +0 -498
- package/lib/components/Icon/icons/index.js.map +0 -1
- package/lib/components/Icon/icons/index.ts +0 -494
- 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/lightning-line.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/list-settings-line.svg +0 -1
- package/lib/components/Icon/icons/lock-fill.svg +0 -1
- package/lib/components/Icon/icons/lock-line.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-2-line.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/search-line.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-2-line.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/tools-line.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/user-line.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/lib/components/Inputs/BooleanInput/BooleanInput.css +0 -51
- package/lib/components/Inputs/BooleanInput/BooleanInput.d.ts +0 -4
- package/lib/components/Inputs/BooleanInput/BooleanInput.js +0 -17
- package/lib/components/Inputs/BooleanInput/BooleanInput.js.map +0 -1
- package/lib/components/Inputs/BooleanInput/BooleanInput.tsx +0 -24
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.d.ts +0 -7
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.js +0 -3
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.js.map +0 -1
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.ts +0 -7
- package/lib/components/Inputs/BooleanInput/__stories__/BooleanInput.stories.mdx +0 -44
- package/lib/components/Inputs/TextInput/TextInput.css +0 -42
- package/lib/components/Inputs/TextInput/TextInput.d.ts +0 -4
- package/lib/components/Inputs/TextInput/TextInput.js +0 -20
- package/lib/components/Inputs/TextInput/TextInput.js.map +0 -1
- package/lib/components/Inputs/TextInput/TextInput.tsx +0 -24
- package/lib/components/Inputs/TextInput/TextInput.types.d.ts +0 -8
- package/lib/components/Inputs/TextInput/TextInput.types.js +0 -3
- package/lib/components/Inputs/TextInput/TextInput.types.js.map +0 -1
- package/lib/components/Inputs/TextInput/TextInput.types.ts +0 -8
- package/lib/components/Inputs/TextInput/__stories__/TextInput.stories.mdx +0 -55
- package/lib/components/Loader/Loader.css +0 -42
- package/lib/components/Loader/Loader.d.ts +0 -4
- package/lib/components/Loader/Loader.js +0 -10
- package/lib/components/Loader/Loader.js.map +0 -1
- package/lib/components/Loader/Loader.types.d.ts +0 -3
- package/lib/components/Loader/Loader.types.js +0 -3
- package/lib/components/Loader/Loader.types.js.map +0 -1
- package/lib/components/Loader/__stories__/Loader.stories.mdx +0 -30
- package/lib/index.d.ts +0 -9
- package/lib/index.js +0 -26
- package/lib/index.js.map +0 -1
- package/lib/layouts/Header/Header.css +0 -83
- package/lib/layouts/Header/Header.d.ts +0 -4
- package/lib/layouts/Header/Header.js +0 -18
- package/lib/layouts/Header/Header.js.map +0 -1
- package/lib/layouts/Header/Header.types.d.ts +0 -4
- package/lib/layouts/Header/Header.types.js +0 -3
- package/lib/layouts/Header/Header.types.js.map +0 -1
- package/lib/layouts/Header/HeaderActions.d.ts +0 -3
- package/lib/layouts/Header/HeaderActions.js +0 -11
- package/lib/layouts/Header/HeaderActions.js.map +0 -1
- package/lib/layouts/Header/HeaderProfile.d.ts +0 -3
- package/lib/layouts/Header/HeaderProfile.js +0 -20
- package/lib/layouts/Header/HeaderProfile.js.map +0 -1
- package/lib/layouts/Header/HeaderTitle.d.ts +0 -3
- package/lib/layouts/Header/HeaderTitle.js +0 -15
- package/lib/layouts/Header/HeaderTitle.js.map +0 -1
- package/lib/layouts/Header/__stories__/Header.stories.mdx +0 -36
- package/lib/layouts/Navigation/Navigation.css +0 -74
- package/lib/layouts/Navigation/Navigation.d.ts +0 -4
- package/lib/layouts/Navigation/Navigation.js +0 -19
- package/lib/layouts/Navigation/Navigation.js.map +0 -1
- package/lib/layouts/Navigation/Navigation.types.d.ts +0 -5
- package/lib/layouts/Navigation/Navigation.types.js +0 -3
- package/lib/layouts/Navigation/Navigation.types.js.map +0 -1
- package/lib/layouts/Navigation/NavigationActions.d.ts +0 -4
- package/lib/layouts/Navigation/NavigationActions.js +0 -8
- package/lib/layouts/Navigation/NavigationActions.js.map +0 -1
- package/lib/layouts/Navigation/NavigationBreadcrumb.d.ts +0 -6
- package/lib/layouts/Navigation/NavigationBreadcrumb.js +0 -31
- package/lib/layouts/Navigation/NavigationBreadcrumb.js.map +0 -1
- package/lib/layouts/Navigation/__stories__/Navigation.stories.mdx +0 -46
- package/lib/utils/string.utils.d.ts +0 -1
- package/lib/utils/string.utils.js +0 -6
- package/lib/utils/string.utils.js.map +0 -1
- package/lib/utils/validator.utils.d.ts +0 -2
- package/lib/utils/validator.utils.js +0 -9
- package/lib/utils/validator.utils.js.map +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-circle-line.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-down-line.svg +0 -1
- package/src/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-go-back-line.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-down-line.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-blank-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-circle-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-circle-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-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-right-line.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-fill.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/download-line.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/edit-line.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/external-link-line.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-line.svg +0 -1
- package/src/components/Icon/icons/filter-off-fill.svg +0 -1
- package/src/components/Icon/icons/filter-off-line.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-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/home-line.svg +0 -1
- package/src/components/Icon/icons/hourglass-fill.svg +0 -1
- package/src/components/Icon/icons/hourglass-line.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/lightning-line.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/list-settings-line.svg +0 -1
- package/src/components/Icon/icons/lock-fill.svg +0 -1
- package/src/components/Icon/icons/lock-line.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-2-line.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/search-line.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-2-line.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/tools-line.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/user-line.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/src/layouts/Header/HeaderTitle.tsx +0 -17
- /package/{esm/components/Icon/icons/arrow-go-back-line.svg → src/components/Icon/icons/arrow-back.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-down-line.svg → src/components/Icon/icons/arrow-down.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-left-fill.svg → src/components/Icon/icons/arrow-left.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-right-fill.svg → src/components/Icon/icons/arrow-right-.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-up-fill.svg → src/components/Icon/icons/arrow-up.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-up-down-line.svg → src/components/Icon/icons/arrows-up-down.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-circle-fill.svg → src/components/Icon/icons/check-circle-fill.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-circle-line.svg → src/components/Icon/icons/check-circle.svg} +0 -0
- /package/{esm/components/Icon/icons/check-fill.svg → src/components/Icon/icons/check.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-down-fill.svg → src/components/Icon/icons/chevron-down.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-left-fill.svg → src/components/Icon/icons/chevron-left.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-right-line.svg → src/components/Icon/icons/chevron-right.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-up-fill.svg → src/components/Icon/icons/chevron-up.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-blank-line.svg → src/components/Icon/icons/circle.svg} +0 -0
- /package/{esm/components/Icon/icons/more-2-line.svg → src/components/Icon/icons/dots-vertical.svg} +0 -0
- /package/{esm/components/Icon/icons/download-line.svg → src/components/Icon/icons/download.svg} +0 -0
- /package/{esm/components/Icon/icons/edit-line.svg → src/components/Icon/icons/edit.svg} +0 -0
- /package/{esm/components/Icon/icons/external-link-line.svg → src/components/Icon/icons/external-link.svg} +0 -0
- /package/{esm/components/Icon/icons/filter-off-line.svg → src/components/Icon/icons/filter-off.svg} +0 -0
- /package/{esm/components/Icon/icons/filter-line.svg → src/components/Icon/icons/filter.svg} +0 -0
- /package/{esm/components/Icon/icons/heart-line.svg → src/components/Icon/icons/heart.svg} +0 -0
- /package/{esm/components/Icon/icons/home-line.svg → src/components/Icon/icons/home.svg} +0 -0
- /package/{esm/components/Icon/icons/hourglass-line.svg → src/components/Icon/icons/houglass.svg} +0 -0
- /package/{esm/components/Icon/icons/lightning-line.svg → src/components/Icon/icons/lightning.svg} +0 -0
- /package/{esm/components/Icon/icons/list-settings-line.svg → src/components/Icon/icons/list-settings.svg} +0 -0
- /package/{esm/components/Icon/icons/lock-line.svg → src/components/Icon/icons/lock.svg} +0 -0
- /package/{esm/components/Icon/icons/add-circle-line.svg → src/components/Icon/icons/plus-circle.svg} +0 -0
- /package/{esm/components/Icon/icons/add-fill.svg → src/components/Icon/icons/plus.svg} +0 -0
- /package/{esm/components/Icon/icons/search-line.svg → src/components/Icon/icons/search.svg} +0 -0
- /package/{esm/components/Icon/icons/seed-2-line.svg → src/components/Icon/icons/seed-2.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-fill.svg → src/components/Icon/icons/square-check-fill.svg} +0 -0
- /package/{lib/components/Icon/icons/checkbox-blank-line.svg → src/components/Icon/icons/square.svg} +0 -0
- /package/{esm/components/Icon/icons/tools-line.svg → src/components/Icon/icons/tools.svg} +0 -0
- /package/{esm/components/Icon/icons/user-line.svg → src/components/Icon/icons/user.svg} +0 -0
- /package/{esm/components/Icon/icons/close-circle-fill.svg → src/components/Icon/icons/x-circle-fill.svg} +0 -0
- /package/{esm/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="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 22ZM11 11V17H13V11H11ZM11 7V9H13V7H11Z"/></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 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM13 7V9H11V7H13ZM13 17V11H11V17H13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C14.717 2 15.056 2.01 16.122 2.06C17.187 2.11 17.912 2.277 18.55 2.525C19.21 2.779 19.766 3.123 20.322 3.678C20.8305 4.1779 21.224 4.78259 21.475 5.45C21.722 6.087 21.89 6.813 21.94 7.878C21.987 8.944 22 9.283 22 12C22 14.717 21.99 15.056 21.94 16.122C21.89 17.187 21.722 17.912 21.475 18.55C21.2247 19.2178 20.8311 19.8226 20.322 20.322C19.822 20.8303 19.2173 21.2238 18.55 21.475C17.913 21.722 17.187 21.89 16.122 21.94C15.056 21.987 14.717 22 12 22C9.283 22 8.944 21.99 7.878 21.94C6.813 21.89 6.088 21.722 5.45 21.475C4.78233 21.2245 4.17753 20.8309 3.678 20.322C3.16941 19.8222 2.77593 19.2175 2.525 18.55C2.277 17.913 2.11 17.187 2.06 16.122C2.013 15.056 2 14.717 2 12C2 9.283 2.01 8.944 2.06 7.878C2.11 6.812 2.277 6.088 2.525 5.45C2.77524 4.78218 3.1688 4.17732 3.678 3.678C4.17767 3.16923 4.78243 2.77573 5.45 2.525C6.088 2.277 6.812 2.11 7.878 2.06C8.944 2.013 9.283 2 12 2ZM12 7C10.6739 7 9.40215 7.52678 8.46447 8.46447C7.52678 9.40215 7 10.6739 7 12C7 13.3261 7.52678 14.5979 8.46447 15.5355C9.40215 16.4732 10.6739 17 12 17C13.3261 17 14.5979 16.4732 15.5355 15.5355C16.4732 14.5979 17 13.3261 17 12C17 10.6739 16.4732 9.40215 15.5355 8.46447C14.5979 7.52678 13.3261 7 12 7ZM18.5 6.75C18.5 6.41848 18.3683 6.10054 18.1339 5.86612C17.8995 5.6317 17.5815 5.5 17.25 5.5C16.9185 5.5 16.6005 5.6317 16.3661 5.86612C16.1317 6.10054 16 6.41848 16 6.75C16 7.08152 16.1317 7.39946 16.3661 7.63388C16.6005 7.8683 16.9185 8 17.25 8C17.5815 8 17.8995 7.8683 18.1339 7.63388C18.3683 7.39946 18.5 7.08152 18.5 6.75ZM12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9ZM12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7ZM18.5 6.75C18.5 7.08152 18.3683 7.39946 18.1339 7.63388C17.8995 7.8683 17.5815 8 17.25 8C16.9185 8 16.6005 7.8683 16.3661 7.63388C16.1317 7.39946 16 7.08152 16 6.75C16 6.41848 16.1317 6.10054 16.3661 5.86612C16.6005 5.6317 16.9185 5.5 17.25 5.5C17.5815 5.5 17.8995 5.6317 18.1339 5.86612C18.3683 6.10054 18.5 6.41848 18.5 6.75ZM12 4C9.526 4 9.122 4.007 7.971 4.058C7.187 4.095 6.661 4.2 6.173 4.39C5.739 4.558 5.426 4.759 5.093 5.093C4.78001 5.3954 4.53935 5.76458 4.389 6.173C4.199 6.663 4.094 7.188 4.058 7.971C4.006 9.075 4 9.461 4 12C4 14.474 4.007 14.878 4.058 16.029C4.095 16.812 4.2 17.339 4.389 17.826C4.559 18.261 4.759 18.574 5.091 18.906C5.428 19.242 5.741 19.443 6.171 19.609C6.665 19.8 7.191 19.906 7.971 19.942C9.075 19.994 9.461 20 12 20C14.474 20 14.878 19.993 16.029 19.942C16.811 19.905 17.338 19.8 17.826 19.611C18.259 19.442 18.574 19.241 18.906 18.909C19.243 18.572 19.444 18.259 19.61 17.829C19.8 17.336 19.906 16.809 19.942 16.029C19.994 14.925 20 14.539 20 12C20 9.526 19.993 9.122 19.942 7.971C19.905 7.189 19.8 6.661 19.61 6.173C19.4593 5.765 19.2191 5.39596 18.907 5.093C18.6047 4.77985 18.2355 4.53917 17.827 4.389C17.337 4.199 16.811 4.094 16.029 4.058C14.925 4.006 14.539 4 12 4ZM12 2C14.717 2 15.056 2.01 16.122 2.06C17.187 2.11 17.912 2.277 18.55 2.525C19.21 2.779 19.766 3.123 20.322 3.678C20.8305 4.1779 21.224 4.78259 21.475 5.45C21.722 6.087 21.89 6.813 21.94 7.878C21.987 8.944 22 9.283 22 12C22 14.717 21.99 15.056 21.94 16.122C21.89 17.187 21.722 17.912 21.475 18.55C21.2247 19.2178 20.8311 19.8226 20.322 20.322C19.822 20.8303 19.2173 21.2238 18.55 21.475C17.913 21.722 17.187 21.89 16.122 21.94C15.056 21.987 14.717 22 12 22C9.283 22 8.944 21.99 7.878 21.94C6.813 21.89 6.088 21.722 5.45 21.475C4.78233 21.2245 4.17753 20.8309 3.678 20.322C3.16941 19.8222 2.77593 19.2175 2.525 18.55C2.277 17.913 2.11 17.187 2.06 16.122C2.013 15.056 2 14.717 2 12C2 9.283 2.01 8.944 2.06 7.878C2.11 6.812 2.277 6.088 2.525 5.45C2.77524 4.78218 3.1688 4.17732 3.678 3.678C4.17767 3.16923 4.78243 2.77573 5.45 2.525C6.088 2.277 6.812 2.11 7.878 2.06C8.944 2.013 9.283 2 12 2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12256_1641)"><path d="M15 20H7V18H9.92661L12.0425 6H9V4H17V6H14.0734L11.9575 18H15V20Z"/></g><defs><clipPath id="clip0_12256_1641"><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_1644)"><path d="M15 20H7V18H9.92661L12.0425 6H9V4H17V6H14.0734L11.9575 18H15V20Z"/></g><defs><clipPath id="clip0_12256_1644"><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="M12 3C17.799 3 22.5 6.664 22.5 11.185C22.5 15.705 17.799 19.369 12 19.369C11.4226 19.3693 10.8457 19.3326 10.273 19.259L5.865 22.142C5.364 22.407 5.187 22.378 5.393 21.729L6.285 18.051C3.405 16.591 1.5 14.061 1.5 11.185C1.5 6.665 6.201 3 12 3ZM17.907 11.06L19.377 9.636C19.4618 9.54791 19.5091 9.43033 19.509 9.30804C19.5088 9.18575 19.4612 9.0683 19.3762 8.98041C19.2912 8.89252 19.1753 8.84107 19.0531 8.83689C18.9309 8.83271 18.8118 8.87613 18.721 8.958L16.793 10.824V9.282C16.793 9.15682 16.7433 9.03676 16.6548 8.94825C16.5662 8.85973 16.4462 8.81 16.321 8.81C16.1958 8.81 16.0758 8.85973 15.9872 8.94825C15.8987 9.03676 15.849 9.15682 15.849 9.282V11.839C15.8313 11.9119 15.8313 11.9881 15.849 12.061V13.5C15.849 13.6252 15.8987 13.7452 15.9872 13.8338C16.0758 13.9223 16.1958 13.972 16.321 13.972C16.4462 13.972 16.5662 13.9223 16.6548 13.8338C16.7433 13.7452 16.793 13.6252 16.793 13.5V12.137L17.22 11.724L18.648 13.757C18.6837 13.8078 18.729 13.851 18.7813 13.8842C18.8337 13.9175 18.8921 13.9401 18.9532 13.9508C19.0143 13.9615 19.0769 13.96 19.1374 13.9465C19.198 13.933 19.2552 13.9077 19.306 13.872C19.3568 13.8363 19.4 13.791 19.4332 13.7387C19.4665 13.6863 19.4891 13.6279 19.4998 13.5668C19.5105 13.5057 19.509 13.4431 19.4955 13.3826C19.482 13.322 19.4567 13.2648 19.421 13.214L17.907 11.059V11.06ZM14.949 12.984H13.489V9.297C13.4834 9.17571 13.4313 9.06123 13.3435 8.97737C13.2557 8.89351 13.1389 8.84672 13.0175 8.84672C12.8961 8.84672 12.7793 8.89351 12.6915 8.97737C12.6037 9.06123 12.5516 9.17571 12.546 9.297V13.456C12.546 13.716 12.756 13.928 13.017 13.928H14.949C15.0742 13.928 15.1942 13.8783 15.2828 13.7898C15.3713 13.7012 15.421 13.5812 15.421 13.456C15.421 13.3308 15.3713 13.2108 15.2828 13.1222C15.1942 13.0337 15.0742 12.984 14.949 12.984ZM9.092 11.892L9.788 10.185L10.426 11.892H9.092ZM11.615 12.38L11.617 12.364C11.6168 12.2451 11.5714 12.1307 11.49 12.044L10.444 9.244C10.4002 9.11057 10.3166 8.99369 10.2046 8.90899C10.0926 8.8243 9.95733 8.7758 9.817 8.77C9.67564 8.76938 9.53744 8.81182 9.42079 8.89167C9.30414 8.97152 9.21457 9.08499 9.164 9.217L7.503 13.292C7.47956 13.3494 7.46765 13.4108 7.46796 13.4728C7.46826 13.5348 7.48077 13.5961 7.50478 13.6533C7.52878 13.7104 7.56381 13.7623 7.60785 13.8059C7.6519 13.8495 7.70411 13.8841 7.7615 13.9075C7.81889 13.9309 7.88033 13.9428 7.94232 13.9425C8.00431 13.9422 8.06563 13.9297 8.12279 13.9057C8.17994 13.8817 8.23181 13.8467 8.27543 13.8026C8.31904 13.7586 8.35356 13.7064 8.377 13.649L8.707 12.836H10.777L11.076 13.636C11.0963 13.6958 11.1285 13.7509 11.1705 13.7981C11.2125 13.8452 11.2635 13.8835 11.3206 13.9105C11.3777 13.9376 11.4396 13.9529 11.5027 13.9557C11.5658 13.9584 11.6288 13.9484 11.688 13.9263C11.7471 13.9042 11.8013 13.8704 11.8472 13.8271C11.8931 13.7837 11.9298 13.7315 11.9551 13.6737C11.9805 13.6158 11.994 13.5535 11.9948 13.4903C11.9957 13.4272 11.9838 13.3645 11.96 13.306L11.615 12.38ZM8.293 9.302C8.293 9.17699 8.24341 9.05709 8.15511 8.9686C8.06681 8.88011 7.94701 8.83026 7.822 8.83H4.577C4.45182 8.83 4.33176 8.87973 4.24325 8.96825C4.15473 9.05676 4.105 9.17682 4.105 9.302C4.105 9.42718 4.15473 9.54724 4.24325 9.63575C4.33176 9.72427 4.45182 9.774 4.577 9.774H5.737V13.51C5.737 13.6352 5.78673 13.7552 5.87525 13.8438C5.96376 13.9323 6.08382 13.982 6.209 13.982C6.33418 13.982 6.45424 13.9323 6.54275 13.8438C6.63127 13.7552 6.681 13.6352 6.681 13.51V9.774H7.821C8.082 9.774 8.293 9.562 8.293 9.302Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.678 18.123C3.092 16.566 1.5 14.112 1.5 11.405C1.5 6.701 6.248 3 12 3C17.752 3 22.5 6.701 22.5 11.405C22.5 16.109 17.752 19.81 12 19.81C11.558 19.81 11.118 19.788 10.682 19.745L6.917 22.203C6.302 22.529 5.96 22.628 5.432 22.269C4.812 21.845 4.836 21.377 5.051 20.709L5.678 18.123ZM3.5 11.405C3.5 13.537 4.918 15.528 7.281 16.725L7.987 17.084L7.801 17.854L7.4 19.502L10.2 17.672L10.566 17.718C11.039 17.779 11.518 17.81 12 17.81C16.741 17.81 20.5 14.88 20.5 11.405C20.5 7.93 16.741 5 12 5C7.259 5 3.5 7.93 3.5 11.405ZM17.907 11.059L19.421 13.214C19.4567 13.2648 19.482 13.322 19.4955 13.3826C19.509 13.4431 19.5105 13.5057 19.4998 13.5668C19.4891 13.6279 19.4665 13.6863 19.4332 13.7387C19.4 13.791 19.3568 13.8363 19.306 13.872C19.2552 13.9077 19.198 13.933 19.1374 13.9465C19.0769 13.96 19.0143 13.9615 18.9532 13.9508C18.8921 13.9401 18.8337 13.9175 18.7813 13.8842C18.729 13.851 18.6837 13.8078 18.648 13.757L17.22 11.724L16.793 12.137V13.5C16.793 13.6252 16.7433 13.7452 16.6548 13.8338C16.5662 13.9223 16.4462 13.972 16.321 13.972C16.1958 13.972 16.0758 13.9223 15.9872 13.8338C15.8987 13.7452 15.849 13.6252 15.849 13.5V12.061C15.8313 11.9881 15.8313 11.9119 15.849 11.839V9.282C15.849 9.15682 15.8987 9.03676 15.9872 8.94825C16.0758 8.85973 16.1958 8.81 16.321 8.81C16.4462 8.81 16.5662 8.85973 16.6548 8.94825C16.7433 9.03676 16.793 9.15682 16.793 9.282V10.824L18.721 8.958C18.8118 8.87613 18.9309 8.83271 19.0531 8.83689C19.1753 8.84107 19.2912 8.89252 19.3762 8.98041C19.4612 9.0683 19.5088 9.18575 19.509 9.30804C19.5091 9.43033 19.4618 9.54791 19.377 9.636L17.907 11.059ZM14.949 12.984C15.0742 12.984 15.1942 13.0337 15.2828 13.1222C15.3713 13.2108 15.421 13.3308 15.421 13.456C15.421 13.5812 15.3713 13.7012 15.2828 13.7898C15.1942 13.8783 15.0742 13.928 14.949 13.928H13.017C12.892 13.9277 12.7722 13.8779 12.6839 13.7894C12.5956 13.7009 12.546 13.581 12.546 13.456V9.297C12.5431 9.23325 12.5531 9.16958 12.5755 9.10981C12.5978 9.05005 12.6321 8.99544 12.6762 8.9493C12.7202 8.90315 12.7732 8.86641 12.8319 8.84132C12.8905 8.81622 12.9537 8.80328 13.0175 8.80328C13.0813 8.80328 13.1445 8.81622 13.2031 8.84132C13.2618 8.86641 13.3148 8.90315 13.3588 8.9493C13.4029 8.99544 13.4372 9.05005 13.4595 9.10981C13.4819 9.16958 13.4919 9.23325 13.489 9.297V12.984H14.949ZM9.092 11.892H10.426L9.788 10.185L9.092 11.892ZM11.615 12.38L11.96 13.305C11.9838 13.3635 11.9957 13.4262 11.9948 13.4893C11.994 13.5525 11.9805 13.6148 11.9551 13.6727C11.9298 13.7305 11.8931 13.7827 11.8472 13.8261C11.8013 13.8694 11.7471 13.9032 11.688 13.9253C11.6288 13.9474 11.5658 13.9574 11.5027 13.9546C11.4396 13.9519 11.3777 13.9366 11.3206 13.9095C11.2635 13.8825 11.2125 13.8442 11.1705 13.7971C11.1285 13.7499 11.0963 13.6948 11.076 13.635L10.778 12.836H8.708L8.377 13.649C8.35356 13.7064 8.31904 13.7586 8.27543 13.8026C8.23181 13.8467 8.17994 13.8817 8.12279 13.9057C8.06563 13.9297 8.00431 13.9422 7.94232 13.9425C7.88033 13.9428 7.81889 13.9309 7.7615 13.9075C7.70411 13.8841 7.6519 13.8495 7.60785 13.8059C7.56381 13.7623 7.52878 13.7104 7.50478 13.6533C7.48077 13.5961 7.46826 13.5348 7.46796 13.4728C7.46765 13.4108 7.47956 13.3494 7.503 13.292L9.163 9.217C9.21363 9.08483 9.30335 8.97124 9.4202 8.89138C9.53705 8.81152 9.67547 8.76917 9.817 8.77C9.95733 8.7758 10.0926 8.8243 10.2046 8.90899C10.3166 8.99369 10.4002 9.11057 10.444 9.244L11.49 12.044C11.5714 12.1307 11.6168 12.2451 11.617 12.364L11.615 12.38ZM8.293 9.302C8.293 9.562 8.083 9.774 7.822 9.774H6.682V13.51C6.682 13.6353 6.63222 13.7555 6.54361 13.8441C6.455 13.9327 6.33481 13.9825 6.2095 13.9825C6.08419 13.9825 5.964 13.9327 5.87539 13.8441C5.78678 13.7555 5.737 13.6353 5.737 13.51V9.774H4.577C4.45182 9.774 4.33176 9.72427 4.24325 9.63575C4.15473 9.54724 4.105 9.42718 4.105 9.302C4.105 9.17682 4.15473 9.05676 4.24325 8.96825C4.33176 8.87973 4.45182 8.83 4.577 8.83H7.822C8.082 8.83 8.293 9.041 8.293 9.302Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 3H21C21.2652 3 21.5196 3.10536 21.7071 3.29289C21.8946 3.48043 22 3.73478 22 4V20C22 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 20V4C2 3.73478 2.10536 3.48043 2.29289 3.29289C2.48043 3.10536 2.73478 3 3 3ZM5 7V9H7V7H5ZM5 11V13H7V11H5ZM5 15V17H19V15H5ZM9 11V13H11V11H9ZM9 7V9H11V7H9ZM13 7V9H15V7H13ZM17 7V9H19V7H17ZM13 11V13H15V11H13ZM17 11V13H19V11H17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5V19H20V5H4ZM3 3H21C21.2652 3 21.5196 3.10536 21.7071 3.29289C21.8946 3.48043 22 3.73478 22 4V20C22 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 20V4C2 3.73478 2.10536 3.48043 2.29289 3.29289C2.48043 3.10536 2.73478 3 3 3ZM6 7H8V9H6V7ZM6 11H8V13H6V11ZM6 15H18V17H6V15ZM11 11H13V13H11V11ZM11 7H13V9H11V7ZM16 7H18V9H16V7ZM16 11H18V13H16V11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 3V5C21 14.627 15.627 19 9 19H7.098C7.31 15.988 8.248 14.165 10.696 11.999C11.9 10.934 11.798 10.319 11.205 10.672C7.121 13.102 5.093 16.386 5.003 21.63L5 22H3C3 20.637 3.116 19.4 3.346 18.268C3.116 16.974 3 15.218 3 13C3 7.477 7.477 3 13 3C15 3 17 4 21 3Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 3V5C21 14.627 15.627 19 9 19H5.243C5.08 19.912 5 20.907 5 22H3C3 20.637 3.116 19.4 3.346 18.268C3.116 16.974 3 15.218 3 13C3 7.477 7.477 3 13 3C15 3 17 4 21 3ZM13 5C8.582 5 5 8.582 5 13C5 13.362 5.003 13.711 5.01 14.046C6.264 12.068 8.101 10.505 10.504 9.132L11.496 10.868C8.641 12.5 6.747 14.354 5.776 17H9C15.015 17 18.871 13.027 18.997 5.388C17.625 5.521 16.35 5.436 14.777 5.2C13.627 5.027 13.401 5 13 5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 18H7.94096C7.64396 16.727 6.30396 15.686 5.75396 15C4.81215 13.8233 4.22191 12.4044 4.05122 10.9069C3.88054 9.40944 4.13636 7.89418 4.78921 6.53572C5.44207 5.17725 6.46539 4.03085 7.74132 3.22856C9.01724 2.42627 10.4938 2.00074 12.001 2.00098C13.5082 2.00122 14.9847 2.42722 16.2604 3.22992C17.536 4.03262 18.559 5.17935 19.2114 6.53803C19.8638 7.8967 20.1192 9.41204 19.948 10.9095C19.7768 12.4069 19.1861 13.8256 18.244 15.002C17.694 15.687 16.356 16.728 16.059 18H13V13H11V18ZM16 20V21C16 21.5304 15.7892 22.0391 15.4142 22.4142C15.0391 22.7893 14.5304 23 14 23H9.99996C9.46953 23 8.96082 22.7893 8.58575 22.4142C8.21067 22.0391 7.99996 21.5304 7.99996 21V20H16Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.97302 18H11V13H13V18H14.027C14.159 16.798 14.772 15.806 15.767 14.723C15.88 14.601 16.599 13.856 16.684 13.75C17.3903 12.8676 17.833 11.8037 17.9611 10.6807C18.0893 9.55781 17.8976 8.42151 17.4083 7.40271C16.9189 6.38392 16.1518 5.52406 15.1951 4.92215C14.2385 4.32025 13.1313 4.00078 12.0011 4.00054C10.8709 4.0003 9.76356 4.31929 8.80668 4.92079C7.8498 5.52228 7.08227 6.38182 6.59248 7.4004C6.10269 8.41899 5.91056 9.55521 6.03821 10.6782C6.16587 11.8012 6.60811 12.8653 7.31402 13.748C7.40002 13.855 8.12102 14.601 8.23202 14.722C9.22802 15.806 9.84102 16.798 9.97302 18ZM10 20V21H14V20H10ZM5.75402 15C4.81221 13.8233 4.22197 12.4044 4.05129 10.9069C3.8806 9.40944 4.13642 7.89418 4.78927 6.53572C5.44213 5.17725 6.46546 4.03085 7.74138 3.22856C9.0173 2.42627 10.4939 2.00074 12.0011 2.00098C13.5083 2.00122 14.9848 2.42722 16.2604 3.22992C17.5361 4.03262 18.5591 5.17935 19.2115 6.53803C19.8639 7.8967 20.1192 9.41204 19.9481 10.9095C19.7769 12.4069 19.1862 13.8256 18.244 15.002C17.624 15.774 16 17 16 18.5V21C16 21.5304 15.7893 22.0391 15.4142 22.4142C15.0392 22.7893 14.5305 23 14 23H10C9.46959 23 8.96088 22.7893 8.58581 22.4142C8.21073 22.0391 8.00002 21.5304 8.00002 21V18.5C8.00002 17 6.37502 15.774 5.75402 15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 10H20L11 23V14H4L13 1V10Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 9H21L11 24V15H4L13 0V9ZM11 11V7.22L7.532 13H13V17.394L17.263 11H11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 3V19H21V21H3V3H5ZM19.94 5.94L22.06 8.06L16 14.122L13 11.122L9.06 15.062L6.94 12.94L13 6.88L16 9.88L19.94 5.94Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 3V19H21V21H3V3H5ZM20.293 6.293L21.707 7.707L16 13.414L13 10.415L8.707 14.707L7.293 13.293L13 7.586L16 10.585L20.293 6.293Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.663 10.268C18.6627 10.4073 18.6072 10.5409 18.5086 10.6393C18.41 10.7377 18.2763 10.793 18.137 10.793H16.675V11.731H18.137C18.2078 11.7279 18.2785 11.7392 18.3448 11.7641C18.4112 11.7891 18.4718 11.8272 18.5229 11.8763C18.5741 11.9253 18.6149 11.9841 18.6427 12.0493C18.6706 12.1145 18.6849 12.1846 18.6849 12.2555C18.6849 12.3264 18.6706 12.3965 18.6427 12.4617C18.6149 12.5269 18.5741 12.5857 18.5229 12.6347C18.4718 12.6838 18.4112 12.7219 18.3448 12.7469C18.2785 12.7718 18.2078 12.7831 18.137 12.78H16.15C16.0115 12.7789 15.8791 12.7233 15.7813 12.6252C15.6836 12.5271 15.6285 12.3945 15.628 12.256V8.28C15.628 7.993 15.863 7.755 16.153 7.755H18.141C18.2802 7.7554 18.4136 7.81109 18.5118 7.90983C18.61 8.00857 18.6649 8.14226 18.6645 8.2815C18.6641 8.42074 18.6084 8.55412 18.5097 8.65229C18.4109 8.75047 18.2772 8.8054 18.138 8.805H16.676V9.743H18.138C18.429 9.743 18.664 9.98 18.664 10.268H18.663ZM14.565 12.753C14.5113 12.77 14.4553 12.7784 14.399 12.778C14.3167 12.7798 14.2351 12.7619 14.1612 12.7257C14.0872 12.6895 14.0231 12.6361 13.974 12.57L11.938 9.806V12.256C11.928 12.388 11.8685 12.5113 11.7714 12.6013C11.6744 12.6913 11.5469 12.7413 11.4145 12.7413C11.2821 12.7413 11.1546 12.6913 11.0576 12.6013C10.9605 12.5113 10.901 12.388 10.891 12.256V8.28C10.8907 8.14173 10.9453 8.009 11.0428 7.91095C11.1403 7.8129 11.2727 7.75753 11.411 7.757C11.573 7.757 11.723 7.843 11.823 7.968L13.875 10.743V8.28C13.875 7.993 14.11 7.755 14.4 7.755C14.687 7.755 14.925 7.993 14.925 8.28V12.256C14.9249 12.3662 14.89 12.4735 14.8254 12.5627C14.7607 12.6519 14.6696 12.7185 14.565 12.753ZM9.615 12.78C9.47636 12.7792 9.34364 12.7237 9.2457 12.6256C9.14776 12.5275 9.09253 12.3946 9.092 12.256V8.28C9.092 7.993 9.328 7.755 9.617 7.755C9.906 7.755 10.141 7.993 10.141 8.28V12.256C10.1402 12.3951 10.0845 12.5282 9.98594 12.6264C9.88741 12.7245 9.75408 12.7797 9.615 12.78ZM8.085 12.78H6.098C5.95918 12.7792 5.82625 12.7238 5.72799 12.6257C5.62973 12.5276 5.57405 12.3948 5.573 12.256V8.28C5.58447 8.14867 5.64475 8.02641 5.74194 7.93735C5.83913 7.84828 5.96617 7.79887 6.098 7.79887C6.22983 7.79887 6.35687 7.84828 6.45406 7.93735C6.55125 8.02641 6.61153 8.14867 6.623 8.28V11.73H8.087C8.22624 11.73 8.35977 11.7853 8.45823 11.8838C8.55669 11.9822 8.612 12.1158 8.612 12.255C8.612 12.3942 8.55669 12.5278 8.45823 12.6262C8.35977 12.7247 8.22624 12.78 8.087 12.78H8.085ZM12 2C6.487 2 2 5.643 2 10.118C2 14.128 5.558 17.487 10.363 18.125C10.688 18.193 11.132 18.34 11.244 18.617C11.344 18.867 11.31 19.255 11.276 19.517L11.139 20.367C11.102 20.617 10.939 21.355 12.013 20.904C13.089 20.455 17.777 17.506 19.877 15.092C21.313 13.517 22 11.905 22 10.118C22 5.643 17.512 2 12 2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22 10.69C22 12.477 21.313 14.09 19.877 15.664C17.777 18.078 13.089 21.027 12.013 21.476C10.939 21.927 11.102 21.189 11.139 20.939L11.276 20.089C11.31 19.827 11.344 19.439 11.244 19.189C11.132 18.912 10.688 18.765 10.363 18.697C5.558 18.059 2 14.7 2 10.69C2 6.21499 6.487 2.57199 12 2.57199C17.512 2.57199 22 6.21499 22 10.69ZM18.4 14.315C19.513 13.095 20 11.954 20 10.69C20 7.42199 16.49 4.57199 12 4.57199C7.51 4.57199 4 7.42199 4 10.69C4 13.595 6.728 16.197 10.626 16.714L10.773 16.74C11.851 16.966 12.657 17.354 13.102 18.448L13.138 18.544C14.944 17.368 17.312 15.564 18.399 14.315H18.4ZM18.138 10.315C18.2716 10.3232 18.3971 10.3821 18.4888 10.4797C18.5805 10.5772 18.6316 10.7061 18.6316 10.84C18.6316 10.9739 18.5805 11.1027 18.4888 11.2003C18.3971 11.2978 18.2716 11.3567 18.138 11.365H16.675V12.303H18.137C18.2078 12.2999 18.2785 12.3112 18.3448 12.3361C18.4112 12.3611 18.4718 12.3992 18.5229 12.4482C18.5741 12.4973 18.6149 12.5561 18.6427 12.6213C18.6706 12.6865 18.6849 12.7566 18.6849 12.8275C18.6849 12.8984 18.6706 12.9685 18.6427 13.0337C18.6149 13.0989 18.5741 13.1577 18.5229 13.2067C18.4718 13.2557 18.4112 13.2939 18.3448 13.3188C18.2785 13.3438 18.2078 13.3551 18.137 13.352H16.15C16.0115 13.3509 15.8791 13.2953 15.7813 13.1972C15.6836 13.0991 15.6285 12.9665 15.628 12.828V8.85199C15.628 8.56499 15.863 8.32699 16.153 8.32699H18.141C18.2802 8.32739 18.4136 8.38308 18.5118 8.48182C18.61 8.58056 18.6649 8.71425 18.6645 8.85349C18.6641 8.99273 18.6084 9.12611 18.5097 9.22428C18.4109 9.32246 18.2772 9.37739 18.138 9.37699H16.676V10.315H18.138ZM14.925 12.828C14.9247 12.8968 14.9109 12.9649 14.8843 13.0284C14.8578 13.0918 14.819 13.1495 14.7701 13.1979C14.7213 13.2464 14.6634 13.2848 14.5997 13.3109C14.536 13.337 14.4678 13.3503 14.399 13.35C14.3167 13.3518 14.2351 13.3339 14.1612 13.2977C14.0872 13.2615 14.0231 13.2081 13.974 13.142L11.938 10.378V12.828C11.928 12.96 11.8685 13.0833 11.7714 13.1733C11.6744 13.2633 11.5469 13.3133 11.4145 13.3133C11.2821 13.3133 11.1546 13.2633 11.0576 13.1733C10.9605 13.0833 10.901 12.96 10.891 12.828V8.85199C10.8907 8.71372 10.9453 8.58099 11.0428 8.48294C11.1403 8.38489 11.2727 8.32952 11.411 8.32899C11.573 8.32899 11.723 8.41499 11.823 8.53999L13.875 11.315V8.85199C13.875 8.56499 14.11 8.32699 14.4 8.32699C14.687 8.32699 14.925 8.56499 14.925 8.85199V12.828ZM10.141 12.828C10.1402 12.9671 10.0845 13.1002 9.98594 13.1983C9.88741 13.2965 9.75408 13.3517 9.615 13.352C9.47636 13.3512 9.34364 13.2957 9.2457 13.1976C9.14776 13.0995 9.09253 12.9666 9.092 12.828V8.85199C9.092 8.56499 9.328 8.32699 9.617 8.32699C9.906 8.32699 10.141 8.56499 10.141 8.85199V12.828ZM8.086 13.352H6.097C5.95818 13.3512 5.82525 13.2958 5.72699 13.1977C5.62873 13.0996 5.57305 12.9668 5.572 12.828V8.85199C5.58347 8.72066 5.64375 8.5984 5.74094 8.50934C5.83813 8.42027 5.96517 8.37086 6.097 8.37086C6.22883 8.37086 6.35587 8.42027 6.45306 8.50934C6.55025 8.5984 6.61053 8.72066 6.622 8.85199V12.302H8.086C8.22524 12.302 8.35878 12.3573 8.45723 12.4558C8.55569 12.5542 8.611 12.6878 8.611 12.827C8.611 12.9662 8.55569 13.0998 8.45723 13.1982C8.35878 13.2967 8.22524 13.352 8.086 13.352Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.364 15.536L16.95 14.12L18.364 12.706C18.8316 12.2425 19.2031 11.6911 19.4571 11.0836C19.7111 10.4761 19.8425 9.82442 19.844 9.16597C19.8454 8.50752 19.7168 7.85527 19.4655 7.24666C19.2142 6.63806 18.8451 6.08508 18.3795 5.61949C17.9139 5.15389 17.361 4.78484 16.7524 4.53353C16.1437 4.28222 15.4915 4.15359 14.833 4.15503C14.1746 4.15647 13.5229 4.28796 12.9154 4.54193C12.3079 4.79591 11.7566 5.16737 11.293 5.635L9.87901 7.05L8.46401 5.636L9.88001 4.222C11.1928 2.90918 12.9734 2.17165 14.83 2.17165C16.6866 2.17165 18.4672 2.90918 19.78 4.222C21.0928 5.53483 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.17101 21.8284C7.3144 21.8284 5.53383 21.0908 4.22101 19.778C2.90819 18.4652 2.17065 16.6846 2.17065 14.828C2.17065 12.9714 2.90819 11.1908 4.22101 9.878L5.63601 8.464L7.05001 9.88L5.63601 11.294C5.16838 11.7576 4.79692 12.3089 4.54294 12.9164C4.28896 13.5239 4.15748 14.1756 4.15604 14.834C4.1546 15.4925 4.28323 16.1447 4.53454 16.7533C4.78585 17.362 5.1549 17.9149 5.62049 18.3805C6.08609 18.8461 6.63906 19.2152 7.24767 19.4665C7.85628 19.7178 8.50853 19.8464 9.16698 19.845C9.82543 19.8435 10.4771 19.7121 11.0846 19.4581C11.6921 19.2041 12.2435 18.8326 12.707 18.365L14.121 16.951L15.536 18.365V18.364ZM14.828 7.757L16.243 9.172L9.17201 16.242L7.75701 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="M18.364 15.536L16.95 14.12L18.364 12.706C18.8316 12.2425 19.2031 11.6911 19.4571 11.0836C19.7111 10.4761 19.8425 9.82442 19.844 9.16597C19.8454 8.50752 19.7168 7.85527 19.4655 7.24666C19.2142 6.63806 18.8451 6.08508 18.3795 5.61949C17.9139 5.15389 17.361 4.78484 16.7524 4.53353C16.1437 4.28222 15.4915 4.15359 14.833 4.15503C14.1746 4.15647 13.5229 4.28796 12.9154 4.54193C12.3079 4.79591 11.7566 5.16737 11.293 5.635L9.87901 7.05L8.46401 5.636L9.88001 4.222C11.1928 2.90918 12.9734 2.17165 14.83 2.17165C16.6866 2.17165 18.4672 2.90918 19.78 4.222C21.0928 5.53483 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.17101 21.8284C7.3144 21.8284 5.53383 21.0908 4.22101 19.778C2.90819 18.4652 2.17065 16.6846 2.17065 14.828C2.17065 12.9714 2.90819 11.1908 4.22101 9.878L5.63601 8.464L7.05001 9.88L5.63601 11.294C5.16838 11.7576 4.79692 12.3089 4.54294 12.9164C4.28896 13.5239 4.15748 14.1756 4.15604 14.834C4.1546 15.4925 4.28323 16.1447 4.53454 16.7533C4.78585 17.362 5.1549 17.9149 5.62049 18.3805C6.08609 18.8461 6.63906 19.2152 7.24767 19.4665C7.85628 19.7178 8.50853 19.8464 9.16698 19.845C9.82543 19.8435 10.4771 19.7121 11.0846 19.4581C11.6921 19.2041 12.2435 18.8326 12.707 18.365L14.121 16.951L15.536 18.365V18.364ZM14.828 7.757L16.243 9.172L9.17201 16.242L7.75701 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="M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.025L21.83 12.634L22.83 14.366L21.914 15.171C22.0293 15.7177 22.0293 16.2823 21.914 16.829L22.83 17.634L21.83 19.366L20.674 18.975C20.264 19.345 19.776 19.63 19.239 19.805L19 21H17L16.76 19.804C16.2293 19.6306 15.7408 19.3478 15.326 18.974L14.17 19.366L13.17 17.634L14.086 16.829C13.9707 16.2823 13.9707 15.7177 14.086 15.171L13.17 14.366L14.17 12.634L15.326 13.025C15.736 12.655 16.224 12.37 16.761 12.195L17 11H19L19.24 12.196C19.776 12.37 20.264 12.656 20.674 13.026V13.025ZM18 17C18.2652 17 18.5196 16.8946 18.7071 16.7071C18.8946 16.5196 19 16.2652 19 16C19 15.7348 18.8946 15.4804 18.7071 15.2929C18.5196 15.1054 18.2652 15 18 15C17.7348 15 17.4804 15.1054 17.2929 15.2929C17.1054 15.4804 17 15.7348 17 16C17 16.2652 17.1054 16.5196 17.2929 16.7071C17.4804 16.8946 17.7348 17 18 17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.025L21.83 12.634L22.83 14.366L21.914 15.171C22.0293 15.7177 22.0293 16.2823 21.914 16.829L22.83 17.634L21.83 19.366L20.674 18.975C20.264 19.345 19.776 19.63 19.239 19.805L19 21H17L16.76 19.804C16.2293 19.6306 15.7408 19.3478 15.326 18.974L14.17 19.366L13.17 17.634L14.086 16.829C13.9707 16.2823 13.9707 15.7177 14.086 15.171L13.17 14.366L14.17 12.634L15.326 13.025C15.736 12.655 16.224 12.37 16.761 12.195L17 11H19L19.24 12.196C19.776 12.37 20.264 12.656 20.674 13.026V13.025ZM18 18C18.5304 18 19.0391 17.7893 19.4142 17.4142C19.7893 17.0391 20 16.5304 20 16C20 15.4696 19.7893 14.9609 19.4142 14.5858C19.0391 14.2107 18.5304 14 18 14C17.4696 14 16.9609 14.2107 16.5858 14.5858C16.2107 14.9609 16 15.4696 16 16C16 16.5304 16.2107 17.0391 16.5858 17.4142C16.9609 17.7893 17.4696 18 18 18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18 9H20C20.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 9H6V8C6 6.4087 6.63214 4.88258 7.75736 3.75736C8.88258 2.63214 10.4087 2 12 2C13.5913 2 15.1174 2.63214 16.2426 3.75736C17.3679 4.88258 18 6.4087 18 8V9ZM11 16.732V19H13V16.732C13.3813 16.5119 13.6793 16.1721 13.8478 15.7653C14.0162 15.3586 14.0458 14.9076 13.9319 14.4823C13.8179 14.057 13.5668 13.6813 13.2175 13.4132C12.8682 13.1452 12.4403 12.9999 12 12.9999C11.5597 12.9999 11.1318 13.1452 10.7825 13.4132C10.4332 13.6813 10.1821 14.057 10.0681 14.4823C9.9542 14.9076 9.98376 15.3586 10.1522 15.7653C10.3207 16.1721 10.6187 16.5119 11 16.732ZM16 9V8C16 6.93913 15.5786 5.92172 14.8284 5.17157C14.0783 4.42143 13.0609 4 12 4C10.9391 4 9.92172 4.42143 9.17157 5.17157C8.42143 5.92172 8 6.93913 8 8V9H16Z"/></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 8V9H4C3.44772 9 3 9.44772 3 10V22C3 22.5523 3.44772 23 4 23H20C20.5523 23 21 22.5523 21 22V10C21 9.44772 20.5523 9 20 9H18V8C18 4.68629 15.3137 2 12 2C8.68629 2 6 4.68629 6 8ZM5 21V11H19V21H5ZM11 16.732C10.2161 16.2794 9.83386 15.3567 10.0681 14.4823C10.3024 13.6079 11.0948 12.9999 12 12.9999C12.9052 12.9999 13.6976 13.6079 13.9319 14.4823C14.1661 15.3567 13.7839 16.2794 13 16.732V19H11V16.732ZM16 8V9H8V8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 22C4.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 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 22H5ZM15 16L20 12L15 8V11H9V13H15V16Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 22C4.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 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V6H18V4H6V20H18V18H20V21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22H5ZM18 16V13H11V11H18V8L23 12L18 16Z"/></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="M3 3C2.44772 3 2 3.44772 2 4V15.6907L22 10.2361V4C22 3.44772 21.5523 3 21 3H3ZM5 10V6H7V10H5ZM9 6V10H11V6H9ZM11.5 10V6H12.5V10H11.5ZM7.5 6V10H8.5V6H7.5Z"/><path d="M22 12.3092L2 17.7637V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V12.3092Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 7V11H8V7H6Z"/><path d="M10 11V7H12V11H10Z"/><path d="M12.5 7V11H13.5V7H12.5Z"/><path d="M8.5 11V7H9.5V11H8.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3H3ZM4 15.1454V5H20V10.7817L4 15.1454ZM4 17.2184V19H20V12.8548L4 17.2184Z"/></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 20V18H21.008C21.545 18 22 17.549 22 16.993V4.007C22 3.449 21.556 3 21.008 3H2.99204C2.45504 3 2.00004 3.451 2.00004 4.007V16.993C1.99764 17.2582 2.10091 17.5135 2.28703 17.7024C2.47316 17.8913 2.72683 17.9984 2.99204 18H10V20L7.99604 21.004L8.00004 22H16V21L14 20ZM4.00004 16V14H20V16H4.00004Z"/></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 20V18H21.008C21.545 18 22 17.549 22 16.993V4.007C22 3.449 21.556 3 21.008 3H2.99204C2.45504 3 2.00004 3.451 2.00004 4.007V16.993C1.99764 17.2582 2.10091 17.5135 2.28703 17.7024C2.47316 17.8913 2.72683 17.9984 2.99204 18H10V20L7.99604 21.004L8.00004 22H16V21L14 20ZM4.00004 14V5H20V14H4.00004Z"/></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.992 3C2.455 3 2 3.45 2 4.007V17H22V4.007C22 3.45 21.556 3 21.008 3H2.992ZM23 19H1V21H23V19Z"/></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 4.007C2 3.451 2.455 3 2.992 3H21.008C21.556 3 22 3.449 22 4.007V18H2V4.007ZM4 5V16H20V5H4ZM23 19H1V21H23V19Z"/></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 3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3ZM5.648 6.238L12.06 11.683H12.061L18.346 6.244L19.654 7.757L12.073 14.317L4.353 7.762L5.648 6.238Z"/></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="M3 3H21C21.2652 3 21.5196 3.10536 21.7071 3.29289C21.8946 3.48043 22 3.73478 22 4V20C22 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 20V4C2 3.73478 2.10536 3.48043 2.29289 3.29289C2.48043 3.10536 2.73478 3 3 3ZM20 7.238L12.072 14.338L4 7.216V19H20V7.238ZM4.511 5L12.061 11.662L19.502 5H4.511Z"/></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 5.5V3.993C2.00381 3.44656 2.44556 3.00436 2.992 3H21.008C21.556 3 22 3.445 22 3.993V20.007C21.9962 20.5534 21.5544 20.9956 21.008 21H2.992C2.44397 20.9994 2 20.555 2 20.007V19H20V7.3L12 14.5L2 5.5ZM0 10H5V12H0V10ZM8 15H0V17H8V15Z"/></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.008 21C21.5544 20.9956 21.9962 20.5534 22 20.007V4C22 3.44772 21.5523 3 21 3H3C2.44772 3 2 3.44772 2 4V5.5L12 14.5L20 7.3V19H2V20.007C2 20.555 2.44397 20.9994 2.992 21H21.008ZM12 11.81L4.434 5H19.566L12 11.81ZM0 15H8V17H0V15ZM5 10H0V12H5V10Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.364 17.364L12 23.728L5.636 17.364C4.37734 16.1053 3.52019 14.5017 3.17293 12.7558C2.82567 11.01 3.00391 9.20041 3.6851 7.55588C4.36629 5.91136 5.51984 4.50575 6.99988 3.51683C8.47992 2.5279 10.22 2.00006 12 2.00006C13.78 2.00006 15.5201 2.5279 17.0001 3.51683C18.4802 4.50575 19.6337 5.91136 20.3149 7.55588C20.9961 9.20041 21.1743 11.01 20.8271 12.7558C20.4798 14.5017 19.6227 16.1053 18.364 17.364ZM12 15C13.0609 15 14.0783 14.5786 14.8284 13.8284C15.5786 13.0783 16 12.0608 16 11C16 9.93912 15.5786 8.9217 14.8284 8.17156C14.0783 7.42141 13.0609 6.99998 12 6.99998C10.9391 6.99998 9.92172 7.42141 9.17158 8.17156C8.42143 8.9217 8 9.93912 8 11C8 12.0608 8.42143 13.0783 9.17158 13.8284C9.92172 14.5786 10.9391 15 12 15ZM12 13C11.4696 13 10.9609 12.7893 10.5858 12.4142C10.2107 12.0391 10 11.5304 10 11C10 10.4696 10.2107 9.96084 10.5858 9.58577C10.9609 9.2107 11.4696 8.99998 12 8.99998C12.5304 8.99998 13.0391 9.2107 13.4142 9.58577C13.7893 9.96084 14 10.4696 14 11C14 11.5304 13.7893 12.0391 13.4142 12.4142C13.0391 12.7893 12.5304 13 12 13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 20.9L16.95 15.95C17.9289 14.971 18.5955 13.7237 18.8656 12.3659C19.1356 11.008 18.9969 9.60058 18.4671 8.32154C17.9373 7.0425 17.04 5.94929 15.8889 5.18015C14.7378 4.41101 13.3844 4.00049 12 4.00049C10.6156 4.00049 9.26222 4.41101 8.11109 5.18015C6.95996 5.94929 6.06275 7.0425 5.53292 8.32154C5.00308 9.60058 4.86442 11.008 5.13445 12.3659C5.40449 13.7237 6.07111 14.971 7.05 15.95L12 20.9ZM12 23.728L5.636 17.364C4.37734 16.1053 3.52019 14.5017 3.17293 12.7558C2.82567 11.01 3.00391 9.20041 3.6851 7.55588C4.36629 5.91136 5.51984 4.50575 6.99988 3.51683C8.47992 2.5279 10.22 2.00006 12 2.00006C13.78 2.00006 15.5201 2.5279 17.0001 3.51683C18.4802 4.50575 19.6337 5.91136 20.3149 7.55588C20.9961 9.20041 21.1743 11.01 20.8271 12.7558C20.4798 14.5017 19.6227 16.1053 18.364 17.364L12 23.728ZM12 13C12.5304 13 13.0391 12.7893 13.4142 12.4142C13.7893 12.0391 14 11.5304 14 11C14 10.4696 13.7893 9.96084 13.4142 9.58577C13.0391 9.2107 12.5304 8.99998 12 8.99998C11.4696 8.99998 10.9609 9.2107 10.5858 9.58577C10.2107 9.96084 10 10.4696 10 11C10 11.5304 10.2107 12.0391 10.5858 12.4142C10.9609 12.7893 11.4696 13 12 13ZM12 15C10.9391 15 9.92172 14.5786 9.17158 13.8284C8.42143 13.0783 8 12.0608 8 11C8 9.93912 8.42143 8.9217 9.17158 8.17156C9.92172 7.42141 10.9391 6.99998 12 6.99998C13.0609 6.99998 14.0783 7.42141 14.8284 8.17156C15.5786 8.9217 16 9.93912 16 11C16 12.0608 15.5786 13.0783 14.8284 13.8284C14.0783 14.5786 13.0609 15 12 15Z"/></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.13 6.07201C9.39546 7.55261 8.39756 9.71947 8.4 12C8.39765 14.2795 9.39473 16.4455 11.128 17.926C8.26888 19.531 4.67151 18.8665 2.57447 16.346C0.477438 13.8254 0.478364 10.1672 2.57668 7.64772C4.67499 5.12825 8.27269 4.46555 11.131 6.07201H11.13ZM12 6.65401C13.6406 7.94177 14.5979 9.91239 14.596 11.998C14.5972 14.0829 13.64 16.0527 12 17.34C10.3597 16.0525 9.40245 14.0823 9.404 11.997C9.40245 9.91174 10.3597 7.94155 12 6.65401ZM15.6 12C15.6024 14.2795 14.6053 16.4455 12.872 17.926H12.873C15.7321 19.531 19.3295 18.8665 21.4265 16.346C23.5236 13.8254 23.5226 10.1672 21.4243 7.64772C19.326 5.12825 15.7283 4.46555 12.87 6.07201C14.6046 7.55261 15.6024 9.71947 15.6 12Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 18.294C10.8911 18.9455 9.62977 19.2925 8.34366 19.2999C7.05755 19.3072 5.79232 18.9747 4.67606 18.3359C3.55979 17.697 2.63212 16.7746 1.98693 15.662C1.34174 14.5494 1.00195 13.2861 1.00195 12C1.00195 10.7139 1.34174 9.45058 1.98693 8.33798C2.63212 7.22538 3.55979 6.30299 4.67606 5.66417C5.79232 5.02535 7.05755 4.69278 8.34366 4.70013C9.62977 4.70748 10.8911 5.05448 12 5.70601C13.1089 5.05448 14.3702 4.70748 15.6563 4.70013C16.9425 4.69278 18.2077 5.02535 19.3239 5.66417C20.4402 6.30299 21.3679 7.22538 22.0131 8.33798C22.6583 9.45058 22.9981 10.7139 22.9981 12C22.9981 13.2861 22.6583 14.5494 22.0131 15.662C21.3679 16.7746 20.4402 17.697 19.3239 18.3359C18.2077 18.9747 16.9425 19.3072 15.6563 19.2999C14.3702 19.2925 13.1089 18.9455 12 18.294ZM13.702 16.91C14.5067 17.237 15.3794 17.3613 16.2434 17.2718C17.1074 17.1824 17.9361 16.8819 18.6567 16.3969C19.3773 15.912 19.9676 15.2573 20.3758 14.4906C20.784 13.7239 20.9975 12.8686 20.9975 12C20.9975 11.1314 20.784 10.2761 20.3758 9.50942C19.9676 8.7427 19.3773 8.08806 18.6567 7.60308C17.9361 7.11811 17.1074 6.81767 16.2434 6.7282C15.3794 6.63874 14.5067 6.76298 13.702 7.09001C14.9255 8.43228 15.6026 10.1838 15.6 12C15.6 13.89 14.881 15.614 13.702 16.91ZM10.298 7.09001C9.49332 6.76298 8.6206 6.63874 7.75662 6.7282C6.89265 6.81767 6.0639 7.11811 5.34331 7.60308C4.62271 8.08806 4.03236 8.7427 3.62418 9.50942C3.21601 10.2761 3.00253 11.1314 3.00253 12C3.00253 12.8686 3.21601 13.7239 3.62418 14.4906C4.03236 15.2573 4.62271 15.912 5.34331 16.3969C6.0639 16.8819 6.89265 17.1824 7.75662 17.2718C8.6206 17.3613 9.49332 17.237 10.298 16.91C9.07446 15.5677 8.3974 13.8163 8.4 12C8.4 10.11 9.119 8.38601 10.298 7.09001ZM12 8.20501C11.4928 8.69825 11.0899 9.28832 10.815 9.94021C10.5402 10.5921 10.3991 11.2926 10.4 12C10.4 13.488 11.013 14.832 12 15.795C12.5072 15.3018 12.9101 14.7117 13.185 14.0598C13.4598 13.4079 13.6009 12.7075 13.6 12C13.6009 11.2926 13.4598 10.5921 13.185 9.94021C12.9101 9.28832 12.5072 8.69825 12 8.20501Z"/></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="M3 4H21V6H3V4ZM3 11H21V13H3V11ZM21 18H3V20H21V18Z"/></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="M3 4H21V6H3V4ZM3 11H21V13H3V11ZM21 18H3V20H21V18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.455 19L2 22.5V4C2 3.73478 2.10536 3.48043 2.29289 3.29289C2.48043 3.10536 2.73478 3 3 3H21C21.2652 3 21.5196 3.10536 21.7071 3.29289C21.8946 3.48043 22 3.73478 22 4V18C22 18.2652 21.8946 18.5196 21.7071 18.7071C21.5196 18.8946 21.2652 19 21 19H6.455ZM7 10V12H9V10H7ZM11 10V12H13V10H11ZM15 10V12H17V10H15Z"/></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.455 19L2 22.5V4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V18C22 18.5523 21.5523 19 21 19H6.455ZM5.763 17H20V5H4V18.385L5.763 17ZM13 10H11V12H13V10ZM7 10H9V12H7V10ZM17 10H15V12H17V10Z"/></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="M22 11.7C22 6.127 17.634 2 12 2C6.367 2 2 6.127 2 11.7C2 14.617 3.195 17.135 5.141 18.874C5.30481 19.0191 5.40172 19.2253 5.409 19.444L5.464 21.224C5.47223 21.49 5.61219 21.7345 5.8374 21.8763C6.06261 22.0181 6.34359 22.0386 6.587 21.931L8.571 21.055C8.73924 20.9811 8.9278 20.9673 9.105 21.016C10.0484 21.2733 11.0221 21.4025 12 21.4C17.634 21.4 22 17.273 22 11.7ZM6.684 15.168C6.263 15.488 5.713 14.984 5.995 14.537L8.932 9.877C9.15542 9.5226 9.51687 9.27778 9.92887 9.2018C10.3409 9.12582 10.7659 9.22561 11.101 9.477L13.438 11.227C13.6519 11.3885 13.9471 11.3885 14.161 11.227L17.316 8.831C17.737 8.512 18.287 9.016 18.005 9.464L15.068 14.124C14.8446 14.4784 14.4831 14.7232 14.0711 14.7992C13.6591 14.8752 13.2341 14.7754 12.899 14.524L10.562 12.774C10.3481 12.6125 10.0529 12.6125 9.839 12.774L6.684 15.168Z"/></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 2C17.634 2 22 6.127 22 11.7C22 17.273 17.634 21.4 12 21.4C11.0221 21.4025 10.0484 21.2733 9.105 21.016C8.9278 20.9673 8.73924 20.9811 8.571 21.055L6.587 21.931C6.34359 22.0386 6.06261 22.0181 5.8374 21.8763C5.61219 21.7345 5.47223 21.49 5.464 21.224L5.409 19.444C5.40172 19.2253 5.30481 19.0191 5.141 18.874C3.195 17.135 2 14.617 2 11.7C2 6.127 6.367 2 12 2ZM7.764 19.225C8.354 18.965 9.014 18.916 9.632 19.086C10.402 19.296 11.197 19.402 12 19.4C16.585 19.4 20 16.113 20 11.7C20 7.287 16.585 4 12 4C7.415 4 4 7.287 4 11.7C4 13.97 4.896 15.972 6.466 17.376C7.04252 17.8867 7.38325 18.6122 7.408 19.382L7.764 19.225ZM8.932 9.877L5.995 14.537V14.536C5.713 14.984 6.263 15.488 6.684 15.169L9.839 12.774C10.0529 12.6125 10.3481 12.6125 10.562 12.774L12.898 14.524C13.2332 14.7757 13.6584 14.8757 14.0707 14.7997C14.4829 14.7237 14.8446 14.4787 15.068 14.124L18.005 9.464C18.287 9.016 17.737 8.512 17.316 8.831L14.161 11.227C13.9471 11.3885 13.6519 11.3885 13.438 11.227L11.102 9.477C10.7668 9.22526 10.3416 9.12528 9.92931 9.20127C9.51705 9.27726 9.15541 9.52229 8.932 9.877Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.9999 1C12.6565 1 13.3067 1.12933 13.9133 1.3806C14.52 1.63188 15.0712 2.00017 15.5355 2.46447C15.9998 2.92876 16.3681 3.47995 16.6193 4.08658C16.8706 4.69321 16.9999 5.34339 16.9999 6V10C16.9999 11.3261 16.4731 12.5979 15.5355 13.5355C14.5978 14.4732 13.326 15 11.9999 15C10.6738 15 9.40208 14.4732 8.4644 13.5355C7.52672 12.5979 6.99993 11.3261 6.99993 10V6C6.99993 4.67392 7.52672 3.40215 8.4644 2.46447C9.40208 1.52678 10.6738 1 11.9999 1ZM3.05493 11H5.06993C5.31222 12.6648 6.1458 14.1867 7.41816 15.2873C8.69053 16.3879 10.3166 16.9936 11.9989 16.9936C13.6813 16.9936 15.3073 16.3879 16.5797 15.2873C17.8521 14.1867 18.6856 12.6648 18.9279 11H20.9439C20.7166 13.0287 19.8066 14.9199 18.3631 16.3635C16.9197 17.8071 15.0286 18.7174 12.9999 18.945V23H10.9999V18.945C8.97107 18.7176 7.07972 17.8074 5.63611 16.3638C4.1925 14.9202 3.28234 13.0289 3.05493 11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.0001 3C11.2044 3 10.4413 3.31607 9.87873 3.87868C9.31612 4.44129 9.00005 5.20435 9.00005 6V10C9.00005 10.7956 9.31612 11.5587 9.87873 12.1213C10.4413 12.6839 11.2044 13 12.0001 13C12.7957 13 13.5588 12.6839 14.1214 12.1213C14.684 11.5587 15.0001 10.7956 15.0001 10V6C15.0001 5.20435 14.684 4.44129 14.1214 3.87868C13.5588 3.31607 12.7957 3 12.0001 3ZM12.0001 1C12.6567 1 13.3068 1.12933 13.9135 1.3806C14.5201 1.63188 15.0713 2.00017 15.5356 2.46447C15.9999 2.92876 16.3682 3.47995 16.6195 4.08658C16.8707 4.69321 17.0001 5.34339 17.0001 6V10C17.0001 11.3261 16.4733 12.5979 15.5356 13.5355C14.5979 14.4732 13.3261 15 12.0001 15C10.674 15 9.4022 14.4732 8.46452 13.5355C7.52684 12.5979 7.00005 11.3261 7.00005 10V6C7.00005 4.67392 7.52684 3.40215 8.46452 2.46447C9.4022 1.52678 10.674 1 12.0001 1ZM3.05505 11H5.07005C5.31235 12.6648 6.14592 14.1867 7.41829 15.2873C8.69065 16.3879 10.3167 16.9936 11.9991 16.9936C13.6814 16.9936 15.3075 16.3879 16.5798 15.2873C17.8522 14.1867 18.6858 12.6648 18.9281 11H20.9441C20.7167 13.0287 19.8067 14.9199 18.3633 16.3635C16.9199 17.8071 15.0287 18.7174 13.0001 18.945V23H11.0001V18.945C8.97119 18.7176 7.07984 17.8074 5.63623 16.3638C4.19262 14.9202 3.28247 13.0289 3.05505 11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 4H8V6H4V4ZM16 19H20V21H16V19ZM2 9H12V11H2V9ZM14 9H20V11H14V9ZM4 14H10V16H4V14ZM12 14H22V16H12V14ZM10 4H22V6H10V4ZM2 19H14V21H2V19Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 4H8V6H4V4ZM16 19H20V21H16V19ZM2 9H7V11H2V9ZM9 9H12V11H9V9ZM14 9H20V11H14V9ZM4 14H10V16H4V14ZM12 14H15V16H12V14ZM17 14H22V16H17V14ZM10 4H22V6H10V4ZM2 19H14V21H2V19Z"/></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 3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3ZM13 12V13H16V15H13V17H11V15H8V13H11V12H8V10H10.586L8.464 7.88L9.879 6.464L12 8.586L14.121 6.464L15.536 7.879L13.414 10H16V12H13Z"/></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="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM16 13H13V12H16V10H13.414L15.536 7.879L14.121 6.464L12 8.586L9.88 6.464L8.464 7.879L10.586 10H8V12H11V13H8V15H11V17H13V15H16V13Z"/></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 3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3ZM8.5 16V14H14C14.2761 14 14.5 13.7761 14.5 13.5C14.5 13.2239 14.2761 13 14 13H10C8.61929 13 7.5 11.8807 7.5 10.5C7.5 9.11929 8.61929 8 10 8H11V6H13V8H15.5V10H10C9.72386 10 9.5 10.2239 9.5 10.5C9.5 10.7761 9.72386 11 10 11H14C15.3807 11 16.5 12.1193 16.5 13.5C16.5 14.8807 15.3807 16 14 16H13V18H11V16H8.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="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM14 14H8.5V16H11V18H13V16H14C15.3807 16 16.5 14.8807 16.5 13.5C16.5 12.1193 15.3807 11 14 11H10C9.72386 11 9.5 10.7761 9.5 10.5C9.5 10.2239 9.72386 10 10 10H15.5V8H13V6H11V8H10C8.61929 8 7.5 9.11929 7.5 10.5C7.5 11.8807 8.61929 13 10 13H14C14.2761 13 14.5 13.2239 14.5 13.5C14.5 13.7761 14.2761 14 14 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="M21 3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3ZM11.6803 9.13706C10.8459 9.42652 10.2262 10.1347 10.05 11L15 11.001V13.001L10.05 13C10.2265 13.8652 10.8463 14.573 11.6806 14.8623C12.5149 15.1515 13.4398 14.9792 14.114 14.409L15.815 15.543C14.6222 16.8431 12.7796 17.3261 11.1024 16.7784C9.4252 16.2308 8.22276 14.7535 8.027 13H7V11H8.028C8.2241 9.24698 9.42634 7.77019 11.1031 7.22259C12.78 6.675 14.6221 7.1576 15.815 8.457L14.114 9.59C13.4397 9.01977 12.5146 8.84759 11.6803 9.13706Z"/></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="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM15 11H10.05C10.2262 10.1347 10.8459 9.42652 11.6803 9.13706C12.5146 8.84759 13.4397 9.01977 14.114 9.59L15.815 8.457C14.6222 7.15694 12.7796 6.67391 11.1024 7.22157C9.4252 7.76923 8.22276 9.24652 8.027 11H7V13H8.028C8.22443 14.7526 9.42649 16.2289 11.1029 16.7764C12.7793 17.3239 14.621 16.8417 15.814 15.543L14.114 14.41C13.4397 14.9802 12.5146 15.1524 11.6803 14.8629C10.8459 14.5735 10.2262 13.8653 10.05 13H15V11Z"/></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 3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3ZM9 15V13H8V11H9V10C9.0015 8.32514 10.189 6.88595 11.8331 6.56644C13.4772 6.24693 15.1173 7.13661 15.746 8.689L13.76 9.185C13.3991 8.62621 12.7132 8.37189 12.0752 8.56029C11.4372 8.74868 10.9995 9.33477 11 10V11H14V13H11V15H16V17H8V15H9Z"/></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="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM8 13H9V15H8V17H16V15H11V13H14V11H11V10C10.998 9.33396 11.4357 8.74646 12.0745 8.55784C12.7133 8.36921 13.3999 8.6247 13.76 9.185L15.746 8.689C15.1191 7.13434 13.4778 6.24249 11.8323 6.56228C10.1868 6.88206 8.99904 8.32369 9 10V11H8V13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8.67008 5.00706C9.32639 3.61869 10.421 2.48467 11.7854 1.77974C13.1497 1.07481 14.708 0.838091 16.2201 1.10606C15.9623 1.89594 15.9283 2.74176 16.1217 3.5498C16.3152 4.35784 16.7286 5.09654 17.3161 5.68406C17.9036 6.27157 18.6423 6.68496 19.4503 6.87841C20.2584 7.07186 21.1042 7.03782 21.8941 6.78006C21.9641 7.17606 22.0001 7.58406 22.0001 8.00006C22.0018 9.17948 21.7042 10.34 21.1351 11.3731C21.9735 12.1117 22.5671 13.0881 22.8368 14.1725C23.1065 15.2568 23.0396 16.3976 22.6449 17.4429C22.2502 18.4882 21.5464 19.3886 20.6274 20.024C19.7083 20.6595 18.6175 20.9999 17.5001 21.0001H9.00008C6.90772 20.9989 4.8991 20.178 3.40481 18.7134C1.91052 17.2488 1.04951 15.257 1.00634 13.1651C0.963179 11.0732 1.7413 9.04761 3.1739 7.52261C4.6065 5.99761 6.57955 5.09456 8.67008 5.00706ZM10.8471 5.21406C12.1073 5.51436 13.276 6.11565 14.253 6.96641C15.2301 7.81718 15.9863 8.89208 16.4571 10.0991C17.4476 9.90922 18.4712 9.99395 19.4171 10.3441C19.6431 9.91906 19.8101 9.45906 19.9051 8.97406C18.3928 8.83468 16.9771 8.17035 15.9035 7.09633C14.8298 6.02231 14.1659 4.60634 14.0271 3.09406C12.7283 3.35205 11.5848 4.11441 10.8471 5.21406Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8.66996 5.00706C9.32627 3.61869 10.4209 2.48467 11.7852 1.77974C13.1496 1.07481 14.7078 0.838091 16.22 1.10606C15.9622 1.89594 15.9282 2.74176 16.1216 3.5498C16.3151 4.35784 16.7284 5.09654 17.316 5.68406C17.9035 6.27157 18.6422 6.68496 19.4502 6.87841C20.2583 7.07186 21.1041 7.03782 21.894 6.78006C21.964 7.17606 22 7.58406 22 8.00006C22.0017 9.17948 21.7041 10.34 21.135 11.3731C21.9734 12.1117 22.567 13.0881 22.8367 14.1725C23.1064 15.2568 23.0394 16.3976 22.6447 17.4429C22.25 18.4882 21.5463 19.3886 20.6272 20.024C19.7082 20.6595 18.6173 20.9999 17.5 21.0001H8.99996C6.9076 20.9989 4.89898 20.178 3.40469 18.7134C1.9104 17.2488 1.04939 15.257 1.00622 13.1651C0.963056 11.0732 1.74118 9.04761 3.17378 7.52261C4.60638 5.99761 6.57943 5.09456 8.66996 5.00706ZM10.847 5.21406C12.1072 5.51436 13.2759 6.11565 14.2529 6.96641C15.2299 7.81718 15.9862 8.89208 16.457 10.0991C17.4475 9.90922 18.4711 9.99395 19.417 10.3441C19.643 9.91906 19.81 9.45906 19.905 8.97406C18.3927 8.83468 16.977 8.17035 15.9033 7.09633C14.8297 6.02231 14.1658 4.60634 14.027 3.09406C12.7282 3.35205 11.5846 4.11441 10.847 5.21406ZM17.5 19.0001C18.077 19 18.6451 18.8572 19.1536 18.5845C19.6621 18.3118 20.0953 17.9176 20.4147 17.437C20.734 16.9563 20.9295 16.4042 20.9839 15.8297C21.0382 15.2553 20.9497 14.6763 20.7262 14.1443C20.5027 13.6123 20.1511 13.1438 19.7027 12.7806C19.2544 12.4173 18.7232 12.1706 18.1564 12.0623C17.5896 11.954 17.0048 11.9875 16.4541 12.1598C15.9034 12.3321 15.4039 12.638 15 13.0501V13.0001C15 11.8134 14.6481 10.6533 13.9888 9.66664C13.3295 8.67994 12.3924 7.91091 11.2961 7.45678C10.1997 7.00266 8.9933 6.88384 7.82942 7.11535C6.66553 7.34686 5.59643 7.9183 4.75732 8.75742C3.9182 9.59653 3.34676 10.6656 3.11525 11.8295C2.88374 12.9934 3.00256 14.1998 3.45668 15.2962C3.91081 16.3925 4.67984 17.3296 5.66654 17.9889C6.65323 18.6482 7.81327 19.0001 8.99996 19.0001H17.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.38 2.01904C10.6431 2.70566 10.0521 3.53367 9.64219 4.45366C9.23227 5.37366 9.01185 6.36679 8.99408 7.37382C8.97632 8.38085 9.16156 9.38114 9.53877 10.315C9.91598 11.2489 10.4774 12.0972 11.1896 12.8094C11.9018 13.5216 12.7501 14.0831 13.684 14.4603C14.6179 14.8375 15.6182 15.0227 16.6252 15.005C17.6323 14.9872 18.6254 14.7668 19.5454 14.3569C20.4654 13.9469 21.2934 13.3559 21.98 12.619C21.662 17.854 17.316 22 12.001 22C6.477 22 2 17.523 2 12C2 6.68504 6.146 2.33904 11.38 2.01904Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 7C9.9998 8.39064 10.4138 9.74983 11.1892 10.9042C11.9646 12.0586 13.0663 12.9559 14.3538 13.4816C15.6412 14.0073 17.0561 14.1376 18.4179 13.8559C19.7797 13.5742 21.0268 12.8933 22 11.9V12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2H12.1C11.434 2.65113 10.9051 3.42896 10.5445 4.28768C10.1838 5.1464 9.99869 6.06862 10 7ZM4 12C3.99927 13.785 4.59553 15.5189 5.69389 16.926C6.79226 18.333 8.32963 19.3323 10.0614 19.7648C11.7932 20.1974 13.6199 20.0383 15.2508 19.313C16.8818 18.5876 18.2233 17.3377 19.062 15.762C17.5694 16.1136 16.0118 16.0781 14.5368 15.6587C13.0619 15.2394 11.7185 14.4501 10.6342 13.3658C9.54992 12.2815 8.76065 10.9381 8.34128 9.46318C7.92192 7.98821 7.88636 6.43056 8.238 4.938C6.95758 5.62014 5.88678 6.63766 5.14026 7.88164C4.39373 9.12562 3.99958 10.5492 4 12Z"/></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 3C10.9 3 10 3.9 10 5C10 6.1 10.9 7 12 7C13.1 7 14 6.1 14 5C14 3.9 13.1 3 12 3ZM12 17C10.9 17 10 17.9 10 19C10 20.1 10.9 21 12 21C13.1 21 14 20.1 14 19C14 17.9 13.1 17 12 17ZM10 12C10 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14C10.9 14 10 13.1 10 12Z"/></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.5 3C11.675 3 11 3.675 11 4.5C11 5.325 11.675 6 12.5 6C13.325 6 14 5.325 14 4.5C14 3.675 13.325 3 12.5 3ZM12.5 18C11.675 18 11 18.675 11 19.5C11 20.325 11.675 21 12.5 21C13.325 21 14 20.325 14 19.5C14 18.675 13.325 18 12.5 18ZM11 12C11 11.175 11.675 10.5 12.5 10.5C13.325 10.5 14 11.175 14 12C14 12.825 13.325 13.5 12.5 13.5C11.675 13.5 11 12.825 11 12Z"/></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 10C3.9 10 3 10.9 3 12C3 13.1 3.9 14 5 14C6.1 14 7 13.1 7 12C7 10.9 6.1 10 5 10ZM19 10C17.9 10 17 10.9 17 12C17 13.1 17.9 14 19 14C20.1 14 21 13.1 21 12C21 10.9 20.1 10 19 10ZM10 12C10 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14C10.9 14 10 13.1 10 12Z"/></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.5 11C3.675 11 3 11.675 3 12.5C3 13.325 3.675 14 4.5 14C5.325 14 6 13.325 6 12.5C6 11.675 5.325 11 4.5 11ZM19.5 11C18.675 11 18 11.675 18 12.5C18 13.325 18.675 14 19.5 14C20.325 14 21 13.325 21 12.5C21 11.675 20.325 11 19.5 11ZM10.5 12.5C10.5 11.675 11.175 11 12 11C12.825 11 13.5 11.675 13.5 12.5C13.5 13.325 12.825 14 12 14C11.175 14 10.5 13.325 10.5 12.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20 3V17C19.9996 18.8103 18.7833 20.3947 17.0346 20.863C15.2859 21.3312 13.4406 20.5666 12.5356 18.9987C11.6307 17.4308 11.8915 15.4505 13.1717 14.1705C14.4519 12.8905 16.4322 12.6298 18 13.535V6H8.99997V17C8.99956 18.8103 7.78333 20.3947 6.0346 20.863C4.28586 21.3312 2.44064 20.5666 1.53565 18.9987C0.630652 17.4308 0.891528 15.4505 2.1717 14.1705C3.45188 12.8905 5.43217 12.6298 6.99997 13.535V3H20Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20 3V17C19.9998 17.8805 19.7091 18.7363 19.1729 19.4348C18.6368 20.1332 17.8852 20.6352 17.0346 20.863C16.1841 21.0907 15.2822 21.0315 14.4688 20.6944C13.6553 20.3573 12.9758 19.7613 12.5357 18.9987C12.0955 18.2361 11.9193 17.3496 12.0343 16.4767C12.1493 15.6037 12.5491 14.7931 13.1717 14.1705C13.7944 13.5479 14.605 13.1482 15.478 13.0333C16.351 12.9184 17.2375 13.0948 18 13.535V5H9.00001V17C8.99981 17.8805 8.70909 18.7363 8.17294 19.4348C7.63679 20.1332 6.88517 20.6352 6.03463 20.863C5.1841 21.0907 4.28218 21.0315 3.46875 20.6944C2.65533 20.3573 1.97584 19.7613 1.53568 18.9987C1.09552 18.2361 0.919269 17.3496 1.03427 16.4767C1.14927 15.6037 1.5491 14.7931 2.17174 14.1705C2.79438 13.5479 3.60504 13.1482 4.47801 13.0333C5.35098 12.9184 6.23747 13.0948 7.00001 13.535V3H20ZM5.00001 19C5.53044 19 6.03915 18.7893 6.41422 18.4142C6.78929 18.0391 7.00001 17.5304 7.00001 17C7.00001 16.4696 6.78929 15.9609 6.41422 15.5858C6.03915 15.2107 5.53044 15 5.00001 15C4.46957 15 3.96086 15.2107 3.58579 15.5858C3.21072 15.9609 3.00001 16.4696 3.00001 17C3.00001 17.5304 3.21072 18.0391 3.58579 18.4142C3.96086 18.7893 4.46957 19 5.00001 19ZM16 19C16.5304 19 17.0391 18.7893 17.4142 18.4142C17.7893 18.0391 18 17.5304 18 17C18 16.4696 17.7893 15.9609 17.4142 15.5858C17.0391 15.2107 16.5304 15 16 15C15.4696 15 14.9609 15.2107 14.5858 15.5858C14.2107 15.9609 14 16.4696 14 17C14 17.5304 14.2107 18.0391 14.5858 18.4142C14.9609 18.7893 15.4696 19 16 19Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 13.535V3H20V6H14V17C13.9996 18.8103 12.7833 20.3947 11.0346 20.863C9.28586 21.3312 7.44064 20.5666 6.53565 18.9987C5.63065 17.4308 5.89153 15.4505 7.1717 14.1705C8.45188 12.8905 10.4322 12.6298 12 13.535Z"/></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 3V13.535C10.4322 12.6298 8.45188 12.8905 7.1717 14.1705C5.89153 15.4505 5.63065 17.4308 6.53565 18.9987C7.44064 20.5666 9.28586 21.3312 11.0346 20.863C12.7833 20.3947 13.9996 18.8103 14 17V5H20V3H12ZM12 17C12 18.1046 11.1045 19 9.99997 19C8.8954 19 7.99997 18.1046 7.99997 17C7.99997 15.8954 8.8954 15 9.99997 15C11.1045 15 12 15.8954 12 17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 3V21.101H8.96428V12.0449L15.0246 21.101H22V3H15.0246V12.0449L8.96428 3H2Z"/></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 3H9.72543L13.8405 9.14173V3H22V21.2736H14.2641L10.1493 15.1248V21.2736H2V3ZM3.81818 4.81818V19.4555H8.33117V9.13866L15.2351 19.4555H20.1818V4.81818H15.6587V15.1218L8.75508 4.81818H3.81818Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2.89998 2.29999L21.705 8.56799C21.8023 8.60025 21.8874 8.66166 21.9486 8.74389C22.0099 8.82612 22.0444 8.9252 22.0474 9.02769C22.0505 9.13019 22.022 9.23114 21.9657 9.31688C21.9095 9.40262 21.8282 9.46898 21.733 9.50699L13 13L8.57498 21.85C8.52995 21.9401 8.45875 22.0145 8.37071 22.0635C8.28266 22.1124 8.18188 22.1337 8.08157 22.1244C7.98126 22.1151 7.88609 22.0757 7.80854 22.0114C7.73099 21.9471 7.67468 21.8608 7.64698 21.764L2.25998 2.91099C2.23503 2.8234 2.23447 2.73066 2.25837 2.64278C2.28226 2.55491 2.32971 2.47522 2.39558 2.41233C2.46145 2.34945 2.54325 2.30575 2.63214 2.28595C2.72103 2.26615 2.81364 2.271 2.89998 2.29999Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4.96498 5.09599L8.51098 17.506L11.551 11.426L17.188 9.17099L4.96498 5.09599ZM2.89898 2.29999L21.705 8.56799C21.8023 8.60025 21.8874 8.66166 21.9486 8.74389C22.0099 8.82612 22.0444 8.9252 22.0474 9.02769C22.0505 9.13019 22.022 9.23114 21.9657 9.31688C21.9095 9.40262 21.8282 9.46898 21.733 9.50699L13 13L8.57498 21.85C8.52995 21.9401 8.45875 22.0145 8.37071 22.0635C8.28266 22.1124 8.18188 22.1337 8.08157 22.1244C7.98126 22.1151 7.88609 22.0757 7.80854 22.0114C7.73099 21.9471 7.67468 21.8608 7.64698 21.764L2.25998 2.91099C2.23503 2.8234 2.23447 2.73066 2.25837 2.64278C2.28226 2.55491 2.32971 2.47522 2.39558 2.41233C2.46145 2.34945 2.54325 2.30575 2.63214 2.28595C2.72103 2.26615 2.81364 2.271 2.89998 2.29999H2.89898Z"/></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 17V19H22V17H21V10.031C21 5.043 16.97 1 12 1C7.03 1 3 5.043 3 10.031V17H2ZM12 22.5C13.3807 22.5 14.5 21.3807 14.5 20H9.5C9.5 21.3807 10.6193 22.5 12 22.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="M2 19V17H3V10.031C3 5.043 7.03 1 12 1C16.97 1 21 5.043 21 10.031V17H22V19H2ZM19 17V10.031C19 6.148 15.866 3 12 3C8.134 3 5 6.148 5 10.031V17H19ZM12 22.5C13.3807 22.5 14.5 21.3807 14.5 20H9.5C9.5 21.3807 10.6193 22.5 12 22.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 2C2.44772 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44772 21.5523 2 21 2H3ZM16 11C16 11.5523 15.5523 12 15 12H9C8.44772 12 8 11.5523 8 11V4H10V10H14V4H16V11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 2C2.45 2 2 2.45 2 3V21C2 21.55 2.45 22 3 22H21C21.55 22 22 21.55 22 21V3C22 2.45 21.55 2 21 2H3ZM8 4V11C8 11.55 8.45 12 9 12H15C15.55 12 16 11.55 16 11V4H20V20H4V4H8ZM14 4V10H10V4H14Z"/></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 22ZM9 9V15H11V9H9ZM13 9V15H15V9H13Z"/></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 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM9 9H11V15H9V9ZM15 9H13V15H15V9Z"/></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 5H6V19H8V5ZM18 5H16V19H18V5Z"/></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 5H6V19H8V5ZM18 5H16V19H18V5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 16.42V19.956C21.0001 20.2092 20.9042 20.453 20.7316 20.6382C20.559 20.8234 20.3226 20.9363 20.07 20.954C19.633 20.984 19.276 21 19 21C10.163 21 3 13.837 3 5C3 4.724 3.015 4.367 3.046 3.93C3.06372 3.67744 3.17658 3.44101 3.3618 3.26841C3.54703 3.09581 3.79082 2.99989 4.044 3H7.58C7.70404 2.99987 7.8237 3.04586 7.91573 3.12902C8.00776 3.21218 8.0656 3.32658 8.078 3.45C8.101 3.68 8.122 3.863 8.142 4.002C8.34073 5.38892 8.748 6.73783 9.35 8.003C9.445 8.203 9.383 8.442 9.203 8.57L7.045 10.112C8.36445 13.1865 10.8145 15.6365 13.889 16.956L15.429 14.802C15.4919 14.714 15.5838 14.6509 15.6885 14.6237C15.7932 14.5964 15.9042 14.6068 16.002 14.653C17.267 15.2539 18.6156 15.6601 20.002 15.858C20.141 15.878 20.324 15.9 20.552 15.922C20.6752 15.9346 20.7894 15.9926 20.8724 16.0846C20.9553 16.1766 21.0012 16.2961 21.001 16.42H21Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.366 10.682C10.3043 12.3305 11.6695 13.6957 13.318 14.634L14.202 13.396C14.3442 13.1969 14.5543 13.0569 14.7928 13.0023C15.0313 12.9478 15.2814 12.9825 15.496 13.1C16.9103 13.8729 18.4722 14.3378 20.079 14.464C20.3298 14.4839 20.5638 14.5975 20.7345 14.7823C20.9052 14.9671 21 15.2094 21 15.461V19.923C21.0001 20.1706 20.9083 20.4094 20.7424 20.5932C20.5765 20.777 20.3483 20.8927 20.102 20.918C19.5698 20.9729 19.0351 21.0003 18.5 21C9.94 21 3 14.06 3 5.5C3 4.962 3.027 4.428 3.082 3.898C3.10725 3.6517 3.22298 3.42352 3.40679 3.25763C3.5906 3.09175 3.82941 2.99995 4.077 3H8.539C8.79056 2.99997 9.0329 3.09475 9.21768 3.26545C9.40247 3.43615 9.51613 3.67022 9.536 3.921C9.66222 5.52779 10.1271 7.08968 10.9 8.504C11.0175 8.71856 11.0522 8.96874 10.9977 9.2072C10.9431 9.44565 10.8031 9.65584 10.604 9.798L9.366 10.682ZM6.844 10.025L8.744 8.668C8.20478 7.50409 7.83535 6.26884 7.647 5H5.01C5.004 5.166 5.001 5.333 5.001 5.5C5 12.956 11.044 19 18.5 19C18.667 19 18.834 18.997 19 18.99V16.353C17.7312 16.1646 16.4959 15.7952 15.332 15.256L13.975 17.156C13.4287 16.9437 12.898 16.6931 12.387 16.406L12.329 16.373C10.3676 15.2567 8.74328 13.6324 7.627 11.671L7.594 11.613C7.30691 11.102 7.05628 10.5713 6.844 10.025Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 2.05V13H21.95C21.449 18.053 17.185 22 12 22C6.477 22 2 17.523 2 12C2 6.815 5.947 2.551 11 2.05ZM13 2.05C15.295 2.2812 17.4396 3.29843 19.0706 4.92944C20.7016 6.56045 21.7188 8.70502 21.95 11H13V2.05Z"/></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 7.522 4.943 3.732 9 2.458V4.582C7.28092 5.28005 5.8578 6.55371 4.97406 8.18512C4.09032 9.81652 3.80088 11.7043 4.15525 13.5255C4.50963 15.3468 5.48579 16.9883 6.91676 18.1693C8.34774 19.3503 10.1446 19.9975 12 20C13.5938 20 15.1513 19.524 16.4728 18.6332C17.7944 17.7424 18.82 16.4773 19.418 15H21.542C20.268 19.057 16.478 22 12 22ZM21.95 13H11V2.05C11.329 2.017 11.663 2 12 2C17.523 2 22 6.477 22 12C22 12.337 21.983 12.671 21.95 13ZM13 4.062V11H19.938C19.7154 9.23761 18.9129 7.59934 17.6568 6.34324C16.4007 5.08713 14.7624 4.28459 13 4.062Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.3699 2.094C8.4222 1.41338 3.73058 4.48647 2.37772 9.29406C1.02486 14.1017 3.42534 19.1705 8.00192 21.17C7.94206 20.4018 7.997 19.629 8.16492 18.877C8.34992 18.038 9.46092 13.414 9.46092 13.414C9.23968 12.9181 9.12912 12.38 9.13692 11.837C9.13692 10.352 9.99392 9.244 11.0599 9.244C11.4474 9.23835 11.8182 9.40151 12.0759 9.69102C12.3335 9.98053 12.4525 10.3678 12.4019 10.752C12.4019 11.652 11.8239 13.014 11.5219 14.292C11.4009 14.7673 11.5129 15.2719 11.8237 15.6513C12.1345 16.0308 12.6071 16.24 13.0969 16.215C14.9949 16.215 16.2669 13.784 16.2669 10.914C16.2669 8.71399 14.8099 7.066 12.1239 7.066C10.8253 7.01553 9.56271 7.49984 8.63097 8.40588C7.69922 9.31193 7.17979 10.5604 7.19392 11.86C7.16528 12.5733 7.39542 13.273 7.84192 13.83C8.01332 13.9579 8.07938 14.1839 8.00392 14.384C7.95792 14.568 7.84192 15.007 7.79592 15.168C7.77651 15.2787 7.70567 15.3736 7.60505 15.4238C7.50442 15.4739 7.38598 15.4732 7.28592 15.422C5.90192 14.868 5.24992 13.345 5.24992 11.606C5.24992 8.759 7.63392 5.351 12.4039 5.351C16.1999 5.351 18.7239 8.12799 18.7239 11.098C18.7239 15.007 16.5469 17.946 13.3299 17.946C12.3528 17.9772 11.4273 17.5073 10.8759 16.7C10.8759 16.7 10.2979 19.016 10.1839 19.454C9.95121 20.2107 9.60782 20.9288 9.16492 21.585C10.0879 21.865 11.0469 22.005 12.0109 22.001C14.6639 22.0031 17.2087 20.9497 19.084 19.0731C20.9593 17.1965 22.0109 14.651 22.0069 11.998C22.0043 7.00423 18.3188 2.77751 13.3719 2.095L13.3699 2.094Z"/></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 12ZM8.634 18.19C8.562 18.52 8.514 18.855 8.49 19.191V19.192C4.67312 17.3293 2.97712 12.8086 4.62691 8.89492C6.2767 4.98127 10.6972 3.03897 14.6957 4.47081C18.6942 5.90265 20.8769 10.2095 19.6674 14.2808C18.4579 18.3521 14.2777 20.7686 10.146 19.785C10.306 19.448 10.44 19.1 10.546 18.745C10.586 18.588 10.688 18.171 10.834 17.571L10.836 17.564L11.086 16.535C11.5772 17.1612 12.3365 17.5171 13.132 17.494C15.89 17.494 17.822 14.922 17.822 11.39C17.822 8.579 15.476 6.25 12.341 6.25C8.64 6.25 6.149 8.849 6.149 11.834C6.149 13.496 6.785 14.795 7.945 15.274C8.05672 15.3307 8.18893 15.3299 8.3 15.272C8.41479 15.2126 8.49484 15.1025 8.516 14.975C8.552 14.847 8.651 14.463 8.692 14.295C8.767 14.088 8.698 13.845 8.517 13.705C8.16111 13.2328 7.98014 12.6518 8.005 12.061C7.99025 10.9537 8.4208 9.88687 9.2 9.1C9.9635 8.32933 11.0149 7.9137 12.099 7.954C14.241 7.954 15.531 9.258 15.531 11.228C15.531 13.791 14.423 15.776 12.931 15.776C12.5415 15.7965 12.1663 15.6265 11.925 15.32C11.68 15.011 11.592 14.6 11.688 14.214C11.725 14.05 11.769 13.88 11.82 13.692C11.866 13.525 11.915 13.359 11.986 13.121C12.354 11.884 12.439 11.539 12.439 11.086C12.485 10.734 12.375 10.365 12.137 10.09C11.899 9.814 11.555 9.658 11.195 9.664C10.215 9.664 9.459 10.7 9.459 12.037C9.45202 12.5261 9.54882 13.0111 9.743 13.46C9.70266 13.5466 9.64296 13.8035 9.5658 14.1356L9.175 15.82L9.168 15.85C8.888 17.06 8.697 17.895 8.634 18.19Z"/></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 12ZM10.2116 8.39486C10.3417 8.32545 10.4994 8.33319 10.622 8.415L15.501 11.667C15.6124 11.7412 15.6794 11.8661 15.6794 12C15.6794 12.1339 15.6124 12.2588 15.501 12.333L10.622 15.585C10.4994 15.6668 10.3417 15.6746 10.2116 15.6051C10.0816 15.5357 10.0003 15.4004 10 15.253V8.747C10.0003 8.59959 10.0816 8.46427 10.2116 8.39486Z"/></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.501 11.667L10.622 8.415C10.4994 8.33319 10.3417 8.32545 10.2116 8.39486C10.0816 8.46427 10.0003 8.59959 10 8.747V15.253C10.0005 15.4001 10.0817 15.535 10.2114 15.6043C10.3411 15.6737 10.4984 15.6663 10.621 15.585L15.501 12.333C15.6124 12.2588 15.6794 12.1339 15.6794 12C15.6794 11.8661 15.6124 11.7412 15.501 11.667Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.376 12.416L8.777 19.482C8.62359 19.5841 8.42646 19.5935 8.264 19.5065C8.10154 19.4196 8.0001 19.2503 8 19.066V4.93401C8.0001 4.74973 8.10154 4.58045 8.264 4.49347C8.42646 4.40649 8.62359 4.41592 8.777 4.51801L19.376 11.584C19.5151 11.6767 19.5986 11.8328 19.5986 12C19.5986 12.1672 19.5151 12.3233 19.376 12.416Z"/></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.777 19.482L19.376 12.416C19.5151 12.3233 19.5986 12.1672 19.5986 12C19.5986 11.8328 19.5151 11.6767 19.376 11.584L8.777 4.51801C8.62359 4.41592 8.42646 4.40649 8.264 4.49347C8.10154 4.58045 8.0001 4.74973 8 4.93401V19.066C8.0001 19.2503 8.10154 19.4196 8.264 19.5065C8.42646 19.5935 8.62359 19.5841 8.777 19.482ZM10 7.73701L16.394 12L10 16.263V7.73701Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.9001 2.10001L20.7991 3.51501L22.2131 13.415L13.0211 22.607C12.8336 22.7945 12.5793 22.8998 12.3141 22.8998C12.0489 22.8998 11.7946 22.7945 11.6071 22.607L1.70709 12.707C1.51962 12.5195 1.41431 12.2652 1.41431 12C1.41431 11.7348 1.51962 11.4805 1.70709 11.293L10.9001 2.10001ZM13.7281 10.586C13.9138 10.7717 14.1344 10.919 14.377 11.0194C14.6197 11.1199 14.8798 11.1716 15.1424 11.1716C15.4051 11.1715 15.6652 11.1197 15.9078 11.0192C16.1504 10.9186 16.3709 10.7713 16.5566 10.5855C16.7423 10.3998 16.8896 10.1792 16.99 9.93657C17.0905 9.69389 17.1422 9.4338 17.1421 9.17115C17.1421 8.9085 17.0903 8.64843 16.9898 8.40579C16.8892 8.16315 16.7418 7.9427 16.5561 7.75701C16.3703 7.57132 16.1498 7.42403 15.9072 7.32356C15.6645 7.22309 15.4044 7.17141 15.1417 7.17145C14.6113 7.17155 14.1026 7.38236 13.7276 7.75751C13.3526 8.13266 13.1419 8.64141 13.142 9.17186C13.1421 9.70231 13.3529 10.211 13.7281 10.586Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.9 2.10001L20.799 3.51501L22.213 13.415L13.021 22.607C12.8334 22.7945 12.5791 22.8998 12.314 22.8998C12.0488 22.8998 11.7945 22.7945 11.607 22.607L1.70697 12.707C1.5195 12.5195 1.41418 12.2652 1.41418 12C1.41418 11.7348 1.5195 11.4805 1.70697 11.293L10.9 2.10001ZM11.607 4.22201L3.82797 12L12.314 20.485L20.092 12.707L19.032 5.28201L11.607 4.22201ZM13.727 10.586C13.3518 10.2107 13.1411 9.70179 13.1412 9.17115C13.1413 8.90841 13.1931 8.64825 13.2936 8.40552C13.3942 8.1628 13.5417 7.94226 13.7275 7.75651C13.9133 7.57075 14.1339 7.42342 14.3766 7.32291C14.6194 7.22241 14.8796 7.1707 15.1423 7.17075C15.673 7.17084 16.1818 7.38172 16.557 7.75701C16.9321 8.13229 17.1428 8.64123 17.1427 9.17186C17.1426 9.70249 16.9318 10.2114 16.5565 10.5865C16.1812 10.9617 15.6723 11.1724 15.1416 11.1723C14.611 11.1722 14.1021 10.9613 13.727 10.586Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 17H17V22H7V17ZM19 20V15H5V20H3C2.73478 20 2.48043 19.8946 2.29289 19.7071C2.10536 19.5196 2 19.2652 2 19V9C2 8.73478 2.10536 8.48043 2.29289 8.29289C2.48043 8.10536 2.73478 8 3 8H21C21.2652 8 21.5196 8.10536 21.7071 8.29289C21.8946 8.48043 22 8.73478 22 9V19C22 19.2652 21.8946 19.5196 21.7071 19.7071C21.5196 19.8946 21.2652 20 21 20H19ZM5 10V12H8V10H5ZM7 2H17C17.2652 2 17.5196 2.10536 17.7071 2.29289C17.8946 2.48043 18 2.73478 18 3V6H6V3C6 2.73478 6.10536 2.48043 6.29289 2.29289C6.48043 2.10536 6.73478 2 7 2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 19H3C2.73478 19 2.48043 18.8946 2.29289 18.7071C2.10536 18.5196 2 18.2652 2 18V8C2 7.73478 2.10536 7.48043 2.29289 7.29289C2.48043 7.10536 2.73478 7 3 7H6V3C6 2.73478 6.10536 2.48043 6.29289 2.29289C6.48043 2.10536 6.73478 2 7 2H17C17.2652 2 17.5196 2.10536 17.7071 2.29289C17.8946 2.48043 18 2.73478 18 3V7H21C21.2652 7 21.5196 7.10536 21.7071 7.29289C21.8946 7.48043 22 7.73478 22 8V18C22 18.2652 21.8946 18.5196 21.7071 18.7071C21.5196 18.8946 21.2652 19 21 19H18V21C18 21.2652 17.8946 21.5196 17.7071 21.7071C17.5196 21.8946 17.2652 22 17 22H7C6.73478 22 6.48043 21.8946 6.29289 21.7071C6.10536 21.5196 6 21.2652 6 21V19ZM6 17V16C6 15.7348 6.10536 15.4804 6.29289 15.2929C6.48043 15.1054 6.73478 15 7 15H17C17.2652 15 17.5196 15.1054 17.7071 15.2929C17.8946 15.4804 18 15.7348 18 16V17H20V9H4V17H6ZM8 4V7H16V4H8ZM8 17V20H16V17H8ZM5 10H8V12H5V10Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 3H21V9H15V3ZM9 3V9H3V3H9ZM15 21V15H21V21H15ZM9 21H3V15H9V21ZM3 11H21V13H3V11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 3H21V8H19V5H15V3ZM9 3V5H5V8H3V3H9ZM15 21V19H19V16H21V21H15ZM9 21H3V16H5V19H9V21ZM3 11H21V13H3V11Z"/></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 22ZM11 15V17H13V15H11ZM13 13.355C13.8037 13.1128 14.4936 12.59 14.9442 11.8817C15.3947 11.1735 15.5759 10.3271 15.4547 9.49647C15.3336 8.66588 14.9181 7.90644 14.284 7.35646C13.6499 6.80647 12.8394 6.50254 12 6.5C11.1909 6.49994 10.4067 6.78015 9.78079 7.29299C9.15492 7.80583 8.72601 8.51963 8.567 9.313L10.529 9.706C10.5847 9.42743 10.7183 9.1704 10.9144 8.96482C11.1104 8.75923 11.3608 8.61354 11.6364 8.54471C11.912 8.47587 12.2015 8.48671 12.4712 8.57597C12.7409 8.66523 12.9797 8.82924 13.1598 9.04891C13.34 9.26858 13.454 9.53489 13.4887 9.81684C13.5234 10.0988 13.4773 10.3848 13.3558 10.6416C13.2343 10.8984 13.0423 11.1154 12.8023 11.2673C12.5623 11.4193 12.2841 11.5 12 11.5C11.7348 11.5 11.4804 11.6054 11.2929 11.7929C11.1054 11.9804 11 12.2348 11 12.5V14H13V13.355Z"/></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 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM13 15V17H11V15H13ZM13 14V13.355C14.6436 12.8651 15.6904 11.2566 15.4726 9.55541C15.2549 7.8542 13.8368 6.56119 12.1228 6.50102C10.4087 6.44085 8.90349 7.63124 8.567 9.313L10.529 9.706C10.6839 8.93117 11.4133 8.40935 12.1966 8.51295C12.9799 8.61655 13.5486 9.31006 13.4967 10.0985C13.4448 10.887 12.7902 11.5 12 11.5C11.4477 11.5 11 11.9477 11 12.5V14H13Z"/></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 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z"/></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 20ZM7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.8601 18L12.7071 14.847C12.5196 14.6596 12.2653 14.5543 12.0001 14.5543C11.7349 14.5543 11.4806 14.6596 11.2931 14.847L8.18009 17.96C6.81358 17.8189 5.50642 17.3283 4.3845 16.5355C3.26258 15.7427 2.3637 14.6743 1.77442 13.4333C1.18515 12.1924 0.925332 10.8206 1.02 9.45004C1.11466 8.07952 1.56062 6.75646 2.31492 5.60828C3.06921 4.4601 4.10644 3.52549 5.32671 2.89444C6.54698 2.26339 7.90918 1.95717 9.28212 2.00527C10.6551 2.05337 11.9925 2.45417 13.1656 3.16907C14.3387 3.88397 15.308 4.88889 15.9801 6.08704C16.799 5.94606 17.6382 5.97669 18.4446 6.177C19.251 6.37731 20.007 6.74293 20.6647 7.25069C21.3224 7.75846 21.8675 8.3973 22.2654 9.12674C22.6633 9.85617 22.9054 10.6603 22.9763 11.4882C23.0472 12.3161 22.9453 13.1497 22.6772 13.9361C22.4091 14.7226 21.9805 15.4448 21.4187 16.057C20.8569 16.6691 20.174 17.158 19.4134 17.4924C18.6528 17.8269 17.831 17.9998 17.0001 18H15.8611H15.8601ZM10.2321 18.732L12.0001 16.964L13.7681 18.732C14.1177 19.0817 14.3557 19.5272 14.4521 20.0121C14.5485 20.497 14.499 20.9997 14.3097 21.4564C14.1205 21.9132 13.8001 22.3036 13.3889 22.5783C12.9778 22.853 12.4945 22.9996 12.0001 22.9996C11.5057 22.9996 11.0223 22.853 10.6112 22.5783C10.2001 22.3036 9.87969 21.9132 9.69046 21.4564C9.50122 20.9997 9.45167 20.497 9.54808 20.0121C9.64449 19.5272 9.88253 19.0817 10.2321 18.732Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16 18V16H17C17.6211 15.9997 18.2336 15.8547 18.789 15.5766C19.3443 15.2984 19.8273 14.8948 20.1996 14.3976C20.5719 13.9005 20.8233 13.3234 20.9339 12.7123C21.0445 12.1011 21.0112 11.4725 20.8368 10.8764C20.6623 10.2803 20.3514 9.73306 19.9288 9.27795C19.5061 8.82284 18.9832 8.47242 18.4016 8.25444C17.8201 8.03645 17.1957 7.95691 16.578 8.02209C15.9603 8.08728 15.3663 8.29541 14.843 8.63C14.5951 7.57362 14.0652 6.60426 13.31 5.82513C12.5547 5.046 11.6023 4.48627 10.5542 4.20552C9.50605 3.92478 8.40138 3.93353 7.35781 4.23085C6.31424 4.52817 5.37083 5.10293 4.62803 5.89392C3.88522 6.68492 3.37083 7.66256 3.13962 8.72273C2.9084 9.78291 2.96902 10.8859 3.31502 11.9144C3.66102 12.9429 4.27944 13.8582 5.10445 14.5631C5.92946 15.2679 6.93017 15.7358 8.00004 15.917V17.939C5.98115 17.6841 4.13522 16.6696 2.83791 15.1018C1.5406 13.5341 0.889392 11.5309 1.01681 9.50001C1.14423 7.46909 2.0407 5.56303 3.52378 4.16971C5.00687 2.7764 6.96512 2.00053 9.00004 2C10.4217 1.99939 11.8179 2.37774 13.0448 3.0961C14.2716 3.81447 15.2848 4.84687 15.98 6.087C16.7989 5.94602 17.6381 5.97665 18.4445 6.17696C19.2509 6.37727 20.0069 6.74289 20.6647 7.25065C21.3224 7.75842 21.8674 8.39726 22.2654 9.1267C22.6633 9.85613 22.9053 10.6603 22.9762 11.4881C23.0471 12.316 22.9453 13.1496 22.6771 13.9361C22.409 14.7225 21.9805 15.4447 21.4186 16.0569C20.8568 16.6691 20.174 17.1579 19.4134 17.4924C18.6527 17.8269 17.8309 17.9997 17 18H16ZM10.232 18.732L12 16.964L13.768 18.732C14.1176 19.0817 14.3556 19.5271 14.452 20.0121C14.5485 20.497 14.4989 20.9996 14.3097 21.4564C14.1204 21.9132 13.8 22.3036 13.3889 22.5783C12.9778 22.8529 12.4945 22.9995 12 22.9995C11.5056 22.9995 11.0223 22.8529 10.6112 22.5783C10.2001 22.3036 9.87964 21.9132 9.6904 21.4564C9.50116 20.9996 9.45162 20.497 9.54803 20.0121C9.64443 19.5271 9.88247 19.0817 10.232 18.732Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.5621 12.098L21.0931 14.75C21.4002 15.282 21.5619 15.8855 21.562 16.4998C21.562 17.114 21.4004 17.7175 21.0933 18.2496C20.7863 18.7816 20.3446 19.2234 19.8127 19.5307C19.2808 19.838 18.6773 19.9998 18.0631 20H16.0001V22L11.0001 18.5L16.0001 15V17H18.0621C18.1423 17.0005 18.2215 16.9815 18.2929 16.9448C18.3643 16.9081 18.4257 16.8546 18.472 16.789C18.5182 16.7234 18.5479 16.6476 18.5586 16.568C18.5692 16.4884 18.5605 16.4075 18.5331 16.332L18.4951 16.25L16.9641 13.598L19.5621 12.098ZM7.73705 9.38402L8.26705 15.464L6.53706 14.464L5.50505 16.25C5.46449 16.3193 5.44128 16.3974 5.4374 16.4776C5.43352 16.5578 5.44909 16.6377 5.48278 16.7106C5.51647 16.7835 5.56728 16.8471 5.63088 16.8961C5.69448 16.9451 5.76899 16.978 5.84805 16.992L5.93805 17H9.00005V20H5.93805C5.32368 20 4.72014 19.8383 4.18809 19.5311C3.65603 19.2239 3.21421 18.782 2.90703 18.25C2.59985 17.7179 2.43814 17.1144 2.43814 16.5C2.43815 15.8856 2.59987 15.2821 2.90705 14.75L3.93805 12.964L2.20605 11.964L7.73605 9.38402H7.73705ZM13.7501 2.96902C14.2821 3.27602 14.7241 3.71802 15.0311 4.25002L16.0611 6.03602L17.7941 5.03602L17.2641 11.116L11.7321 8.53602L13.4641 7.53602L12.4331 5.75002C12.3932 5.68033 12.3372 5.62129 12.2696 5.57793C12.2021 5.53458 12.1251 5.50819 12.0451 5.50102C11.9652 5.49385 11.8847 5.50611 11.8105 5.53676C11.7363 5.5674 11.6706 5.61552 11.6191 5.67702L11.5671 5.75002L10.0371 8.40202L7.43806 6.90202L8.96805 4.25002C9.19788 3.85186 9.50389 3.50288 9.86861 3.223C10.2333 2.94313 10.6496 2.73785 11.0937 2.6189C11.5378 2.49994 12.0009 2.46963 12.4567 2.52971C12.9125 2.58978 13.352 2.73906 13.7501 2.96902Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.5619 12.097L21.0929 14.75C21.4001 15.282 21.5618 15.8855 21.5619 16.4998C21.5619 17.114 21.4003 17.7175 21.0932 18.2496C20.7862 18.7816 20.3445 19.2234 19.8126 19.5307C19.2807 19.838 18.6772 19.9998 18.0629 20H15.9999V22.5L10.9999 19L15.9999 15.5V18H18.0619C18.3253 18.0002 18.5841 17.931 18.8123 17.7994C19.0404 17.6678 19.2299 17.4785 19.3617 17.2504C19.4935 17.0224 19.5629 16.7637 19.5629 16.5003C19.563 16.2369 19.4936 15.9781 19.3619 15.75L17.8299 13.097L19.5619 12.097ZM7.30395 9.13403L7.83395 15.214L5.66995 13.964L4.63895 15.75C4.5073 15.9781 4.43799 16.2367 4.43799 16.5C4.43799 16.7633 4.50729 17.022 4.63894 17.25C4.77059 17.478 4.95994 17.6674 5.18796 17.7991C5.41599 17.9307 5.67465 18 5.93795 18H8.99995V20H5.93795C5.32358 20 4.72004 19.8383 4.18798 19.5311C3.65593 19.2239 3.21411 18.7821 2.90693 18.25C2.59975 17.7179 2.43803 17.1144 2.43804 16.5C2.43804 15.8856 2.59976 15.2821 2.90695 14.75L3.93695 12.963L1.77295 11.714L7.30295 9.13403H7.30395ZM13.7499 2.96903C14.2819 3.27603 14.7239 3.71803 15.0309 4.25003L16.061 6.03503L18.2269 4.78503L17.6969 10.866L12.1649 8.28603L14.3299 7.03603L13.2989 5.25003C13.1673 5.02201 12.9779 4.83267 12.7499 4.70103C12.5219 4.56939 12.2632 4.50009 11.9999 4.50009C11.7367 4.50009 11.478 4.56939 11.25 4.70103C11.022 4.83267 10.8326 5.02201 10.7009 5.25003L9.16895 7.90303L7.43695 6.90303L8.96995 4.25003C9.43409 3.44617 10.1985 2.85961 11.0952 2.61938C11.9918 2.37915 12.9471 2.50492 13.7509 2.96903H13.7499Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.70858 7.41716C7.99207 5.93651 9.88667 5 12 5C15.866 5 19 8.13401 19 12L17 12L20 18L23 12L21 12C21 7.02944 16.9706 3 12 3C9.57624 3 7.37625 3.95811 5.75812 5.51624L6.70858 7.41716Z"/><path d="M12 19C14.1133 19 16.0079 18.0635 17.2914 16.5828L18.2419 18.4838C16.6237 20.0419 14.4238 21 12 21C7.02944 21 3 16.9706 3 12L1 12L4 6L7 12L5 12C5 15.866 8.13401 19 12 19Z"/></svg>
|