@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="M18.1171 6.27878C17.9902 6.20903 17.8667 6.13257 17.747 6.04968C17.399 5.80495 17.0799 5.51657 16.7966 5.19077C16.0878 4.32812 15.8231 3.45296 15.7256 2.84023H15.7295C15.6481 2.33163 15.6817 2.00256 15.6868 2.00256H12.4585V15.2811C12.4585 15.4594 12.4585 15.6356 12.4514 15.8097C12.4514 15.8313 12.4495 15.8513 12.4483 15.8747C12.4483 15.8842 12.4483 15.8942 12.4463 15.9042C12.4463 15.9067 12.4463 15.9092 12.4463 15.9117C12.4123 16.3882 12.2687 16.8484 12.0282 17.2519C11.7877 17.6555 11.4577 17.99 11.0671 18.226C10.66 18.4724 10.1997 18.6016 9.73135 18.6009C8.22721 18.6009 7.00815 17.2963 7.00815 15.6851C7.00815 14.0739 8.22721 12.7693 9.73135 12.7693C10.0161 12.7691 10.299 12.8167 10.5698 12.9105L10.5737 9.41409C9.75185 9.30117 8.91694 9.37064 8.12162 9.61813C7.3263 9.86561 6.58782 10.2857 5.95279 10.852C5.39635 11.3663 4.92855 11.9799 4.57043 12.6652C4.43416 12.9151 3.91998 13.9194 3.85772 15.5493C3.81856 16.4745 4.07976 17.4329 4.20429 17.8291V17.8374C4.28261 18.0707 4.5861 18.8667 5.08069 19.5377C5.47951 20.076 5.95071 20.5489 6.4791 20.941V20.9327L6.48693 20.941C8.04981 22.0707 9.78265 21.9966 9.78265 21.9966C10.0826 21.9837 11.0875 21.9966 12.2286 21.4213C13.4942 20.7836 14.2148 19.8335 14.2148 19.8335C14.6751 19.2657 15.0411 18.6188 15.2972 17.9203C15.5893 17.1034 15.6868 16.1237 15.6868 15.7322V8.68764C15.726 8.71263 16.2476 9.07961 16.2476 9.07961C16.2476 9.07961 16.9991 9.59195 18.1715 9.9256C19.0127 10.163 20.146 10.213 20.146 10.213V6.80404C19.7489 6.84986 18.9426 6.71657 18.1171 6.27878Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.91005 11.69C5.39737 12.1626 4.97099 12.721 4.65005 13.34C4.23883 14.1604 4.01671 15.0625 4.00005 15.98C3.99726 16.6891 4.10523 17.3942 4.32005 18.07V18.13C4.51481 18.6532 4.77344 19.1502 5.09005 19.61L5.45005 20.05V19.96L6.45005 20.96C7.29618 21.537 8.2959 21.8471 9.32005 21.85C10.1012 21.8515 10.8717 21.67 11.5701 21.32C12.2554 20.9664 12.8638 20.4804 13.3601 19.89C13.7867 19.3615 14.1244 18.767 14.3601 18.13C14.5701 17.4831 14.6879 16.8098 14.7101 16.13V8.05L15.5701 8.61L16.1501 9.02C16.6946 9.35467 17.2838 9.61055 17.9001 9.78C18.307 9.88544 18.7216 9.959 19.1401 10V7.77C18.5391 7.67658 17.9579 7.48396 17.4201 7.2C17.2757 7.12063 17.1355 7.03385 17.0001 6.94C16.608 6.66945 16.2518 6.35024 15.9401 5.99C15.3123 5.23242 14.8981 4.32108 14.7401 3.35L14.6801 3H12.5701V16.31C12.5399 16.8924 12.3683 17.4588 12.0701 17.96C11.7845 18.4387 11.3863 18.8404 10.9101 19.13C10.4228 19.4299 9.86215 19.5891 9.29005 19.59C8.38908 19.5612 7.53614 19.1769 6.91774 18.521C6.29934 17.8652 5.9658 16.9911 5.99005 16.09C5.98124 15.6225 6.06867 15.1582 6.2469 14.7259C6.42514 14.2936 6.69037 13.9026 7.02612 13.5772C7.36187 13.2517 7.76097 12.9988 8.1986 12.8342C8.63623 12.6695 9.10305 12.5966 9.57005 12.62V10.35C8.99103 10.327 8.41242 10.4048 7.86005 10.58C7.13715 10.804 6.47172 11.1828 5.91005 11.69Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM13 7V12H17V14H11V7H13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM17 12H13V7H11V14H17V12Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9996 2H7.99959V4H15.9996V2ZM17.6176 6.968L19.0706 5.515L20.4846 6.929L19.0316 8.382C22.0127 12.1134 21.5599 17.5237 18.0001 20.7077C14.4403 23.8918 9.01322 23.7407 5.63606 20.3635C2.25889 16.9864 2.10781 11.5593 5.29187 7.99951C8.47592 4.43969 13.8861 3.98692 17.6176 6.968ZM10.9996 9V15H12.9996V9H10.9996Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9996 2H7.99959V4H15.9996V2ZM19.0706 5.515L17.6176 6.968C13.8861 3.98692 8.47592 4.43969 5.29187 7.99951C2.10781 11.5593 2.25889 16.9864 5.63606 20.3635C9.01322 23.7407 14.4403 23.8918 18.0001 20.7077C21.5599 17.5237 22.0127 12.1134 19.0316 8.382L20.4846 6.929L19.0706 5.515ZM18.0618 17.5C16.8113 19.6658 14.5004 21 11.9996 21C8.13359 21 4.99959 17.866 4.99959 14C4.99959 10.134 8.13359 7 11.9996 7C14.5004 7 16.8113 8.33419 18.0618 10.5C19.3122 12.6658 19.3122 15.3342 18.0618 17.5ZM12.9996 9V15H10.9996V9H12.9996Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.32992 3.27099C5.95397 3.04837 6.62839 3.00745 7.27478 3.15299C7.92116 3.29854 8.51296 3.62457 8.98136 4.09319C9.44977 4.5618 9.77553 5.15374 9.92079 5.80019C10.066 6.44664 10.0248 7.12105 9.80192 7.74499L20.6469 18.59L18.5249 20.711L7.67992 9.86699C7.05587 10.0896 6.38145 10.1305 5.73506 9.98499C5.08868 9.83945 4.49688 9.51341 4.02848 9.0448C3.56008 8.57619 3.23431 7.98425 3.08905 7.3378C2.9438 6.69135 2.98502 6.01694 3.20792 5.39299L5.44392 7.62999C5.58229 7.77326 5.74781 7.88753 5.93081 7.96615C6.11382 8.04476 6.31065 8.08614 6.50982 8.08787C6.70899 8.0896 6.90651 8.05165 7.09085 7.97623C7.2752 7.9008 7.44267 7.78943 7.58351 7.64859C7.72435 7.50775 7.83573 7.34027 7.91115 7.15592C7.98658 6.97158 8.02453 6.77406 8.0228 6.57489C8.02107 6.37572 7.97969 6.17889 7.90107 5.99589C7.82246 5.81288 7.70819 5.64736 7.56492 5.50899L5.32892 3.26999L5.32992 3.27099ZM15.6969 5.15499L18.8789 3.38699L20.2929 4.80099L18.5249 7.98299L16.7569 8.33699L14.6369 10.458L13.2219 9.04399L15.3429 6.92299L15.6969 5.15499ZM8.62592 12.933L10.7469 15.055L5.79692 20.005C5.52396 20.2754 5.15764 20.4308 4.7735 20.439C4.38937 20.4473 4.01671 20.3078 3.73237 20.0494C3.44804 19.791 3.27372 19.4333 3.24535 19.0501C3.21699 18.6669 3.33674 18.2875 3.57992 17.99L3.67692 17.883L8.62692 12.933H8.62592Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.33003 3.27096C5.99706 3.03294 6.72061 3.00288 7.40509 3.18476C8.08957 3.36664 8.70277 3.75189 9.16368 4.28961C9.62459 4.82734 9.91152 5.49225 9.98657 6.19649C10.0616 6.90073 9.92126 7.61117 9.58403 8.23396L20.293 18.944L18.879 20.358L8.16903 9.64796C7.5461 9.98386 6.83602 10.1231 6.13236 10.0475C5.4287 9.97177 4.76448 9.68466 4.22724 9.22397C3.69 8.76327 3.30494 8.15061 3.12282 7.46673C2.9407 6.78284 2.97006 6.05982 3.20703 5.39296L5.44403 7.62996C5.5824 7.77322 5.74791 7.8875 5.93092 7.96611C6.11393 8.04472 6.31076 8.0861 6.50993 8.08783C6.70909 8.08956 6.90661 8.05161 7.09096 7.97619C7.2753 7.90077 7.44278 7.78939 7.58362 7.64855C7.72446 7.50771 7.83584 7.34023 7.91126 7.15589C7.98668 6.97154 8.02463 6.77402 8.0229 6.57485C8.02117 6.37569 7.97979 6.17886 7.90118 5.99585C7.82257 5.81284 7.70829 5.64733 7.56503 5.50896L5.32903 3.26996L5.33003 3.27096ZM15.697 5.15496L18.879 3.38696L20.293 4.80096L18.525 7.98296L16.757 8.33696L14.637 10.458L13.222 9.04396L15.343 6.92296L15.697 5.15496ZM8.97903 13.287L10.393 14.701L5.09003 20.004C4.90973 20.1848 4.66709 20.2898 4.41186 20.2974C4.15663 20.305 3.90814 20.2148 3.71734 20.0451C3.52655 19.8754 3.40789 19.6391 3.38571 19.3847C3.36352 19.1304 3.43949 18.8771 3.59803 18.677L3.67603 18.59L8.97903 13.287Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.2 20L19 21.5V22H5V21.5L6.8 20H5C4.46957 20 3.96086 19.7893 3.58579 19.4142C3.21071 19.0391 3 18.5304 3 18V7C3 5.93913 3.42143 4.92172 4.17157 4.17157C4.92172 3.42143 5.93913 3 7 3H17C18.0609 3 19.0783 3.42143 19.8284 4.17157C20.5786 4.92172 21 5.93913 21 7V18C21 18.5304 20.7893 19.0391 20.4142 19.4142C20.0391 19.7893 19.5304 20 19 20H17.2ZM5 7V11H19V7H5ZM12 18C12.5304 18 13.0391 17.7893 13.4142 17.4142C13.7893 17.0391 14 16.5304 14 16C14 15.4696 13.7893 14.9609 13.4142 14.5858C13.0391 14.2107 12.5304 14 12 14C11.4696 14 10.9609 14.2107 10.5858 14.5858C10.2107 14.9609 10 15.4696 10 16C10 16.5304 10.2107 17.0391 10.5858 17.4142C10.9609 17.7893 11.4696 18 12 18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.2 20L19 21.5V22H5V21.5L6.8 20H5C4.46957 20 3.96086 19.7893 3.58579 19.4142C3.21071 19.0391 3 18.5304 3 18V7C3 5.93913 3.42143 4.92172 4.17157 4.17157C4.92172 3.42143 5.93913 3 7 3H17C18.0609 3 19.0783 3.42143 19.8284 4.17157C20.5786 4.92172 21 5.93913 21 7V18C21 18.5304 20.7893 19.0391 20.4142 19.4142C20.0391 19.7893 19.5304 20 19 20H17.2ZM7 5C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V18H19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H7ZM12 17C11.4696 17 10.9609 16.7893 10.5858 16.4142C10.2107 16.0391 10 15.5304 10 15C10 14.4696 10.2107 13.9609 10.5858 13.5858C10.9609 13.2107 11.4696 13 12 13C12.5304 13 13.0391 13.2107 13.4142 13.5858C13.7893 13.9609 14 14.4696 14 15C14 15.5304 13.7893 16.0391 13.4142 16.4142C13.0391 16.7893 12.5304 17 12 17ZM6 7H18V11H6V7Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.625 16.938V19H17V21H6.5V19H10.875V16.938C9.18336 16.6942 7.62772 15.7533 6.5 14.2917C5.37229 12.8302 4.75003 10.9486 4.75 9V3H18.75V9C18.75 10.9486 18.1277 12.8302 17 14.2917C15.8723 15.7533 14.3166 16.6942 12.625 16.938Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 5.25H3.74921L3.75 6.75H2.52499C2.60577 7.89868 2.86857 8.54075 3.10986 8.87785C3.38754 9.26578 3.62613 9.2516 3.64415 9.24903L3.85585 10.734C3.20721 10.8265 2.44579 10.5272 1.89014 9.75093C1.34626 8.99112 1 7.7911 1 6V5.25Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5 5.25H19.7508L19.75 6.75H20.975C20.8942 7.89868 20.6314 8.54075 20.3901 8.87785C20.1125 9.26578 19.8739 9.2516 19.8558 9.24903L19.6442 10.734C20.2928 10.8265 21.0542 10.5272 21.6099 9.75093C22.1537 8.99112 22.5 7.7911 22.5 6V5.25Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.875 16.938V19H17.25V21H6.75V19H11.125V16.938C9.43336 16.6942 7.87772 15.7533 6.75 14.2917C5.62229 12.8302 5.00003 10.9486 5 9V3H19V9C19 10.9486 18.3777 12.8302 17.25 14.2917C16.1223 15.7533 14.5666 16.6942 12.875 16.938ZM6.75 5V9C6.75 10.5913 7.30312 12.1174 8.28769 13.2426C9.27225 14.3679 10.6076 15 12 15C13.3924 15 14.7277 14.3679 15.7123 13.2426C16.6969 12.1174 17.25 10.5913 17.25 9V5H6.75Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 5.25H3.99921L4 6.75H2.77499C2.85577 7.89868 3.11857 8.54075 3.35986 8.87785C3.63754 9.26578 3.87613 9.2516 3.89415 9.24903L4.10585 10.734C3.45721 10.8265 2.69579 10.5272 2.14014 9.75093C1.59626 8.99112 1.25 7.7911 1.25 6V5.25Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.75 5.25H20.0008L20 6.75H21.225C21.1442 7.89868 20.8814 8.54075 20.6401 8.87785C20.3625 9.26578 20.1239 9.2516 20.1058 9.24903L19.8942 10.734C20.5428 10.8265 21.3042 10.5272 21.8599 9.75093C22.4037 8.99112 22.75 7.7911 22.75 6V5.25Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 8H20L23 12.056V18H20.965C20.8461 18.8343 20.4302 19.5977 19.7937 20.1499C19.1571 20.7022 18.3427 21.0063 17.5 21.0063C16.6573 21.0063 15.8429 20.7022 15.2063 20.1499C14.5698 19.5977 14.1539 18.8343 14.035 18H8.965C8.84612 18.8343 8.43021 19.5977 7.79368 20.1499C7.15714 20.7022 6.34272 21.0063 5.5 21.0063C4.65728 21.0063 3.84286 20.7022 3.20632 20.1499C2.56979 19.5977 2.15388 18.8343 2.035 18H1V6C1 5.73478 1.10536 5.48043 1.29289 5.29289C1.48043 5.10536 1.73478 5 2 5H16C16.2652 5 16.5196 5.10536 16.7071 5.29289C16.8946 5.48043 17 5.73478 17 6V8ZM17 10V13H21V12.715L18.992 10H17Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8.965 18C8.84612 18.8343 8.43021 19.5977 7.79368 20.1499C7.15714 20.7022 6.34272 21.0063 5.5 21.0063C4.65728 21.0063 3.84286 20.7022 3.20632 20.1499C2.56979 19.5977 2.15388 18.8343 2.035 18H1V6C1 5.73478 1.10536 5.48043 1.29289 5.29289C1.48043 5.10536 1.73478 5 2 5H16C16.2652 5 16.5196 5.10536 16.7071 5.29289C16.8946 5.48043 17 5.73478 17 6V8H20L23 12.056V18H20.965C20.8461 18.8343 20.4302 19.5977 19.7937 20.1499C19.1571 20.7022 18.3427 21.0063 17.5 21.0063C16.6573 21.0063 15.8429 20.7022 15.2063 20.1499C14.5698 19.5977 14.1539 18.8343 14.035 18H8.965ZM15 7H3V15.05C3.39456 14.6472 3.8806 14.3457 4.41675 14.1711C4.9529 13.9966 5.52329 13.9541 6.07938 14.0474C6.63546 14.1407 7.16077 14.3669 7.61061 14.7069C8.06044 15.0469 8.42148 15.4905 8.663 16H14.337C14.505 15.647 14.73 15.326 15 15.05V7ZM17 13H21V12.715L18.992 10H17V13ZM17.5 19C17.898 19 18.2796 18.8419 18.561 18.5605C18.8424 18.2791 19.0005 17.8975 19.0005 17.4995C19.0005 17.1015 18.8424 16.7199 18.561 16.4385C18.2796 16.1571 17.898 15.999 17.5 15.999C17.102 15.999 16.7204 16.1571 16.439 16.4385C16.1576 16.7199 15.9995 17.1015 15.9995 17.4995C15.9995 17.8975 16.1576 18.2791 16.439 18.5605C16.7204 18.8419 17.102 19 17.5 19ZM7 17.5C7 17.303 6.9612 17.108 6.88582 16.926C6.81044 16.744 6.69995 16.5786 6.56066 16.4393C6.42137 16.3001 6.25601 16.1896 6.07403 16.1142C5.89204 16.0388 5.69698 16 5.5 16C5.30302 16 5.10796 16.0388 4.92597 16.1142C4.74399 16.1896 4.57863 16.3001 4.43934 16.4393C4.30005 16.5786 4.18956 16.744 4.11418 16.926C4.0388 17.108 4 17.303 4 17.5C4 17.8978 4.15804 18.2794 4.43934 18.5607C4.72064 18.842 5.10218 19 5.5 19C5.89782 19 6.27936 18.842 6.56066 18.5607C6.84196 18.2794 7 17.8978 7 17.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.1621 5.65601C21.3986 5.9937 20.589 6.21548 19.7601 6.31401C20.6338 5.79144 21.2878 4.96902 21.6001 4.00001C20.7801 4.48801 19.8811 4.83001 18.9441 5.01501C17.6499 3.63033 15.5863 3.2891 13.9153 4.18346C12.2443 5.07782 11.3837 6.98415 11.8181 8.82901C8.45507 8.66045 5.3218 7.072 3.19805 4.45901C2.82634 5.09746 2.63101 5.82323 2.63205 6.56201C2.63205 8.01201 3.37005 9.29301 4.49205 10.043C3.82806 10.0221 3.17869 9.84279 2.59805 9.52001V9.57201C2.59847 11.563 4.00157 13.2781 5.95305 13.673C5.33667 13.84 4.69036 13.8647 4.06305 13.745C4.61018 15.4492 6.1805 16.6168 7.97005 16.65C6.21799 18.026 3.99079 18.6491 1.77905 18.382C3.69075 19.6114 5.91615 20.2641 8.18905 20.262C15.8821 20.262 20.0891 13.889 20.0891 8.36201C20.0891 8.18201 20.0841 8.00001 20.0761 7.82201C20.8949 7.23017 21.6017 6.49703 22.1631 5.65701L22.1621 5.65601Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.4789 3.89935C11.6489 4.6316 10.4357 6.38917 10.4 8.35999L10.401 8.36099C10.3364 8.3521 10.2755 8.34445 10.2161 8.337C9.78797 8.28324 9.44512 8.24019 8.42802 7.82299C6.68802 7.10899 4.97102 5.76299 3.27802 3.78599C-0.219549 12.2065 4.83533 15.499 6.40253 16.5198C6.45156 16.5517 6.49718 16.5814 6.53902 16.609C4.90902 17.802 2.08902 18.105 1.39502 18.159C2.75702 19.581 7.50902 20.652 10.777 20C15.543 19.049 20.24 15.333 20.24 7.69099C20.954 6.71199 21.119 5.99999 21.454 4.35999C20.3112 5.0526 19.702 5.03178 19.1119 5.01161C19.0034 5.0079 18.8955 5.00421 18.785 5.00499C17.3997 3.60274 15.309 3.1671 13.4789 3.89935ZM12.4 8.39699C12.4289 6.8161 13.7189 5.54972 15.3 5.54999C17.228 5.54999 18.24 7.21299 18.24 7.69099C18.24 13.547 15.103 17.097 10.385 18.039C9.63902 18.187 8.74002 18.229 7.79302 18.17L9.38502 17.007C9.54592 16.8898 9.63823 16.7004 9.63141 16.5015C9.6246 16.3025 9.51956 16.1199 9.35102 16.014L7.60402 14.916C4.79102 13.147 3.62302 10.854 4.22102 7.54399C6.10902 9.11699 8.07702 10.063 10.131 10.343L11.692 10.555C11.8616 10.5778 12.0328 10.5272 12.1627 10.4159C12.2925 10.3045 12.3687 10.143 12.372 9.97199L12.4 8.39699Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 17H22V19H19V22H17V17ZM7 7H2V5H5V2H7V7ZM18.364 15.536L16.95 14.12L18.364 12.706C18.8316 12.2424 19.2031 11.6911 19.4571 11.0836C19.711 10.4761 19.8425 9.82442 19.844 9.16597C19.8454 8.50751 19.7168 7.85526 19.4655 7.24666C19.2142 6.63805 18.8451 6.08508 18.3795 5.61948C17.9139 5.15389 17.3609 4.78484 16.7523 4.53353C16.1437 4.28221 15.4915 4.15359 14.833 4.15503C14.1746 4.15647 13.5229 4.28795 12.9154 4.54193C12.3079 4.7959 11.7566 5.16737 11.293 5.635L9.879 7.05L8.464 5.636L9.88 4.222C11.1928 2.90918 12.9734 2.17164 14.83 2.17164C16.6866 2.17164 18.4672 2.90918 19.78 4.222C21.0928 5.53482 21.8304 7.31539 21.8304 9.172C21.8304 11.0286 21.0928 12.8092 19.78 14.122L18.365 15.536H18.364ZM15.536 18.364L14.121 19.778C12.8082 21.0908 11.0276 21.8284 9.171 21.8284C7.31439 21.8284 5.53382 21.0908 4.221 19.778C2.90818 18.4652 2.17064 16.6846 2.17064 14.828C2.17064 12.9714 2.90818 11.1908 4.221 9.878L5.636 8.464L7.05 9.88L5.636 11.294C5.16837 11.7576 4.7969 12.3089 4.54293 12.9164C4.28895 13.5239 4.15747 14.1756 4.15603 14.834C4.15459 15.4925 4.28321 16.1447 4.53453 16.7533C4.78584 17.3619 5.15489 17.9149 5.62048 18.3805C6.08608 18.8461 6.63905 19.2152 7.24766 19.4665C7.85626 19.7178 8.50851 19.8464 9.16696 19.845C9.82541 19.8435 10.4771 19.712 11.0846 19.4581C11.6921 19.2041 12.2434 18.8326 12.707 18.365L14.121 16.951L15.536 18.365V18.364ZM14.828 7.757L16.243 9.172L9.172 16.242L7.757 14.828L14.828 7.758V7.757Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 17H22V19H19V22H17V17ZM7 7H2V5H5V2H7V7ZM18.364 15.536L16.95 14.12L18.364 12.706C18.8316 12.2424 19.2031 11.6911 19.4571 11.0836C19.711 10.4761 19.8425 9.82442 19.844 9.16597C19.8454 8.50751 19.7168 7.85526 19.4655 7.24666C19.2142 6.63805 18.8451 6.08508 18.3795 5.61948C17.9139 5.15389 17.3609 4.78484 16.7523 4.53353C16.1437 4.28221 15.4915 4.15359 14.833 4.15503C14.1746 4.15647 13.5229 4.28795 12.9154 4.54193C12.3079 4.7959 11.7566 5.16737 11.293 5.635L9.879 7.05L8.464 5.636L9.88 4.222C11.1928 2.90918 12.9734 2.17164 14.83 2.17164C16.6866 2.17164 18.4672 2.90918 19.78 4.222C21.0928 5.53482 21.8304 7.31539 21.8304 9.172C21.8304 11.0286 21.0928 12.8092 19.78 14.122L18.365 15.536H18.364ZM15.536 18.364L14.121 19.778C12.8082 21.0908 11.0276 21.8284 9.171 21.8284C7.31439 21.8284 5.53382 21.0908 4.221 19.778C2.90818 18.4652 2.17064 16.6846 2.17064 14.828C2.17064 12.9714 2.90818 11.1908 4.221 9.878L5.636 8.464L7.05 9.88L5.636 11.294C5.16837 11.7576 4.7969 12.3089 4.54293 12.9164C4.28895 13.5239 4.15747 14.1756 4.15603 14.834C4.15459 15.4925 4.28321 16.1447 4.53453 16.7533C4.78584 17.3619 5.15489 17.9149 5.62048 18.3805C6.08608 18.8461 6.63905 19.2152 7.24766 19.4665C7.85626 19.7178 8.50851 19.8464 9.16696 19.845C9.82541 19.8435 10.4771 19.712 11.0846 19.4581C11.6921 19.2041 12.2434 18.8326 12.707 18.365L14.121 16.951L15.536 18.365V18.364ZM14.828 7.757L16.243 9.172L9.172 16.242L7.757 14.828L14.828 7.758V7.757Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 19H20V12H22V20C22 20.2652 21.8946 20.5196 21.7071 20.7071C21.5196 20.8946 21.2652 21 21 21H3C2.73478 21 2.48043 20.8946 2.29289 20.7071C2.10536 20.5196 2 20.2652 2 20V12H4V19Z"/><path d="M19.4246 8.96222L12 1.5376L4.57539 8.96222L10.9997 8.96219L11.0002 15.9247L12.9999 15.9247L12.9994 8.9622L19.4246 8.96222Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.6571 7.73229L12.0002 2.07544L6.34338 7.73229L7.75759 9.14651L10.9997 5.90442L11.0004 15.9247H13.0001L12.9994 5.90301L16.2429 9.14651L17.6571 7.73229Z"/><path d="M20 19.0002H4V12.0002H2V20.0002C2 20.2654 2.10536 20.5198 2.29289 20.7073C2.48043 20.8949 2.73478 21.0002 3 21.0002H21C21.2652 21.0002 21.5196 20.8949 21.7071 20.7073C21.8946 20.5198 22 20.2654 22 20.0002V12.0002H20V19.0002Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 8C6 11.315 8.685 14 12 14C15.315 14 18 11.315 18 8C18 4.685 15.315 2 12 2C8.685 2 6 4.685 6 8ZM12 15C7.58172 15 4 18.5817 4 23H20C20 18.5817 16.4183 15 12 15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 23C4 20.8783 4.84285 18.8434 6.34315 17.3431C7.84344 15.8429 9.87827 15 12 15C14.1217 15 16.1566 15.8429 17.6569 17.3431C19.1571 18.8434 20 20.8783 20 23H18C18 21.4087 17.3679 19.8826 16.2426 18.7574C15.1174 17.6321 13.5913 17 12 17C10.4087 17 8.88258 17.6321 7.75736 18.7574C6.63214 19.8826 6 21.4087 6 23H4ZM12 14C8.685 14 6 11.315 6 8C6 4.685 8.685 2 12 2C15.315 2 18 4.685 18 8C18 11.315 15.315 14 12 14ZM12 12C14.21 12 16 10.21 16 8C16 5.79 14.21 4 12 4C9.79 4 8 5.79 8 8C8 10.21 9.79 12 12 12Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.53916 4.1619C7.29809 2.95416 9.64267 2.69464 11.9999 2.69464C14.3572 2.69464 16.7018 2.95416 18.4607 4.1619C20.296 5.42205 21.3053 7.57004 21.3053 10.875C21.3053 14.18 20.296 16.3279 18.4607 17.5881C16.7018 18.7958 14.3572 19.0554 11.9999 19.0554H10.7282L8.75462 21.0289L8.71708 21.0589L8.70613 21.0681C8.69879 21.0743 8.68936 21.0825 8.67775 21.0927C8.65441 21.1131 8.62573 21.1388 8.5928 21.1686C8.52702 21.2282 8.45019 21.2991 8.37587 21.3682C8.30188 21.437 8.23196 21.5026 8.18044 21.5511L8.11913 21.6089L6.63208 23.0176V18.2117C5.55108 17.7287 4.60776 17.0029 3.91445 15.9204C3.10855 14.6622 2.69458 13.0067 2.69458 10.875C2.69458 7.57004 3.70391 5.42205 5.53916 4.1619ZM11.2366 9.30001C11.2366 9.56629 11.4524 9.78216 11.7187 9.78216C12.1837 9.78216 12.5303 10.1288 12.5303 10.5938C12.5303 10.86 12.7462 11.0759 13.0125 11.0759C13.2787 11.0759 13.4946 10.86 13.4946 10.5938C13.4946 9.59623 12.7162 8.81787 11.7187 8.81787C11.4524 8.81787 11.2366 9.03373 11.2366 9.30001ZM11.7187 5.33035C11.4524 5.33035 11.2366 5.54622 11.2366 5.8125C11.2366 6.07878 11.4524 6.29464 11.7187 6.29464C14.0962 6.29464 16.0178 8.21628 16.0178 10.5937C16.0178 10.86 16.2337 11.0759 16.5 11.0759C16.7662 11.0759 16.9821 10.86 16.9821 10.5937C16.9821 7.68372 14.6287 5.33035 11.7187 5.33035ZM11.2366 7.55624C11.2366 7.82252 11.4524 8.03838 11.7187 8.03838C13.1399 8.03838 14.2741 9.17252 14.2741 10.5937C14.2741 10.86 14.4899 11.0759 14.7562 11.0759C15.0225 11.0759 15.2384 10.86 15.2384 10.5937C15.2384 8.63996 13.6725 7.0741 11.7187 7.0741C11.4524 7.0741 11.2366 7.28996 11.2366 7.55624ZM15.3187 13.2937C15.2812 13.2187 15.2187 13.1937 15.1146 13.1521C15.0625 13.1312 15 13.1062 14.925 13.0687C14.7 12.9562 13.6875 12.45 13.5188 12.3937C13.35 12.3375 13.125 12.3375 13.0125 12.5625C12.9201 12.678 12.8372 12.7934 12.7599 12.9011C12.6489 13.0557 12.5495 13.1943 12.45 13.2937C12.3375 13.4062 12.1125 13.4625 11.9437 13.35C11.9049 13.3306 11.8527 13.3078 11.7888 13.28C11.4824 13.1464 10.9078 12.896 10.2562 12.3375C9.76659 11.8924 9.41784 11.3768 9.21 11.0695C9.15521 10.9885 9.11021 10.9219 9.075 10.875C8.9625 10.65 9.075 10.5375 9.1875 10.425L9.525 10.0875C9.6375 9.975 9.69375 9.91875 9.75 9.75C9.80625 9.6375 9.75 9.46875 9.69375 9.35625C9.66563 9.3 9.55313 9.01876 9.42657 8.70236C9.3 8.38595 9.15938 8.03438 9.075 7.8375C8.9625 7.55625 8.85 7.55625 8.625 7.55625C8.56875 7.5 8.45625 7.5 8.4 7.5C8.11875 7.5 7.8375 7.55625 7.66875 7.78125C7.44375 8.00625 6.9375 8.5125 6.9375 9.525C6.9375 10.5375 7.66875 11.55 7.78125 11.6625C7.7956 11.6769 7.8301 11.7242 7.88369 11.7977C8.25013 12.3003 9.50929 14.0273 11.325 14.8125C12.9563 15.4875 13.4625 15.4312 13.8 15.375C14.3625 15.2062 15.0375 14.8125 15.2063 14.3062C15.375 13.8 15.375 13.4062 15.3187 13.2937Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.2063 14.3062C15.375 13.8 15.375 13.4062 15.3188 13.2937C15.2813 13.2187 15.2188 13.1937 15.1146 13.1521C15.0625 13.1312 15 13.1062 14.925 13.0687C14.7 12.9562 13.6875 12.45 13.5188 12.3937C13.35 12.3375 13.125 12.3375 13.0125 12.5625C12.9202 12.678 12.8373 12.7934 12.76 12.9011C12.649 13.0557 12.5495 13.1943 12.45 13.2937C12.3375 13.4062 12.1125 13.4625 11.9438 13.35C11.905 13.3306 11.8527 13.3078 11.7888 13.28C11.4825 13.1464 10.9079 12.896 10.2563 12.3375C9.76663 11.8924 9.41788 11.3768 9.21004 11.0695C9.15524 10.9885 9.11024 10.9219 9.07504 10.875C8.96254 10.65 9.07504 10.5375 9.18754 10.425L9.52504 10.0875C9.63754 9.975 9.69379 9.91875 9.75004 9.75C9.80629 9.6375 9.75004 9.46875 9.69379 9.35625C9.66566 9.3 9.55316 9.01876 9.42661 8.70236C9.30005 8.38598 9.1594 8.03435 9.07504 7.8375C8.96254 7.55625 8.85004 7.55625 8.62504 7.55625C8.56879 7.5 8.45629 7.5 8.40004 7.5C8.11879 7.5 7.83754 7.55625 7.66879 7.78125C7.44379 8.00625 6.93754 8.5125 6.93754 9.525C6.93754 10.5375 7.66879 11.55 7.78129 11.6625C7.79564 11.6768 7.83014 11.7242 7.88373 11.7977C8.25017 12.3003 9.50932 14.0273 11.325 14.8125C12.9563 15.4875 13.4625 15.4312 13.8 15.375C14.3625 15.2062 15.0375 14.8125 15.2063 14.3062Z"/><path d="M11.7188 8.81785C11.4525 8.81785 11.2366 9.03372 11.2366 9.3C11.2366 9.56628 11.4525 9.78214 11.7188 9.78214C12.1838 9.78214 12.5304 10.1288 12.5304 10.5937C12.5304 10.86 12.7463 11.0759 13.0125 11.0759C13.2788 11.0759 13.4947 10.86 13.4947 10.5937C13.4947 9.59622 12.7163 8.81785 11.7188 8.81785Z"/><path d="M11.2366 5.8125C11.2366 5.54622 11.4525 5.33035 11.7188 5.33035C14.6288 5.33035 16.9822 7.68372 16.9822 10.5937C16.9822 10.86 16.7663 11.0759 16.5 11.0759C16.2338 11.0759 16.0179 10.86 16.0179 10.5937C16.0179 8.21628 14.0963 6.29464 11.7188 6.29464C11.4525 6.29464 11.2366 6.07878 11.2366 5.8125Z"/><path d="M11.7188 7.07411C11.4525 7.07411 11.2366 7.28997 11.2366 7.55625C11.2366 7.82253 11.4525 8.03839 11.7188 8.03839C13.14 8.03839 14.2741 9.17253 14.2741 10.5937C14.2741 10.86 14.49 11.0759 14.7563 11.0759C15.0226 11.0759 15.2384 10.86 15.2384 10.5937C15.2384 8.63997 13.6726 7.07411 11.7188 7.07411Z"/><path d="M5.53928 4.1619C7.29821 2.95416 9.64279 2.69464 12.0001 2.69464C14.3573 2.69464 16.7019 2.95416 18.4608 4.1619C20.2961 5.42205 21.3054 7.57004 21.3054 10.875C21.3054 14.18 20.2961 16.3279 18.4608 17.5881C16.7019 18.7958 14.3573 19.0554 12.0001 19.0554H10.7283L8.75474 21.0289L8.71721 21.0589L8.70625 21.0681C8.69891 21.0743 8.68948 21.0825 8.67787 21.0927C8.65453 21.1131 8.62585 21.1388 8.59293 21.1686C8.52714 21.2282 8.45031 21.2991 8.37599 21.3682C8.302 21.437 8.23208 21.5026 8.18057 21.5511L8.11925 21.6089L6.6322 23.0176V18.2117C5.55121 17.7287 4.60789 17.0029 3.91457 15.9204C3.10868 14.6622 2.6947 13.0067 2.6947 10.875C2.6947 7.57004 3.70403 5.42205 5.53928 4.1619ZM6.52177 5.59278C5.30546 6.42795 4.43042 7.9362 4.43042 10.875C4.43042 12.7933 4.80394 14.0909 5.37617 14.9842C5.94039 15.8651 6.7507 16.4358 7.79195 16.8077L8.36792 17.0134V18.9611L10.0093 17.3196H12.0001C14.3115 17.3196 16.1857 17.0448 17.4783 16.1572C18.6947 15.322 19.5697 13.8138 19.5697 10.875C19.5697 7.9362 18.6947 6.42795 17.4783 5.59278C16.1857 4.70521 14.3115 4.43036 12.0001 4.43036C9.68858 4.43036 7.81441 4.70521 6.52177 5.59278Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1 4H23V6H1V4ZM1 18H23V20H1V18ZM19.622 14.914L19.448 14.044H17.499L17.189 14.907L15.627 14.91C16.632 12.504 17.377 10.72 17.863 9.562C17.99 9.259 18.216 9.105 18.548 9.107C18.802 9.109 19.217 9.109 19.793 9.107L21 14.912L19.622 14.915V14.914ZM17.938 12.852H19.194L18.724 10.672L17.938 12.852ZM7.872 9.106L9.442 9.108L7.015 14.914L5.425 14.913C4.888 12.843 4.493 11.307 4.241 10.308C4.164 10.001 4.011 9.787 3.715 9.686C3.452 9.596 3.014 9.456 2.4 9.267V9.107H4.909C5.343 9.107 5.596 9.317 5.678 9.747L6.298 13.036L7.872 9.106ZM11.599 9.108L10.359 14.913L8.864 14.911L10.104 9.106L11.599 9.108ZM14.631 9C15.077 9 15.641 9.138 15.965 9.267L15.703 10.471C15.41 10.353 14.928 10.194 14.523 10.201C13.933 10.21 13.569 10.457 13.569 10.694C13.569 11.078 14.201 11.272 14.853 11.693C15.596 12.173 15.693 12.603 15.684 13.071C15.674 14.042 14.853 15 13.12 15C12.329 14.988 12.044 14.922 11.4 14.694L11.672 13.438C12.328 13.712 12.607 13.799 13.167 13.799C13.682 13.799 14.123 13.592 14.127 13.231C14.129 12.974 13.972 12.847 13.395 12.529C12.818 12.212 12.01 11.773 12.02 10.889C12.033 9.759 13.107 9 14.63 9H14.631Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.502 8.465C17.0841 8.30003 16.3573 8.12008 15.7804 8.12C13.8137 8.12019 12.429 9.10114 12.412 10.563C12.3981 11.6974 13.4282 12.2664 14.1712 12.6768L14.186 12.685C14.93 13.095 15.134 13.26 15.13 13.592C15.125 14.059 14.556 14.327 13.893 14.327C13.169 14.327 12.81 14.214 11.963 13.859L11.611 15.484C12.443 15.779 12.811 15.865 13.831 15.88C16.067 15.88 17.127 14.641 17.14 13.385C17.152 12.78 17.026 12.223 16.067 11.603C15.8266 11.4473 15.5881 11.3156 15.3702 11.1952C14.8268 10.8951 14.411 10.6655 14.411 10.31C14.411 10.004 14.881 9.685 15.641 9.672C16.164 9.665 16.786 9.87 17.164 10.022L17.502 8.465ZM9.086 8.259L7.06 8.257L5.029 13.341L4.83454 12.3054C4.51936 10.627 4.3179 9.55416 4.229 9.087C4.124 8.531 3.797 8.26 3.237 8.26H0V8.465C0.792 8.71 1.357 8.89 1.696 9.007C2.077 9.138 2.275 9.415 2.375 9.811C2.87791 11.798 3.38725 13.7833 3.903 15.767L5.954 15.769L9.086 8.259ZM22.222 15.768L21.997 14.643H19.483L19.083 15.76L17.068 15.764C18.0273 13.4571 18.9886 11.1511 19.952 8.846C20.116 8.455 20.407 8.256 20.836 8.258C21.164 8.261 21.699 8.261 22.442 8.259L24 15.765L22.222 15.768ZM20.049 13.102H21.669L21.064 10.282L20.049 13.102ZM11.87 8.259L10.268 15.767L8.34 15.765L9.94 8.257L11.87 8.259Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V8.99997C1 8.44768 1.44772 7.99997 2 7.99997H5.889L11.183 3.66797C11.3325 3.54539 11.5393 3.52 11.714 3.60276C11.8888 3.68553 12.0001 3.86162 12 4.05497V19.945C12.0001 20.1383 11.8888 20.3144 11.714 20.3972C11.5393 20.4799 11.3325 20.4545 11.183 20.332L5.889 16ZM16 7H18V13H16V7ZM16 15H18V17H16V15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V8.99997C1 8.44768 1.44772 7.99997 2 7.99997H5.889L11.183 3.66797C11.3325 3.54539 11.5393 3.52 11.714 3.60276C11.8888 3.68553 12.0001 3.86162 12 4.05497V19.945C12.0001 20.1383 11.8888 20.3144 11.714 20.3972C11.5393 20.4799 11.3325 20.4545 11.183 20.332L5.889 16ZM10 7.21999L6.603 9.99999H3V14H6.603L10 16.78V7.21999ZM16 7H18V13H16V7ZM16 15H18V17H16V15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 16H8.889L14.183 20.332C14.3325 20.4546 14.5393 20.48 14.714 20.3972C14.8888 20.3145 15.0001 20.1384 15 19.945V4.05503C15.0001 3.86168 14.8888 3.68559 14.714 3.60282C14.5393 3.52006 14.3325 3.54545 14.183 3.66803L8.889 8.00003H5C4.44772 8.00003 4 8.44774 4 9.00003V15C4 15.5523 4.44772 16 5 16ZM17.441 15.169L18.863 16.591C20.17 15.49 21 13.842 21 12C21.0016 10.093 20.0952 8.29907 18.559 7.16903L17.12 8.60803C18.25 9.31503 19 10.57 19 12C19.0011 13.2413 18.425 14.4124 17.441 15.169Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.889 16H5C4.44772 16 4 15.5523 4 15V9.00003C4 8.44774 4.44772 8.00003 5 8.00003H8.889L14.183 3.66803C14.3325 3.54545 14.5393 3.52006 14.714 3.60282C14.8888 3.68559 15.0001 3.86168 15 4.05503V19.945C15.0001 20.1384 14.8888 20.3145 14.714 20.3972C14.5393 20.48 14.3325 20.4546 14.183 20.332L8.889 16ZM13 7.22003L9.603 10H6V14H9.603L13 16.78V7.22003ZM17.441 15.169L18.863 16.591C20.17 15.49 21 13.842 21 12C21.0016 10.093 20.0952 8.29907 18.559 7.16903L17.12 8.60803C18.25 9.31503 19 10.57 19 12C19.0011 13.2413 18.425 14.4124 17.441 15.169Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 16H5.889L11.183 20.332C11.3325 20.4546 11.5393 20.48 11.714 20.3972C11.8888 20.3145 12.0001 20.1384 12 19.945V4.05503C12.0001 3.86168 11.8888 3.68559 11.714 3.60282C11.5393 3.52006 11.3325 3.54545 11.183 3.66803L5.889 8.00003H2C1.44772 8.00003 1 8.44774 1 9.00003V15C1 15.5523 1.44772 16 2 16ZM23.95 15.536L20.414 12L23.95 8.46403L22.536 7.05003L19 10.586L15.464 7.05003L14.05 8.46403L17.586 12L14.05 15.536L15.464 16.95L19 13.414L22.536 16.95L23.95 15.536Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V9.00003C1 8.44774 1.44772 8.00003 2 8.00003H5.889L11.183 3.66803C11.3325 3.54545 11.5393 3.52006 11.714 3.60282C11.8888 3.68559 12.0001 3.86168 12 4.05503V19.945C12.0001 20.1384 11.8888 20.3145 11.714 20.3972C11.5393 20.48 11.3325 20.4546 11.183 20.332L5.889 16ZM10 7.22003L6.603 10H3V14H6.603L10 16.78V7.22003ZM23.95 15.536L20.414 12L23.95 8.46403L22.536 7.05003L19 10.586L15.464 7.05003L14.05 8.46403L17.586 12L14.05 15.536L15.464 16.95L19 13.414L22.536 16.95L23.95 15.536Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.889 16H2C1.44772 16 1 15.5523 1 15V9.00003C1 8.44774 1.44772 8.00003 2 8.00003H5.889L11.183 3.66803C11.3325 3.54545 11.5393 3.52006 11.714 3.60282C11.8888 3.68559 12.0001 3.86168 12 4.05503V19.945C12.0001 20.1384 11.8888 20.3145 11.714 20.3972C11.5393 20.48 11.3325 20.4546 11.183 20.332L5.889 16ZM19.406 20.134L17.99 18.718C19.9075 17.0119 21.0031 14.5667 21 12C21.0025 9.29869 19.7891 6.73968 17.696 5.03203L19.116 3.61203C21.5823 5.69997 23.0032 8.76861 23 12C23 15.223 21.614 18.122 19.406 20.134ZM14.441 15.169L15.863 16.591C17.17 15.49 18 13.842 18 12C18.0016 10.093 17.0952 8.29907 15.559 7.16903L14.12 8.60803C15.25 9.31503 16 10.57 16 12C16.0011 13.2413 15.425 14.4124 14.441 15.169Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 16H5.889L11.183 20.332C11.3325 20.4546 11.5393 20.48 11.714 20.3972C11.8888 20.3145 12.0001 20.1384 12 19.945V4.05503C12.0001 3.86168 11.8888 3.68559 11.714 3.60282C11.5393 3.52006 11.3325 3.54545 11.183 3.66803L5.889 8.00003H2C1.44772 8.00003 1 8.44774 1 9.00003V15C1 15.5523 1.44772 16 2 16ZM6.603 10L10 7.22003V16.78L6.603 14H3V10H6.603ZM19.406 20.134L17.99 18.718C19.9075 17.0119 21.0031 14.5667 21 12C21.0025 9.29869 19.7891 6.73968 17.696 5.03203L19.116 3.61203C21.5823 5.69997 23.0032 8.76861 23 12C23 15.223 21.614 18.122 19.406 20.134ZM14.441 15.169L15.863 16.591C17.17 15.49 18 13.842 18 12C18.0016 10.093 17.0952 8.29907 15.559 7.16903L14.12 8.60803C15.25 9.31503 16 10.57 16 12C16.0011 13.2413 15.425 14.4124 14.441 15.169Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.61702 8.712L10.822 6.384C11.1818 6.1207 11.6194 5.98551 12.065 6C12.6085 6.01355 13.1343 6.19611 13.5693 6.52228C14.0042 6.84846 14.3268 7.30205 14.492 7.82C14.678 8.403 14.848 8.797 15.002 9.002C15.4673 9.6228 16.0709 10.1266 16.7649 10.4734C17.4589 10.8203 18.2242 11.0005 19 11V13C17.9673 13.0011 16.9472 12.7733 16.0131 12.3329C15.079 11.8925 14.2542 11.2504 13.598 10.453L12.901 14.408L14.962 16.138L17.185 22.246L15.305 22.93L13.265 17.326L9.87502 14.481C9.59682 14.2564 9.38394 13.9612 9.25854 13.6264C9.13314 13.2915 9.09981 12.9291 9.16202 12.577L9.67102 9.692L8.99402 10.184L6.86702 13.112L5.24902 11.936L7.60002 8.7L7.61702 8.712ZM13.5 5.5C12.9696 5.5 12.4609 5.28929 12.0858 4.91421C11.7107 4.53914 11.5 4.03043 11.5 3.5C11.5 2.96957 11.7107 2.46086 12.0858 2.08579C12.4609 1.71071 12.9696 1.5 13.5 1.5C14.0305 1.5 14.5392 1.71071 14.9142 2.08579C15.2893 2.46086 15.5 2.96957 15.5 3.5C15.5 4.03043 15.2893 4.53914 14.9142 4.91421C14.5392 5.28929 14.0305 5.5 13.5 5.5ZM10.528 18.681L7.31402 22.511L5.78202 21.226L8.75802 17.68L9.50402 15.5L11.295 17L10.528 18.681Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.61702 8.712L10.822 6.384C11.1818 6.1207 11.6194 5.98551 12.065 6C12.6085 6.01355 13.1343 6.19611 13.5693 6.52228C14.0042 6.84846 14.3268 7.30205 14.492 7.82C14.678 8.403 14.848 8.797 15.002 9.002C15.4673 9.6228 16.0709 10.1266 16.7649 10.4734C17.4589 10.8203 18.2242 11.0005 19 11V13C17.9673 13.0011 16.9472 12.7733 16.0131 12.3329C15.079 11.8925 14.2542 11.2504 13.598 10.453L12.901 14.408L14.962 16.138L17.185 22.246L15.305 22.93L13.265 17.326L9.87502 14.481C9.59682 14.2564 9.38394 13.9612 9.25854 13.6264C9.13314 13.2915 9.09981 12.9291 9.16202 12.577L9.67102 9.692L8.99402 10.184L6.86702 13.112L5.24902 11.936L7.60002 8.7L7.61702 8.712ZM13.5 5.5C12.9696 5.5 12.4609 5.28929 12.0858 4.91421C11.7107 4.53914 11.5 4.03043 11.5 3.5C11.5 2.96957 11.7107 2.46086 12.0858 2.08579C12.4609 1.71071 12.9696 1.5 13.5 1.5C14.0305 1.5 14.5392 1.71071 14.9142 2.08579C15.2893 2.46086 15.5 2.96957 15.5 3.5C15.5 4.03043 15.2893 4.53914 14.9142 4.91421C14.5392 5.28929 14.0305 5.5 13.5 5.5ZM10.528 18.681L7.31402 22.511L5.78202 21.226L8.75802 17.68L9.50402 15.5L11.295 17L10.528 18.681Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 9H21C21.2652 9 21.5196 9.10536 21.7071 9.29289C21.8946 9.48043 22 9.73478 22 10V20C22 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 20V9ZM3 3H18V7H2V4C2 3.73478 2.10536 3.48043 2.29289 3.29289C2.48043 3.10536 2.73478 3 3 3ZM15 14V16H18V14H15Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18 7H21C21.2652 7 21.5196 7.10536 21.7071 7.29289C21.8946 7.48043 22 7.73478 22 8V20C22 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 3H18V7ZM4 9V19H20V9H4ZM4 5V7H16V5H4ZM15 13H18V15H15V13Z"/></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.35601 17.032L2.00401 22L6.97001 20.645C8.49667 21.5352 10.2328 22.0029 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.47701 2 2.00001 6.477 2.00001 12C1.99711 13.768 2.46515 15.5049 3.35601 17.032ZM8.02001 7.408C8.13569 7.35003 8.26188 7.31602 8.39101 7.308C8.52515 7.29866 8.65972 7.29633 8.79401 7.303C8.84801 7.307 8.90201 7.313 8.95601 7.319C9.11501 7.338 9.29001 7.434 9.34901 7.568C9.64701 8.244 9.93701 8.925 10.217 9.609C10.279 9.76 10.242 9.955 10.124 10.145C10.0429 10.2738 9.9551 10.3983 9.86101 10.518C9.74801 10.662 9.50501 10.928 9.50501 10.928C9.50501 10.928 9.40601 11.046 9.44401 11.193C9.46937 11.2653 9.50364 11.3342 9.54601 11.398L9.60501 11.493C9.88873 11.958 10.2316 12.3842 10.625 12.761C10.6573 12.7922 10.6894 12.8238 10.7216 12.8553C10.8087 12.9409 10.896 13.0266 10.988 13.107C11.4562 13.5198 11.9859 13.8572 12.558 14.107L12.563 14.109C12.5876 14.1197 12.6087 14.129 12.6293 14.1381C12.6797 14.1603 12.7269 14.1811 12.815 14.218C12.877 14.2445 12.9409 14.2666 13.006 14.284C13.1437 14.3194 13.2891 14.2681 13.374 14.154C14.097 13.278 14.164 13.221 14.169 13.221V13.223C14.2708 13.1281 14.4086 13.0818 14.547 13.096C14.608 13.0987 14.668 13.1126 14.724 13.137C15.255 13.379 16.125 13.758 16.125 13.758L16.707 14.019C16.804 14.066 16.893 14.177 16.897 14.284C16.8972 14.2878 16.8974 14.2916 16.8975 14.2957C16.9007 14.3634 16.9057 14.4701 16.883 14.657C16.851 14.916 16.773 15.227 16.695 15.39C16.64 15.505 16.568 15.606 16.485 15.692C16.373 15.809 16.29 15.88 16.155 15.98C16.073 16.042 16.03 16.07 16.03 16.07C15.891 16.158 15.813 16.202 15.647 16.29C15.3896 16.4271 15.1053 16.506 14.814 16.521C14.7817 16.5226 14.7494 16.5243 14.7171 16.526C14.5637 16.5341 14.4108 16.5423 14.258 16.534L13.689 16.447C12.2673 16.073 10.9524 15.3725 9.84901 14.401C9.6605 14.2343 9.48322 14.057 9.30481 13.8786C9.27029 13.8441 9.23571 13.8095 9.20101 13.775C8.31201 12.89 7.63901 11.935 7.23001 11.033C7.03001 10.587 6.90201 10.11 6.90001 9.62C6.89662 9.01342 7.09542 8.423 7.46501 7.942C7.47609 7.92759 7.48705 7.9131 7.4981 7.89851C7.55985 7.81692 7.62422 7.73185 7.72601 7.636C7.81251 7.54622 7.91153 7.46943 8.02001 7.408Z"/></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.00401 22L3.35601 17.032C2.46515 15.5049 1.99711 13.768 2.00001 12C2.00001 6.477 6.47701 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22C10.2328 22.0029 8.49667 21.5352 6.97001 20.645L2.00401 22ZM7.25301 18.494L7.97701 18.917C9.19795 19.6291 10.5866 20.0029 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58174 4 4.00001 7.58172 4.00001 12C4.00001 13.436 4.37701 14.813 5.08401 16.024L5.50601 16.748L4.85301 19.149L7.25301 18.494ZM8.79401 7.304C8.66001 7.298 8.52501 7.298 8.39101 7.308L8.39001 7.307C8.26088 7.31502 8.13469 7.34903 8.01901 7.407C7.93201 7.451 7.85201 7.515 7.72501 7.635C7.62444 7.7305 7.55959 7.81528 7.49784 7.896C7.48653 7.91079 7.47532 7.92544 7.46401 7.94C7.09436 8.42167 6.89589 9.01285 6.90001 9.62C6.90938 10.1094 7.02218 10.5913 7.23101 11.034C7.63901 11.936 8.31101 12.891 9.20101 13.776C9.2348 13.8096 9.26846 13.8433 9.30208 13.8769C9.48143 14.0562 9.65969 14.2344 9.85001 14.402C10.9534 15.3735 12.2683 16.074 13.69 16.448C13.69 16.448 14.25 16.535 14.258 16.535C14.4175 16.5436 14.5762 16.5345 14.7349 16.5254C14.7613 16.5239 14.7876 16.5224 14.814 16.521C15.1052 16.5063 15.3895 16.4278 15.647 16.291C15.7778 16.2233 15.9056 16.1499 16.03 16.071C16.0723 16.0419 16.114 16.0119 16.155 15.981C16.2736 15.8954 16.3841 15.7989 16.485 15.693C16.5707 15.6042 16.6416 15.5022 16.695 15.391C16.773 15.228 16.851 14.917 16.883 14.658C16.906 14.46 16.9 14.352 16.896 14.285C16.893 14.178 16.804 14.067 16.706 14.02L16.124 13.759C16.124 13.759 15.255 13.38 14.724 13.137C14.668 13.112 14.607 13.101 14.547 13.097C14.4086 13.0828 14.2708 13.1291 14.169 13.224V13.222C14.163 13.222 14.097 13.279 13.373 14.156C13.2883 14.2697 13.1434 14.321 13.006 14.286C12.941 14.269 12.877 14.246 12.815 14.22C12.7355 14.186 12.6892 14.1656 12.6439 14.1455C12.6185 14.1343 12.5935 14.1233 12.563 14.11L12.558 14.108C11.986 13.858 11.456 13.521 10.988 13.108C10.8949 13.026 10.8067 12.9396 10.7186 12.8532C10.6874 12.8227 10.6563 12.7923 10.625 12.762C10.205 12.354 9.86101 11.921 9.60501 11.494L9.54601 11.399C9.50401 11.331 9.45801 11.25 9.44401 11.194C9.40601 11.047 9.50501 10.929 9.50501 10.929C9.50501 10.929 9.74801 10.663 9.86101 10.518C9.95507 10.3986 10.0429 10.2745 10.124 10.146C10.242 9.956 10.279 9.761 10.217 9.609C9.93701 8.926 9.64701 8.245 9.34901 7.569C9.29001 7.435 9.11501 7.338 8.95601 7.32C8.90201 7.314 8.84801 7.308 8.79401 7.304Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 18C12.714 18 13.37 18.25 13.886 18.666L12 21L10.114 18.666C10.6474 18.2339 11.3134 17.9987 12 18ZM2.80796 1.393L20.485 19.071L19.071 20.485L15.389 16.805L15.142 17.111C14.2533 16.3908 13.1438 15.9985 12 16C10.8566 15.9984 9.74749 16.3904 8.85896 17.11L6.97396 14.776C8.28802 13.7115 9.90686 13.0929 11.596 13.01L9.82296 11.238C8.3195 11.5724 6.91403 12.2508 5.71696 13.22L3.82996 10.887C4.90777 10.0142 6.11844 9.31975 7.41596 8.83L5.88496 7.3C4.69829 7.83071 3.58563 8.51343 2.57496 9.331L0.688965 6.997C1.60396 6.257 2.59196 5.606 3.64096 5.055L1.39296 2.808L2.80796 1.393ZM16.084 11.87L12.216 8.003L12 8C15.095 8 17.937 9.081 20.17 10.887L18.284 13.221C17.6121 12.6771 16.8726 12.2237 16.084 11.87ZM12 3C16.285 3 20.22 4.497 23.31 6.997L21.426 9.33C18.7597 7.17031 15.4312 5.99442 12 6C11.428 6 10.864 6.032 10.31 6.094L7.72296 3.511C9.09396 3.177 10.527 3 12 3Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 18C12.714 18 13.37 18.25 13.886 18.666L12 21L10.114 18.666C10.6474 18.2339 11.3134 17.9987 12 18ZM2.80796 1.393L20.485 19.071L19.071 20.485L13.891 15.305C13.2811 15.1026 12.6426 14.9996 12 15C10.572 15 9.25996 15.499 8.22996 16.332L6.97396 14.776C8.28802 13.7115 9.90686 13.0929 11.596 13.01L8.99996 10.414C7.57213 10.8187 6.24128 11.509 5.08796 12.443L3.82996 10.887C4.90777 10.0142 6.11844 9.31975 7.41596 8.83L5.13196 6.545C3.99506 7.08641 2.926 7.76006 1.94696 8.552L0.688965 6.997C1.60396 6.257 2.59196 5.606 3.64096 5.055L1.39296 2.808L2.80796 1.393ZM14.5 10.285L12.216 8.002L12 8C15.095 8 17.937 9.081 20.17 10.887L18.912 12.443C17.6235 11.3992 16.1149 10.6613 14.5 10.285ZM12 3C16.285 3 20.22 4.497 23.31 6.997L22.053 8.552C19.2093 6.24865 15.6594 4.99438 12 5C11.122 5 10.26 5.07 9.41996 5.207L7.72496 3.51C9.09396 3.177 10.527 3 12 3Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0.689941 6.997C3.88903 4.40532 7.88279 2.99391 11.9999 3C16.2849 3 20.2199 4.497 23.3099 6.997L21.4249 9.33C18.7589 7.17053 15.4308 5.99464 11.9999 6C8.42994 6 5.14994 7.248 2.57494 9.33L0.689941 6.997ZM3.83094 10.887C6.14154 9.01499 9.02618 7.99554 11.9999 8C15.0939 8 17.9359 9.081 20.1689 10.886L18.2839 13.22C16.5064 11.7802 14.2874 10.9963 11.9999 11C9.61994 11 7.43394 11.832 5.71594 13.22L3.83094 10.886V10.887ZM6.97294 14.777C8.39479 13.6249 10.1699 12.9974 11.9999 13C13.9039 13 15.6529 13.665 17.0269 14.776L15.1419 17.11C14.2531 16.3902 13.1437 15.9982 11.9999 16C10.8562 15.9982 9.74674 16.3902 8.85794 17.11L6.97294 14.776V14.777ZM10.1149 18.667C10.648 18.2347 11.3136 17.9992 11.9999 18C12.7139 18 13.3699 18.25 13.8849 18.666L11.9999 21L10.1149 18.667Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0.689941 6.997C3.88903 4.40532 7.88279 2.99391 11.9999 3C16.2849 3 20.2199 4.497 23.3099 6.997L22.0539 8.553C19.2102 6.24907 15.6599 4.99443 11.9999 5C8.19094 5 4.69394 6.33 1.94594 8.553L0.689941 6.997ZM3.83094 10.887C6.14154 9.01499 9.02618 7.99554 11.9999 8C15.0939 8 17.9359 9.081 20.1689 10.886L18.9119 12.442C16.9568 10.8583 14.516 9.99601 11.9999 10C9.38194 10 6.97694 10.915 5.08794 12.442L3.83094 10.886V10.887ZM6.97294 14.777C8.39479 13.6249 10.1699 12.9974 11.9999 13C13.9039 13 15.6529 13.665 17.0269 14.776L15.7699 16.332C14.7035 15.4682 13.3723 14.9979 11.9999 15C10.5719 15 9.25994 15.499 8.22994 16.332L6.97294 14.776V14.777ZM10.1149 18.667C10.648 18.2347 11.3136 17.9992 11.9999 18C12.7139 18 13.3699 18.25 13.8849 18.666L11.9999 21L10.1149 18.667Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 17H4V15H10.5C11.1387 15.0003 11.7653 15.1753 12.3116 15.5061C12.858 15.837 13.3035 16.311 13.5997 16.877C13.8959 17.4429 14.0316 18.0791 13.992 18.7166C13.9525 19.3541 13.7393 19.9687 13.3755 20.4937C13.0116 21.0187 12.5111 21.4341 11.928 21.6949C11.3449 21.9557 10.7016 22.052 10.0677 21.9734C9.43383 21.8947 8.83356 21.6441 8.33194 21.2486C7.83032 20.8532 7.44647 20.328 7.222 19.73L9.095 19.027C9.19118 19.2833 9.35566 19.5084 9.57063 19.6779C9.78559 19.8474 10.0428 19.9549 10.3145 19.9886C10.5862 20.0223 10.8619 19.9811 11.1118 19.8693C11.3617 19.7575 11.5762 19.5795 11.7322 19.3545C11.8881 19.1295 11.9795 18.8662 11.9965 18.5929C12.0135 18.3197 11.9553 18.0471 11.8284 17.8045C11.7015 17.562 11.5106 17.3588 11.2764 17.217C11.0423 17.0752 10.7738 17.0001 10.5 17ZM5 11H18.5C19.1387 11.0003 19.7653 11.1753 20.3116 11.5061C20.858 11.837 21.3035 12.311 21.5997 12.877C21.8959 13.4429 22.0316 14.0791 21.992 14.7166C21.9525 15.3541 21.7393 15.9687 21.3755 16.4937C21.0116 17.0186 20.5111 17.4341 19.928 17.6949C19.3449 17.9557 18.7016 18.052 18.0677 17.9734C17.4338 17.8947 16.8336 17.6441 16.3319 17.2486C15.8303 16.8532 15.4465 16.328 15.222 15.73L17.095 15.027C17.1912 15.2833 17.3557 15.5084 17.5706 15.6779C17.7856 15.8474 18.0428 15.9549 18.3145 15.9886C18.5862 16.0223 18.8619 15.9811 19.1118 15.8693C19.3617 15.7575 19.5762 15.5795 19.7322 15.3545C19.8881 15.1295 19.9795 14.8662 19.9965 14.5929C20.0135 14.3197 19.9553 14.0471 19.8284 13.8045C19.7015 13.562 19.5106 13.3588 19.2764 13.217C19.0423 13.0752 18.7738 13.0001 18.5 13H5C4.20435 13 3.44129 12.684 2.87868 12.1213C2.31607 11.5587 2 10.7957 2 10C2 9.20438 2.31607 8.44131 2.87868 7.87871C3.44129 7.3161 4.20435 7.00003 5 7.00003H13.5C13.7738 6.99991 14.0423 6.92489 14.2764 6.78308C14.5106 6.64127 14.7015 6.43808 14.8284 6.19553C14.9553 5.95299 15.0135 5.68033 14.9965 5.40711C14.9795 5.13388 14.8881 4.8705 14.7322 4.64552C14.5762 4.42053 14.3617 4.2425 14.1118 4.13074C13.8619 4.01897 13.5862 3.97772 13.3145 4.01146C13.0428 4.0452 12.7856 4.15264 12.5706 4.32214C12.3557 4.49163 12.1912 4.71673 12.095 4.97303L10.222 4.27103C10.5105 3.50383 11.059 2.86217 11.7719 2.45784C12.4849 2.05351 13.3171 1.91214 14.1236 2.05837C14.9301 2.20461 15.6597 2.62917 16.1853 3.25808C16.711 3.88699 16.9993 4.68039 17 5.50003C17 6.42828 16.6313 7.31852 15.9749 7.9749C15.3185 8.63128 14.4283 9.00003 13.5 9.00003H5C4.73478 9.00003 4.48043 9.10538 4.29289 9.29292C4.10536 9.48046 4 9.73481 4 10C4 10.2652 4.10536 10.5196 4.29289 10.7071C4.48043 10.8947 4.73478 11 5 11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 17H4V15H10.5C11.1387 15.0003 11.7653 15.1753 12.3116 15.5061C12.858 15.837 13.3035 16.311 13.5997 16.877C13.8959 17.4429 14.0316 18.0791 13.992 18.7166C13.9525 19.3541 13.7393 19.9687 13.3755 20.4937C13.0116 21.0187 12.5111 21.4341 11.928 21.6949C11.3449 21.9557 10.7016 22.052 10.0677 21.9734C9.43383 21.8947 8.83356 21.6441 8.33194 21.2486C7.83032 20.8532 7.44647 20.328 7.222 19.73L9.095 19.027C9.19118 19.2833 9.35566 19.5084 9.57063 19.6779C9.78559 19.8474 10.0428 19.9549 10.3145 19.9886C10.5862 20.0223 10.8619 19.9811 11.1118 19.8693C11.3617 19.7575 11.5762 19.5795 11.7322 19.3545C11.8881 19.1295 11.9795 18.8662 11.9965 18.5929C12.0135 18.3197 11.9553 18.0471 11.8284 17.8045C11.7015 17.562 11.5106 17.3588 11.2764 17.217C11.0423 17.0752 10.7738 17.0001 10.5 17ZM5 11H18.5C19.1387 11.0003 19.7653 11.1753 20.3116 11.5061C20.858 11.837 21.3035 12.311 21.5997 12.877C21.8959 13.4429 22.0316 14.0791 21.992 14.7166C21.9525 15.3541 21.7393 15.9687 21.3755 16.4937C21.0116 17.0186 20.5111 17.4341 19.928 17.6949C19.3449 17.9557 18.7016 18.052 18.0677 17.9734C17.4338 17.8947 16.8336 17.6441 16.3319 17.2486C15.8303 16.8532 15.4465 16.328 15.222 15.73L17.095 15.027C17.1912 15.2833 17.3557 15.5084 17.5706 15.6779C17.7856 15.8474 18.0428 15.9549 18.3145 15.9886C18.5862 16.0223 18.8619 15.9811 19.1118 15.8693C19.3617 15.7575 19.5762 15.5795 19.7322 15.3545C19.8881 15.1295 19.9795 14.8662 19.9965 14.5929C20.0135 14.3197 19.9553 14.0471 19.8284 13.8045C19.7015 13.562 19.5106 13.3588 19.2764 13.217C19.0423 13.0752 18.7738 13.0001 18.5 13H5C4.20435 13 3.44129 12.684 2.87868 12.1213C2.31607 11.5587 2 10.7957 2 10C2 9.20438 2.31607 8.44131 2.87868 7.87871C3.44129 7.3161 4.20435 7.00003 5 7.00003H13.5C13.7738 6.99991 14.0423 6.92489 14.2764 6.78308C14.5106 6.64127 14.7015 6.43808 14.8284 6.19553C14.9553 5.95299 15.0135 5.68033 14.9965 5.40711C14.9795 5.13388 14.8881 4.8705 14.7322 4.64552C14.5762 4.42053 14.3617 4.2425 14.1118 4.13074C13.8619 4.01897 13.5862 3.97772 13.3145 4.01146C13.0428 4.0452 12.7856 4.15264 12.5706 4.32214C12.3557 4.49163 12.1912 4.71673 12.095 4.97303L10.222 4.27103C10.5105 3.50383 11.059 2.86217 11.7719 2.45784C12.4849 2.05351 13.3171 1.91214 14.1236 2.05837C14.9301 2.20461 15.6597 2.62917 16.1853 3.25808C16.711 3.88699 16.9993 4.68039 17 5.50003C17 6.42828 16.6313 7.31852 15.9749 7.9749C15.3185 8.63128 14.4283 9.00003 13.5 9.00003H5C4.73478 9.00003 4.48043 9.10538 4.29289 9.29292C4.10536 9.48046 4 9.73481 4 10C4 10.2652 4.10536 10.5196 4.29289 10.7071C4.48043 10.8947 4.73478 11 5 11Z"/></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 12C22 12 22 8.28 21.543 6.498C21.292 5.516 20.55 4.742 19.605 4.476C17.896 4 12 4 12 4C12 4 6.107 4 4.395 4.476C3.454 4.738 2.711 5.513 2.457 6.498C2 8.28 2 12 2 12C2 12 2 15.72 2.457 17.502C2.708 18.484 3.45 19.258 4.395 19.524C6.107 20 12 20 12 20C12 20 17.896 20 19.605 19.524C20.546 19.262 21.289 18.487 21.543 17.502C22 15.72 22 12 22 12ZM16 12L10 15.5V8.5L16 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="M21.543 6.498C22 8.28 22 12 22 12C22 12 22 15.72 21.543 17.502C21.289 18.487 20.546 19.262 19.605 19.524C17.896 20 12 20 12 20C12 20 6.107 20 4.395 19.524C3.45 19.258 2.708 18.484 2.457 17.502C2 15.72 2 12 2 12C2 12 2 8.28 2.457 6.498C2.711 5.513 3.454 4.738 4.395 4.476C6.107 4 12 4 12 4C12 4 17.896 4 19.605 4.476C20.55 4.742 21.292 5.516 21.543 6.498ZM19.606 6.995C19.53 6.697 19.314 6.472 19.067 6.403C18.63 6.28 16.5 6 12 6C7.5 6 5.372 6.28 4.931 6.403C4.687 6.471 4.471 6.696 4.394 6.995C4.285 7.419 4 9.196 4 12C4 14.804 4.285 16.58 4.394 17.006C4.47 17.303 4.686 17.528 4.932 17.596C5.372 17.72 7.5 18 12 18C16.5 18 18.629 17.72 19.069 17.597C19.313 17.529 19.529 17.304 19.606 17.005C19.715 16.581 20 14.8 20 12C20 9.2 19.715 7.42 19.606 6.995ZM10 8.5V15.5L16 12L10 8.5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.031 16.617L22.314 20.899L20.899 22.314L16.617 18.031C15.0237 19.3082 13.042 20.0029 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20.0029 13.042 19.3082 15.0237 18.031 16.617ZM10 10H7V12H10V15H12V12H15V10H12V7H10V10Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.031 16.617L22.314 20.899L20.899 22.314L16.617 18.031C15.0237 19.3082 13.042 20.0029 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20.0029 13.042 19.3082 15.0237 18.031 16.617ZM16.025 15.875C17.2941 14.5699 18.0029 12.8204 18 11C18 7.132 14.867 4 11 4C7.132 4 4 7.132 4 11C4 14.867 7.132 18 11 18C12.8204 18.0029 14.5699 17.2941 15.875 16.025L16.025 15.875ZM10 10V7H12V10H15V12H12V15H10V12H7V10H10Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.031 16.617L22.314 20.899L20.899 22.314L16.617 18.031C15.0237 19.3082 13.042 20.0029 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20.0029 13.042 19.3082 15.0237 18.031 16.617ZM7 10V12H15V10H7Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.031 16.617L22.314 20.899L20.899 22.314L16.617 18.031C15.0237 19.3082 13.042 20.0029 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20.0029 13.042 19.3082 15.0237 18.031 16.617ZM16.025 15.875C17.2941 14.5699 18.0029 12.8204 18 11C18 7.132 14.867 4 11 4C7.132 4 4 7.132 4 11C4 14.867 7.132 18 11 18C12.8204 18.0029 14.5699 17.2941 15.875 16.025L16.025 15.875ZM7 10H15V12H7V10Z"/></svg>
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.boolean-input {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
}
|
|
5
|
-
.boolean-input > label {
|
|
6
|
-
display: block;
|
|
7
|
-
margin-bottom: 4px;
|
|
8
|
-
color: #012b49;
|
|
9
|
-
font-weight: 700;
|
|
10
|
-
}
|
|
11
|
-
.boolean-input-container {
|
|
12
|
-
display: flex;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/* ######## */
|
|
16
|
-
/* INPUTS */
|
|
17
|
-
.boolean-input-content {
|
|
18
|
-
display: flex;
|
|
19
|
-
height: 32px;
|
|
20
|
-
border-radius: 6px;
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
}
|
|
23
|
-
.boolean-input-content > div {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
min-width: 44px;
|
|
28
|
-
padding: 12px;
|
|
29
|
-
background: #e7f3f9;
|
|
30
|
-
color: #007dbc;
|
|
31
|
-
font-weight: 700;
|
|
32
|
-
cursor: pointer;
|
|
33
|
-
transition: all ease 0.3s;
|
|
34
|
-
}
|
|
35
|
-
.boolean-input-content > div:first-child {
|
|
36
|
-
border-right: 1px solid #007dbc;
|
|
37
|
-
}
|
|
38
|
-
.boolean-input-content > .boolean-input--selected {
|
|
39
|
-
background: #007dbc;
|
|
40
|
-
color: #ffffff;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/* ######### */
|
|
44
|
-
/* GLOBALS */
|
|
45
|
-
* {
|
|
46
|
-
font-size: 14px;
|
|
47
|
-
outline: none;
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
50
|
-
'Helvetica Neue', sans-serif;
|
|
51
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BooleanInput = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
require("./BooleanInput.css");
|
|
6
|
-
const BooleanInput = ({ label, labelFalse, labelTrue, value, onChange }) => {
|
|
7
|
-
// #########
|
|
8
|
-
// Rendering
|
|
9
|
-
return (React.createElement("div", { className: "boolean-input" },
|
|
10
|
-
label && React.createElement("label", null, label),
|
|
11
|
-
React.createElement("div", { className: "boolean-input-container" },
|
|
12
|
-
React.createElement("div", { className: "boolean-input-content" },
|
|
13
|
-
React.createElement("div", { className: value === true ? 'boolean-input--selected' : '', onClick: () => onChange(true) }, labelTrue ?? 'Yes'),
|
|
14
|
-
React.createElement("div", { className: value === false ? 'boolean-input--selected' : '', onClick: () => onChange(false) }, labelFalse ?? 'No')))));
|
|
15
|
-
};
|
|
16
|
-
exports.BooleanInput = BooleanInput;
|
|
17
|
-
//# sourceMappingURL=BooleanInput.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BooleanInput.js","sourceRoot":"","sources":["../../../../src/components/Inputs/BooleanInput/BooleanInput.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,8BAA4B;AAErB,MAAM,YAAY,GAAG,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAqB,EAAE,EAAE;IACnG,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAC,eAAe;QAC3B,KAAK,IAAI,mCAAQ,KAAK,CAAS;QAEhC,6BAAK,SAAS,EAAC,yBAAyB;YACtC,6BAAK,SAAS,EAAC,uBAAuB;gBACpC,6BAAK,SAAS,EAAE,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,IAC3F,SAAS,IAAI,KAAK,CACf;gBACN,6BAAK,SAAS,EAAE,KAAK,KAAK,KAAK,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,IAC7F,UAAU,IAAI,IAAI,CACf,CACF,CACF,CACF,CACP,CAAC;AACJ,CAAC,CAAC;AAnBW,QAAA,YAAY,gBAmBvB"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { BooleanInputProps } from './BooleanInput.types';
|
|
3
|
-
import './BooleanInput.css';
|
|
4
|
-
|
|
5
|
-
export const BooleanInput = ({ label, labelFalse, labelTrue, value, onChange }: BooleanInputProps) => {
|
|
6
|
-
// #########
|
|
7
|
-
// Rendering
|
|
8
|
-
return (
|
|
9
|
-
<div className="boolean-input">
|
|
10
|
-
{label && <label>{label}</label>}
|
|
11
|
-
|
|
12
|
-
<div className="boolean-input-container">
|
|
13
|
-
<div className="boolean-input-content">
|
|
14
|
-
<div className={value === true ? 'boolean-input--selected' : ''} onClick={() => onChange(true)}>
|
|
15
|
-
{labelTrue ?? 'Yes'}
|
|
16
|
-
</div>
|
|
17
|
-
<div className={value === false ? 'boolean-input--selected' : ''} onClick={() => onChange(false)}>
|
|
18
|
-
{labelFalse ?? 'No'}
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BooleanInput.types.js","sourceRoot":"","sources":["../../../../src/components/Inputs/BooleanInput/BooleanInput.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { BooleanInput } from '../BooleanInput';
|
|
4
|
-
|
|
5
|
-
<Meta title="Components/Inputs/BooleanInput" />
|
|
6
|
-
|
|
7
|
-
export const inputArgType = {
|
|
8
|
-
label: {
|
|
9
|
-
control: 'text',
|
|
10
|
-
description: 'Label of the input.',
|
|
11
|
-
},
|
|
12
|
-
labelFalse: {
|
|
13
|
-
control: 'text',
|
|
14
|
-
description: 'Label of the FALSE value.',
|
|
15
|
-
},
|
|
16
|
-
labelTrue: {
|
|
17
|
-
control: 'text',
|
|
18
|
-
description: 'Label of the TRUE value.',
|
|
19
|
-
},
|
|
20
|
-
value: {
|
|
21
|
-
control: 'boolean',
|
|
22
|
-
description: 'Value of the input (can be undefined).',
|
|
23
|
-
},
|
|
24
|
-
onChange: {
|
|
25
|
-
control: 'function',
|
|
26
|
-
description: 'The handler called when clicking on input.',
|
|
27
|
-
},
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
# Boolean Input
|
|
31
|
-
|
|
32
|
-
The Boolean input is used to quickly switch between two possible states. It is commonly used for "yes/no" switches. The input can in some cases have a 3rd state, EMPTY.
|
|
33
|
-
|
|
34
|
-
## Overview
|
|
35
|
-
|
|
36
|
-
<Canvas>
|
|
37
|
-
<Story name="Overview" args={{ label: 'Label', onChange: () => {} }} argTypes={inputArgType}>
|
|
38
|
-
{args => <BooleanInput {...args} />}
|
|
39
|
-
</Story>
|
|
40
|
-
</Canvas>
|
|
41
|
-
|
|
42
|
-
## Props
|
|
43
|
-
|
|
44
|
-
<ArgsTable story="Overview" of={BooleanInput} />
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
.text-input {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
}
|
|
5
|
-
.text-input > label {
|
|
6
|
-
display: block;
|
|
7
|
-
margin-bottom: 4px;
|
|
8
|
-
color: #012b49;
|
|
9
|
-
font-weight: 700;
|
|
10
|
-
}
|
|
11
|
-
.text-input-container {
|
|
12
|
-
position: relative;
|
|
13
|
-
}
|
|
14
|
-
.text-input-container > input {
|
|
15
|
-
width: 100%;
|
|
16
|
-
height: 32px;
|
|
17
|
-
padding: 0 40px 0 12px;
|
|
18
|
-
border: 1px solid #d4d4d4;
|
|
19
|
-
border-radius: 6px;
|
|
20
|
-
color: #007dbc;
|
|
21
|
-
font-weight: 700;
|
|
22
|
-
}
|
|
23
|
-
.text-input-container > input::placeholder {
|
|
24
|
-
font-weight: 400;
|
|
25
|
-
}
|
|
26
|
-
.text-input-container > .icon {
|
|
27
|
-
position: absolute;
|
|
28
|
-
top: 50%;
|
|
29
|
-
right: 12px;
|
|
30
|
-
color: #4e5d6b;
|
|
31
|
-
transform: translateY(-50%);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/* ######### */
|
|
35
|
-
/* GLOBALS */
|
|
36
|
-
* {
|
|
37
|
-
font-size: 14px;
|
|
38
|
-
outline: none;
|
|
39
|
-
box-sizing: border-box;
|
|
40
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
41
|
-
'Helvetica Neue', sans-serif;
|
|
42
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TextInput = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Icon_1 = require("../../Icon/Icon");
|
|
6
|
-
require("./TextInput.css");
|
|
7
|
-
const TextInput = ({ icon, label, placeholder, value, autofocus, onChange }) => {
|
|
8
|
-
// ########
|
|
9
|
-
// Handlers
|
|
10
|
-
const handleChange = (e) => onChange(e.target.value);
|
|
11
|
-
// #########
|
|
12
|
-
// Rendering
|
|
13
|
-
return (React.createElement("div", { className: "text-input" },
|
|
14
|
-
label && React.createElement("label", null, label),
|
|
15
|
-
React.createElement("div", { className: "text-input-container" },
|
|
16
|
-
React.createElement("input", { type: "text", placeholder: placeholder, value: value, autoFocus: autofocus, onChange: handleChange }),
|
|
17
|
-
icon && React.createElement(Icon_1.Icon, { name: icon, size: "16" }))));
|
|
18
|
-
};
|
|
19
|
-
exports.TextInput = TextInput;
|
|
20
|
-
//# sourceMappingURL=TextInput.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.js","sourceRoot":"","sources":["../../../../src/components/Inputs/TextInput/TextInput.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,0CAAuC;AAEvC,2BAAyB;AAElB,MAAM,SAAS,GAAG,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAkB,EAAE,EAAE;IACpG,WAAW;IACX,WAAW;IACX,MAAM,YAAY,GAAG,CAAC,CAAgC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAEpF,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAC,YAAY;QACxB,KAAK,IAAI,mCAAQ,KAAK,CAAS;QAEhC,6BAAK,SAAS,EAAC,sBAAsB;YACnC,+BAAO,IAAI,EAAC,MAAM,EAAC,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,YAAY,GAAI;YAC1G,IAAI,IAAI,oBAAC,WAAI,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,IAAI,GAAG,CACnC,CACF,CACP,CAAC;AACJ,CAAC,CAAC;AAjBW,QAAA,SAAS,aAiBpB"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { ChangeEvent } from 'react';
|
|
3
|
-
import { Icon } from '../../Icon/Icon';
|
|
4
|
-
import { TextInputProps } from './TextInput.types';
|
|
5
|
-
import './TextInput.css';
|
|
6
|
-
|
|
7
|
-
export const TextInput = ({ icon, label, placeholder, value, autofocus, onChange }: TextInputProps) => {
|
|
8
|
-
// ########
|
|
9
|
-
// Handlers
|
|
10
|
-
const handleChange = (e: ChangeEvent<HTMLInputElement>) => onChange(e.target.value);
|
|
11
|
-
|
|
12
|
-
// #########
|
|
13
|
-
// Rendering
|
|
14
|
-
return (
|
|
15
|
-
<div className="text-input">
|
|
16
|
-
{label && <label>{label}</label>}
|
|
17
|
-
|
|
18
|
-
<div className="text-input-container">
|
|
19
|
-
<input type="text" placeholder={placeholder} value={value} autoFocus={autofocus} onChange={handleChange} />
|
|
20
|
-
{icon && <Icon name={icon} size="16" />}
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.types.js","sourceRoot":"","sources":["../../../../src/components/Inputs/TextInput/TextInput.types.ts"],"names":[],"mappings":""}
|