@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,93 +0,0 @@
|
|
|
1
|
-
.button {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
border: none;
|
|
6
|
-
border-radius: 6px;
|
|
7
|
-
font-size: 14px;
|
|
8
|
-
line-height: 16px;
|
|
9
|
-
font-weight: 500;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
transition: all ease 0.3s;
|
|
12
|
-
}
|
|
13
|
-
.button > div {
|
|
14
|
-
margin-right: 8px;
|
|
15
|
-
}
|
|
16
|
-
.button > div:last-child {
|
|
17
|
-
margin-right: 0px;
|
|
18
|
-
}
|
|
19
|
-
/* ####### */
|
|
20
|
-
/* BLOCK */
|
|
21
|
-
.button--block {
|
|
22
|
-
width: 100%;
|
|
23
|
-
}
|
|
24
|
-
/* ####### */
|
|
25
|
-
/* SIZES */
|
|
26
|
-
.button--md {
|
|
27
|
-
height: 32px;
|
|
28
|
-
padding: 0 14px;
|
|
29
|
-
}
|
|
30
|
-
.button--md.button--icon-only {
|
|
31
|
-
width: 32px;
|
|
32
|
-
padding: 0;
|
|
33
|
-
}
|
|
34
|
-
.button--lg {
|
|
35
|
-
height: 40px;
|
|
36
|
-
padding: 0 16px;
|
|
37
|
-
}
|
|
38
|
-
.button--lg.button--icon-only {
|
|
39
|
-
width: 40px;
|
|
40
|
-
padding: 0;
|
|
41
|
-
}
|
|
42
|
-
/* ########## */
|
|
43
|
-
/* VARIANTS */
|
|
44
|
-
.button--primary {
|
|
45
|
-
background: #007dbc;
|
|
46
|
-
color: #ffffff;
|
|
47
|
-
}
|
|
48
|
-
.button--primary:hover {
|
|
49
|
-
background: #00689d;
|
|
50
|
-
}
|
|
51
|
-
.button--secondary {
|
|
52
|
-
background: #e7f3f9;
|
|
53
|
-
color: #007dbc;
|
|
54
|
-
}
|
|
55
|
-
.button--secondary:hover {
|
|
56
|
-
background: #bedeef;
|
|
57
|
-
}
|
|
58
|
-
.button--success {
|
|
59
|
-
background: #02be8a;
|
|
60
|
-
color: #ffffff;
|
|
61
|
-
}
|
|
62
|
-
.button--success:hover {
|
|
63
|
-
background: #029e73;
|
|
64
|
-
color: #ffffff;
|
|
65
|
-
}
|
|
66
|
-
.button--ghost {
|
|
67
|
-
background: #ffffff;
|
|
68
|
-
color: #1d1d1b;
|
|
69
|
-
font-weight: 400;
|
|
70
|
-
}
|
|
71
|
-
.button--ghost:hover {
|
|
72
|
-
background: #e7f3f9;
|
|
73
|
-
}
|
|
74
|
-
.button--shadow {
|
|
75
|
-
box-shadow: 0px 12px 12px 0px #00537d1a;
|
|
76
|
-
background: #ffffff;
|
|
77
|
-
color: #4e5d6b;
|
|
78
|
-
}
|
|
79
|
-
/* ######### */
|
|
80
|
-
/* ROUNDED */
|
|
81
|
-
.button--rounded {
|
|
82
|
-
border-radius: 9999px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/* ######### */
|
|
86
|
-
/* GLOBALS */
|
|
87
|
-
* {
|
|
88
|
-
font-size: 14px;
|
|
89
|
-
outline: none;
|
|
90
|
-
box-sizing: border-box;
|
|
91
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
92
|
-
'Helvetica Neue', sans-serif;
|
|
93
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { ButtonProps } from './Button.types';
|
|
4
|
-
import './Button.css';
|
|
5
|
-
export declare const Button: ({ children, icon, iconDirection, size, variant, block, rounded, onClick, }: PropsWithChildren<ButtonProps>) => React.JSX.Element;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Button = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Icon_1 = require("../Icon/Icon");
|
|
6
|
-
require("./Button.css");
|
|
7
|
-
const Button = ({ children, icon, iconDirection = 'left', size = 'md', variant = 'primary', block, rounded, onClick, }) => {
|
|
8
|
-
// #########
|
|
9
|
-
// Rendering
|
|
10
|
-
return (React.createElement("button", { className: `
|
|
11
|
-
button button--${size} button--${variant}
|
|
12
|
-
${block ? 'button--block' : ''}
|
|
13
|
-
${rounded ? 'button--rounded' : ''}
|
|
14
|
-
${icon && !children ? 'button--icon-only' : ''}
|
|
15
|
-
`, onClick: onClick },
|
|
16
|
-
icon && iconDirection === 'left' && React.createElement(Icon_1.Icon, { name: icon, size: "16" }),
|
|
17
|
-
children && React.createElement("div", null, children),
|
|
18
|
-
icon && iconDirection === 'right' && React.createElement(Icon_1.Icon, { name: icon, size: "16" })));
|
|
19
|
-
};
|
|
20
|
-
exports.Button = Button;
|
|
21
|
-
//# sourceMappingURL=Button.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,uCAAoC;AAEpC,wBAAsB;AAEf,MAAM,MAAM,GAAG,CAAC,EACrB,QAAQ,EACR,IAAI,EACJ,aAAa,GAAG,MAAM,EACtB,IAAI,GAAG,IAAI,EACX,OAAO,GAAG,SAAS,EACnB,KAAK,EACL,OAAO,EACP,OAAO,GACwB,EAAE,EAAE;IACnC,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,gCACE,SAAS,EAAE;yBACQ,IAAI,YAAY,OAAO;UACtC,KAAK,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE;UAC5B,OAAO,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE;UAChC,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE;OAC/C,EACD,OAAO,EAAE,OAAO;QAEf,IAAI,IAAI,aAAa,KAAK,MAAM,IAAI,oBAAC,WAAI,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,IAAI,GAAG;QAClE,QAAQ,IAAI,iCAAM,QAAQ,CAAO;QACjC,IAAI,IAAI,aAAa,KAAK,OAAO,IAAI,oBAAC,WAAI,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,IAAI,GAAG,CAC7D,CACV,CAAC;AACJ,CAAC,CAAC;AA3BW,QAAA,MAAM,UA2BjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.types.js","sourceRoot":"","sources":["../../../src/components/Button/Button.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { Button } from '../Button';
|
|
4
|
-
import { icons } from '../../Icon/icons';
|
|
5
|
-
|
|
6
|
-
<Meta title="Components/Button" />
|
|
7
|
-
|
|
8
|
-
export const buttonArgTypes = {
|
|
9
|
-
children: {
|
|
10
|
-
control: 'text',
|
|
11
|
-
description: 'Child of the button.',
|
|
12
|
-
},
|
|
13
|
-
icon: {
|
|
14
|
-
control: 'select',
|
|
15
|
-
options: Object.keys(icons),
|
|
16
|
-
description: 'Icon of the button.',
|
|
17
|
-
},
|
|
18
|
-
iconDirection: {
|
|
19
|
-
control: 'inline-radio',
|
|
20
|
-
options: ['left', 'right'],
|
|
21
|
-
description: 'Define the direction of the icon.',
|
|
22
|
-
table: { defaultValue: { summary: 'left' } },
|
|
23
|
-
},
|
|
24
|
-
size: {
|
|
25
|
-
control: 'inline-radio',
|
|
26
|
-
options: ['md', 'lg'],
|
|
27
|
-
description: 'Define the size of the button.',
|
|
28
|
-
table: { defaultValue: { summary: 'md' } },
|
|
29
|
-
},
|
|
30
|
-
variant: {
|
|
31
|
-
control: 'inline-radio',
|
|
32
|
-
options: ['primary', 'secondary', 'success', 'ghost', 'shadow'],
|
|
33
|
-
description: "Variant of the button defining it's color and outline.",
|
|
34
|
-
table: { defaultValue: { summary: 'primary' } },
|
|
35
|
-
},
|
|
36
|
-
block: {
|
|
37
|
-
control: 'boolean',
|
|
38
|
-
description: 'Define if the button is full width',
|
|
39
|
-
table: { defaultValue: { summary: 'false' } },
|
|
40
|
-
},
|
|
41
|
-
rounded: {
|
|
42
|
-
control: 'boolean',
|
|
43
|
-
description: 'Define if the button has its corner full rounded',
|
|
44
|
-
table: { defaultValue: { summary: 'false' } },
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
# Button
|
|
49
|
-
|
|
50
|
-
Buttons express what action will occur when the users clicks. Buttons are used to initialize an action, either in the background or foreground of an experience.
|
|
51
|
-
|
|
52
|
-
## Overview
|
|
53
|
-
|
|
54
|
-
<Canvas>
|
|
55
|
-
<Story
|
|
56
|
-
name="Overview"
|
|
57
|
-
args={{
|
|
58
|
-
children: 'Button',
|
|
59
|
-
iconDirection: 'left',
|
|
60
|
-
size: 'md',
|
|
61
|
-
variant: 'primary',
|
|
62
|
-
block: false,
|
|
63
|
-
rounded: false,
|
|
64
|
-
onClick: () => {},
|
|
65
|
-
}}
|
|
66
|
-
argTypes={buttonArgTypes}
|
|
67
|
-
>
|
|
68
|
-
{args => <Button {...args}>{args.children}</Button>}
|
|
69
|
-
</Story>
|
|
70
|
-
</Canvas>
|
|
71
|
-
|
|
72
|
-
## Props
|
|
73
|
-
|
|
74
|
-
<ArgsTable story="Overview" of={Button} />
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
.checkbox {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
cursor: pointer;
|
|
5
|
-
}
|
|
6
|
-
/* ##### */
|
|
7
|
-
/* BOX */
|
|
8
|
-
.checkbox:hover .checkbox-box {
|
|
9
|
-
background: #e7f3f9;
|
|
10
|
-
}
|
|
11
|
-
.checkbox-box {
|
|
12
|
-
position: relative;
|
|
13
|
-
display: flex;
|
|
14
|
-
align-items: center;
|
|
15
|
-
justify-content: center;
|
|
16
|
-
width: 24px;
|
|
17
|
-
height: 24px;
|
|
18
|
-
border-radius: 6px;
|
|
19
|
-
color: #007dbc;
|
|
20
|
-
transition: all ease 0.3s;
|
|
21
|
-
}
|
|
22
|
-
.checkbox-box::before {
|
|
23
|
-
content: '';
|
|
24
|
-
position: absolute;
|
|
25
|
-
width: 16px;
|
|
26
|
-
height: 16px;
|
|
27
|
-
border-radius: 6px;
|
|
28
|
-
background: #ffffff;
|
|
29
|
-
z-index: 10;
|
|
30
|
-
}
|
|
31
|
-
.checkbox-box .icon {
|
|
32
|
-
z-index: 20;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/* ################# */
|
|
36
|
-
/* LABEL / CAPTION */
|
|
37
|
-
.checkbox-container {
|
|
38
|
-
width: 100%;
|
|
39
|
-
margin-left: 4px;
|
|
40
|
-
padding: 4px 8px;
|
|
41
|
-
border-radius: 6px;
|
|
42
|
-
}
|
|
43
|
-
.checkbox-container--with-caption .checkbox-label {
|
|
44
|
-
color: #007dbc;
|
|
45
|
-
font-weight: 700;
|
|
46
|
-
}
|
|
47
|
-
.checkbox-caption {
|
|
48
|
-
color: #404040;
|
|
49
|
-
font-size: 12px;
|
|
50
|
-
font-style: italic;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/* ######### */
|
|
54
|
-
/* GLOBALS */
|
|
55
|
-
* {
|
|
56
|
-
font-size: 14px;
|
|
57
|
-
outline: none;
|
|
58
|
-
box-sizing: border-box;
|
|
59
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
60
|
-
'Helvetica Neue', sans-serif;
|
|
61
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { CheckboxProps } from './Checkbox.types';
|
|
4
|
-
import './Checkbox.css';
|
|
5
|
-
export declare const CheckboxLabel: ({ children }: PropsWithChildren) => React.JSX.Element;
|
|
6
|
-
export declare const CheckboxCaption: ({ children }: PropsWithChildren) => React.JSX.Element;
|
|
7
|
-
export declare const Checkbox: ({ children, checked, onChange }: PropsWithChildren<CheckboxProps>) => React.JSX.Element;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Checkbox = exports.CheckboxCaption = exports.CheckboxLabel = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
const validator_utils_1 = require("../../utils/validator.utils");
|
|
7
|
-
const Icon_1 = require("../Icon/Icon");
|
|
8
|
-
require("./Checkbox.css");
|
|
9
|
-
const CheckboxLabel = ({ children }) => React.createElement("div", { className: "checkbox-label" }, children);
|
|
10
|
-
exports.CheckboxLabel = CheckboxLabel;
|
|
11
|
-
const CheckboxCaption = ({ children }) => React.createElement("div", { className: "checkbox-caption" }, children);
|
|
12
|
-
exports.CheckboxCaption = CheckboxCaption;
|
|
13
|
-
const Checkbox = ({ children, checked, onChange }) => {
|
|
14
|
-
const labelElement = react_1.Children.toArray(children).find(c => (0, validator_utils_1.isSuiteElement)(c, 'CheckboxLabel'));
|
|
15
|
-
const captionElement = react_1.Children.toArray(children).find(c => (0, validator_utils_1.isSuiteElement)(c, 'CheckboxCaption'));
|
|
16
|
-
// #########
|
|
17
|
-
// Rendering
|
|
18
|
-
return (React.createElement("div", { className: "checkbox", onClick: () => onChange(!checked) },
|
|
19
|
-
React.createElement("div", { className: "checkbox-box" },
|
|
20
|
-
checked && React.createElement(Icon_1.Icon, { name: "square-check-filled" }),
|
|
21
|
-
!checked && React.createElement(Icon_1.Icon, { name: "square" })),
|
|
22
|
-
React.createElement("div", { className: `checkbox-container ${captionElement ? 'checkbox-container--with-caption' : ''}` },
|
|
23
|
-
labelElement,
|
|
24
|
-
captionElement)));
|
|
25
|
-
};
|
|
26
|
-
exports.Checkbox = Checkbox;
|
|
27
|
-
//# sourceMappingURL=Checkbox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.js","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,iCAAoD;AACpD,iEAA6D;AAC7D,uCAAoC;AAEpC,0BAAwB;AAEjB,MAAM,aAAa,GAAG,CAAC,EAAE,QAAQ,EAAqB,EAAE,EAAE,CAAC,6BAAK,SAAS,EAAC,gBAAgB,IAAE,QAAQ,CAAO,CAAC;AAAtG,QAAA,aAAa,iBAAyF;AAC5G,MAAM,eAAe,GAAG,CAAC,EAAE,QAAQ,EAAqB,EAAE,EAAE,CAAC,6BAAK,SAAS,EAAC,kBAAkB,IAAE,QAAQ,CAAO,CAAC;AAA1G,QAAA,eAAe,mBAA2F;AAEhH,MAAM,QAAQ,GAAG,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAoC,EAAE,EAAE;IAC5F,MAAM,YAAY,GAAG,gBAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,IAAA,gCAAc,EAAC,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC;IAC9F,MAAM,cAAc,GAAG,gBAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,IAAA,gCAAc,EAAC,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAElG,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAC,UAAU,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC;QACzD,6BAAK,SAAS,EAAC,cAAc;YAC1B,OAAO,IAAI,oBAAC,WAAI,IAAC,IAAI,EAAC,qBAAqB,GAAG;YAC9C,CAAC,OAAO,IAAI,oBAAC,WAAI,IAAC,IAAI,EAAC,QAAQ,GAAG,CAC/B;QAEN,6BAAK,SAAS,EAAE,sBAAsB,cAAc,CAAC,CAAC,CAAC,kCAAkC,CAAC,CAAC,CAAC,EAAE,EAAE;YAC7F,YAAY;YACZ,cAAc,CACX,CACF,CACP,CAAC;AACJ,CAAC,CAAC;AAnBW,QAAA,QAAQ,YAmBnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.types.js","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { Checkbox, CheckboxLabel, CheckboxCaption } from '../Checkbox';
|
|
4
|
-
|
|
5
|
-
<Meta title="Components/Checkbox" />
|
|
6
|
-
|
|
7
|
-
export const checkboxArgTypes = {
|
|
8
|
-
checked: {
|
|
9
|
-
control: 'boolean',
|
|
10
|
-
description: 'State of the checkbox.',
|
|
11
|
-
table: { defaultValue: { summary: 'false' } },
|
|
12
|
-
},
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
# Checkbox
|
|
16
|
-
|
|
17
|
-
Checkboxes are applied when users can select all, several, or none of the options from a given list.
|
|
18
|
-
|
|
19
|
-
## Overview
|
|
20
|
-
|
|
21
|
-
<Canvas>
|
|
22
|
-
<Story
|
|
23
|
-
name="Overview"
|
|
24
|
-
args={{
|
|
25
|
-
children: [
|
|
26
|
-
<CheckboxLabel>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</CheckboxLabel>,
|
|
27
|
-
<CheckboxCaption>
|
|
28
|
-
Auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
|
|
29
|
-
viverra nisl, in posuere dui urna eget quam.
|
|
30
|
-
</CheckboxCaption>,
|
|
31
|
-
],
|
|
32
|
-
checked: false,
|
|
33
|
-
onChange: () => {},
|
|
34
|
-
}}
|
|
35
|
-
argTypes={checkboxArgTypes}
|
|
36
|
-
>
|
|
37
|
-
{args => <Checkbox {...args}>{args.children}</Checkbox>}
|
|
38
|
-
</Story>
|
|
39
|
-
</Canvas>
|
|
40
|
-
|
|
41
|
-
## Props
|
|
42
|
-
|
|
43
|
-
<ArgsTable story="Overview" of={Checkbox} />
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.icon--16 {
|
|
2
|
-
width: 16px;
|
|
3
|
-
height: 16px;
|
|
4
|
-
}
|
|
5
|
-
.icon--20 {
|
|
6
|
-
width: 20px;
|
|
7
|
-
height: 20px;
|
|
8
|
-
}
|
|
9
|
-
.icon--24 {
|
|
10
|
-
width: 24px;
|
|
11
|
-
height: 24px;
|
|
12
|
-
}
|
|
13
|
-
.icon svg {
|
|
14
|
-
width: 100%;
|
|
15
|
-
height: 100%;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/* ######### */
|
|
19
|
-
/* GLOBALS */
|
|
20
|
-
* {
|
|
21
|
-
font-size: 14px;
|
|
22
|
-
outline: none;
|
|
23
|
-
box-sizing: border-box;
|
|
24
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
25
|
-
'Helvetica Neue', sans-serif;
|
|
26
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Icon = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const icons_1 = require("./icons");
|
|
6
|
-
require("./Icon.css");
|
|
7
|
-
const Icon = ({ name, size = '20' }) => {
|
|
8
|
-
const icon = icons_1.icons[name];
|
|
9
|
-
// #########
|
|
10
|
-
// Rendering
|
|
11
|
-
if (!icon)
|
|
12
|
-
return React.createElement(React.Fragment, null);
|
|
13
|
-
return React.createElement("div", { className: `icon icon--${size}`, dangerouslySetInnerHTML: { __html: icon } });
|
|
14
|
-
};
|
|
15
|
-
exports.Icon = Icon;
|
|
16
|
-
//# sourceMappingURL=Icon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,mCAAgC;AAChC,sBAAoB;AAEb,MAAM,IAAI,GAAG,CAAC,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,EAAa,EAAE,EAAE;IACvD,MAAM,IAAI,GAAG,aAAK,CAAC,IAAI,CAAC,CAAC;IAEzB,YAAY;IACZ,YAAY;IACZ,IAAI,CAAC,IAAI;QAAE,OAAO,yCAAK,CAAC;IACxB,OAAO,6BAAK,SAAS,EAAE,cAAc,IAAI,EAAE,EAAE,uBAAuB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,GAAI,CAAC;AAC7F,CAAC,CAAC;AAPW,QAAA,IAAI,QAOf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.types.js","sourceRoot":"","sources":["../../../src/components/Icon/Icon.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { Icon } from '../Icon';
|
|
4
|
-
import { icons } from '../icons';
|
|
5
|
-
|
|
6
|
-
<Meta title="Guidelines/Iconography" />
|
|
7
|
-
|
|
8
|
-
<style>
|
|
9
|
-
{`
|
|
10
|
-
.icons {
|
|
11
|
-
display: flex;
|
|
12
|
-
flex-wrap: wrap;
|
|
13
|
-
margin-top: 20px;
|
|
14
|
-
}
|
|
15
|
-
.icon-container {
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-direction: column;
|
|
18
|
-
width: 140px;
|
|
19
|
-
height: 110px;
|
|
20
|
-
margin: 0 10px 10px 0;
|
|
21
|
-
box-shadow: rgba(0, 0, 0, 0.10) 0 1px 3px 0;
|
|
22
|
-
border: 1px solid hsla(203, 50%, 30%, 0.15);
|
|
23
|
-
border-radius: 5px;
|
|
24
|
-
color: #27272a;
|
|
25
|
-
overflow: hidden;
|
|
26
|
-
}
|
|
27
|
-
.icon {
|
|
28
|
-
display: flex;
|
|
29
|
-
flex: 1;
|
|
30
|
-
align-items: center;
|
|
31
|
-
justify-content: center;
|
|
32
|
-
}
|
|
33
|
-
.icon-label {
|
|
34
|
-
display: flex;
|
|
35
|
-
align-items: center;
|
|
36
|
-
justify-content: center;
|
|
37
|
-
height: 30px;
|
|
38
|
-
border-top: 1px solid hsla(203, 50%, 30%, 0.15);
|
|
39
|
-
background: #fafafa;
|
|
40
|
-
font-size: 13px;
|
|
41
|
-
}
|
|
42
|
-
`}
|
|
43
|
-
</style>
|
|
44
|
-
|
|
45
|
-
export const iconArgTypes = {
|
|
46
|
-
name: {
|
|
47
|
-
control: 'select',
|
|
48
|
-
options: Object.keys(icons),
|
|
49
|
-
description: 'Name of an icon.',
|
|
50
|
-
},
|
|
51
|
-
size: {
|
|
52
|
-
control: 'inline-radio',
|
|
53
|
-
options: ['16', '20', '24'],
|
|
54
|
-
description: 'Define the size of an icon.',
|
|
55
|
-
table: { defaultValue: { summary: '20' } },
|
|
56
|
-
},
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
# Iconography
|
|
60
|
-
|
|
61
|
-
Icons are visual symbols used to represent ideas, objects or actions. They communicate messages at a glance, allow interactivity and draw attention to important information.
|
|
62
|
-
|
|
63
|
-
## Overview
|
|
64
|
-
|
|
65
|
-
<Canvas>
|
|
66
|
-
<Story name="Overview" args={{ name: 'heart', size: '20' }} argTypes={iconArgTypes}>
|
|
67
|
-
{args => <Icon {...args} />}
|
|
68
|
-
</Story>
|
|
69
|
-
</Canvas>
|
|
70
|
-
|
|
71
|
-
## Props
|
|
72
|
-
|
|
73
|
-
<ArgsTable story="Overview" of={Icon} />
|
|
74
|
-
|
|
75
|
-
## Icons
|
|
76
|
-
|
|
77
|
-
<div className="icons">
|
|
78
|
-
{Object.keys(icons).map(icon => (
|
|
79
|
-
<div className="icon-container" key={icon}>
|
|
80
|
-
<div className="icon">
|
|
81
|
-
<Icon name={icon} />
|
|
82
|
-
</div>
|
|
83
|
-
<div className="icon-label">{icon}</div>
|
|
84
|
-
</div>
|
|
85
|
-
))}
|
|
86
|
-
</div>
|
|
@@ -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 6C10.8954 6 9.99999 6.89543 9.99999 8C9.99999 9.10457 10.8954 10 12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6ZM7.02985 10.7575C7.1638 10.2217 7.70673 9.89591 8.24253 10.0299L12 10.9692L15.7575 10.0299C16.2933 9.89591 16.8362 10.2217 16.9701 10.7575C17.1041 11.2933 16.7783 11.8362 16.2425 11.9701L13.0721 12.7628L15.8 16.4C16.1314 16.8418 16.0418 17.4686 15.6 17.8C15.1582 18.1314 14.5314 18.0418 14.2 17.6L12 14.6667L9.79999 17.6C9.46862 18.0418 8.84182 18.1314 8.39999 17.8C7.95816 17.4686 7.86862 16.8418 8.19999 16.4L10.9279 12.7628L7.75746 11.9701C7.22166 11.8362 6.8959 11.2933 7.02985 10.7575Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8ZM8.24254 10.0299C7.70674 9.89591 7.16381 10.2217 7.02986 10.7575C6.89591 11.2933 7.22167 11.8362 7.75746 11.9701L10.9279 12.7628L8.2 16.4C7.86863 16.8418 7.95817 17.4686 8.4 17.8C8.84183 18.1314 9.46863 18.0418 9.8 17.6L12 14.6667L14.2 17.6C14.5314 18.0418 15.1582 18.1314 15.6 17.8C16.0418 17.4686 16.1314 16.8418 15.8 16.4L13.0721 12.7628L16.2425 11.9701C16.7783 11.8362 17.1041 11.2933 16.9701 10.7575C16.8362 10.2217 16.2933 9.89591 15.7575 10.0299L12 10.9692L8.24254 10.0299Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM11 11H7V13H11V17H13V13H17V11H13V7H11V11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 11V7H13V11H17V13H13V17H11V13H7V11H11ZM12 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 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.392 3.49996L21.918 20C22.0057 20.152 22.0519 20.3244 22.0519 20.5C22.052 20.6755 22.0057 20.8479 21.918 20.9999C21.8302 21.152 21.704 21.2782 21.552 21.366C21.4 21.4537 21.2275 21.5 21.052 21.5H1.99997C1.82444 21.5 1.652 21.4537 1.49998 21.366C1.34797 21.2782 1.22173 21.152 1.13397 20.9999C1.0462 20.8479 0.999999 20.6755 1 20.5C1 20.3244 1.04621 20.152 1.13397 20L10.66 3.49996C10.7477 3.34795 10.874 3.22172 11.026 3.13396C11.178 3.0462 11.3504 3 11.526 3C11.7015 3 11.8739 3.0462 12.026 3.13396C12.178 3.22172 12.3042 3.34795 12.392 3.49996ZM10.526 16.5V18.5H12.526V16.5H10.526ZM10.526 9.49996V14.5H12.526V9.49996H10.526Z"/></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.918 20L12.392 3.49996C12.2133 3.19058 11.8832 3 11.526 3C11.1687 3 10.8386 3.19058 10.66 3.49996L1.13397 20C0.955344 20.3094 0.955342 20.6905 1.13397 20.9999C1.31259 21.3093 1.64271 21.4999 1.99997 21.5H21.052C21.4092 21.4999 21.7394 21.3093 21.918 20.9999C22.0966 20.6905 22.0966 20.3094 21.918 20ZM19.32 19.5H3.73197L11.526 5.99996L19.32 19.5ZM12.526 16.5V18.5H10.526V16.5H12.526ZM12.526 9.49996H10.526V14.5H12.526V9.49996Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 19H21V21H3V19ZM8 13H11L7 17L3 13H6V3H8V13ZM18 13H21L17 17L13 13H16V3H18V13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 19H21V21H3V19ZM8 13H11L7 17L3 13H6V3H8V13ZM18 13H21L17 17L13 13H16V3H18V13Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 4H21V6H3V4ZM5 19H19V21H5V19ZM3 14H21V16H3V14ZM5 9H19V11H5V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 4H21V6H3V4ZM5 19H19V21H5V19ZM3 14H21V16H3V14ZM5 9H19V11H5V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 4H21V6H3V4ZM3 19H17V21H3V19ZM3 14H21V16H3V14ZM3 9H17V11H3V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 4H21V6H3V4ZM3 19H17V21H3V19ZM3 14H21V16H3V14ZM3 9H17V11H3V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 4H21V6H3V4ZM7 19H21V21H7V19ZM3 14H21V16H3V14ZM7 9H21V11H7V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 4H21V6H3V4ZM7 19H21V21H7V19ZM3 14H21V16H3V14ZM7 9H21V11H7V9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 3H21V5H3V3ZM8 11V21H6V11H3L7 7L11 11H8ZM18 11V21H16V11H13L17 7L21 11H18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 3H21V5H3V3ZM8 11V21H6V11H3L7 7L11 11H8ZM18 11V21H16V11H13L17 7L21 11H18Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 11H21V13H3V11ZM18 18V21H16V18H13L17 14L21 18H18ZM8 18V21H6V18H3L7 14L11 18H8ZM18 6H21L17 10L13 6H16V3H18V6ZM8 6H11L7 10L3 6H6V3H8V6Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 11H21V13H3V11ZM18 18V21H16V18H13L17 14L21 18H18ZM8 18V21H6V18H3L7 14L11 18H8ZM18 6H21L17 10L13 6H16V3H18V6ZM8 6H11L7 10L3 6H6V3H8V6Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21.9961 18.23C21.9961 18.957 21.5911 20.357 20.6821 21.126C20.5001 21.266 20.3171 21.187 20.3971 20.983C20.6621 20.335 21.2691 18.836 20.9841 18.491C20.7841 18.229 19.9541 18.248 19.2461 18.309C18.9221 18.35 18.6391 18.369 18.4181 18.414C18.2151 18.431 18.1731 18.251 18.3771 18.111C18.6391 17.926 18.9221 17.786 19.2471 17.683C20.3971 17.339 21.7271 17.546 21.9171 17.766C21.9531 17.808 21.9971 17.926 21.9971 18.229L21.9961 18.23ZM20.0751 19.524C19.811 19.7257 19.5337 19.9094 19.2451 20.074C17.1231 21.349 14.3751 22.017 11.9871 22.017C8.14405 22.017 4.70705 20.6 2.09905 18.229C1.87605 18.047 2.06105 17.783 2.32205 17.926C5.13205 19.566 8.61005 20.558 12.2111 20.558C14.4761 20.558 16.9191 20.134 19.2461 19.222C19.4081 19.161 19.5901 19.078 19.7491 19.02C20.1161 18.855 20.4391 19.263 20.0751 19.524ZM13.9051 8.494C13.9051 7.453 13.9461 6.84 13.6011 6.314C13.2951 5.881 12.7681 5.621 12.0331 5.662C11.2351 5.706 10.3781 6.229 10.1591 7.188C10.1171 7.408 9.98805 7.624 9.72305 7.671L7.28705 7.361C7.11305 7.321 6.84905 7.188 6.93505 6.84C7.45805 4.088 9.81005 3.129 12.0331 3H12.5561C13.7761 3 15.3431 3.349 16.3461 4.264C17.5631 5.4 17.4341 6.926 17.4341 8.584V12.511C17.4341 13.689 17.9111 14.211 18.3921 14.825C18.5221 15.044 18.5661 15.302 18.3471 15.48C17.8671 15.915 16.9531 16.699 16.4301 17.134C16.2561 17.267 15.9421 17.281 15.8201 17.179C15.0501 16.534 14.8621 16.176 14.3851 15.521C13.5551 16.392 12.8591 16.873 12.0301 17.134C11.4471 17.282 10.8475 17.3546 10.2461 17.35C8.15605 17.35 6.50005 16.047 6.50005 13.47C6.50005 11.421 7.59005 10.028 9.20005 9.369C10.8101 8.709 13.1501 8.499 13.9041 8.495L13.9051 8.494ZM13.4271 13.686C13.9471 12.814 13.9041 12.1 13.9041 10.501C13.2531 10.501 12.5981 10.546 12.0331 10.679C10.9881 10.982 10.1591 11.64 10.1591 13.034C10.1591 14.124 10.7261 14.866 11.6841 14.866C11.8161 14.866 11.9321 14.85 12.0331 14.821C12.7031 14.635 13.1211 14.299 13.4271 13.686Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 17.004C12.897 17.004 14.518 16.239 15.625 14.62L15.626 14.621C16.054 15.694 16.284 16.091 16.807 16.743L18.367 15.492C17.969 14.996 17.839 14.771 17.483 13.879C17.163 13.078 17 10.971 17 8.32199C17 5.47799 15.103 3.29999 12.5 3.29999C10.193 3.29999 8.44199 4.60399 7.55499 7.17399L9.44499 7.82599C10.06 6.04699 11.063 5.29999 12.5 5.29999C13.932 5.29999 15 6.52599 15 8.32199V8.53699L14.862 8.54699C13.565 8.64299 13.316 8.66399 12.715 8.73699C9.34699 9.14999 7.32199 10.272 7.00699 12.88C6.72399 15.231 8.69599 17.004 11 17.004ZM20.728 20.105C20.515 20.626 20.986 20.745 21.257 20.545C22.218 19.834 22.782 17.796 22.417 17.266C22.252 17.028 20.897 16.839 19.747 17.183C19.4354 17.2769 19.1415 17.4215 18.877 17.611C18.675 17.754 18.764 18.064 18.968 18.051C19.0771 18.0438 19.1767 18.0316 19.2806 18.0187C19.4671 17.9957 19.6676 17.971 19.963 17.971C20.523 17.971 20.78 18.098 20.99 18.353C21.275 18.697 20.993 19.457 20.728 20.105ZM20.075 19.461C19.8153 19.7122 19.5379 19.9445 19.245 20.156C17.123 21.772 14.375 22.616 11.987 22.616C8.14399 22.616 4.70699 20.823 2.09899 17.821C1.87599 17.591 2.06099 17.255 2.32199 17.437C5.13199 19.514 8.60999 20.77 12.211 20.77C14.476 20.77 16.919 20.233 19.246 19.077C19.326 19.0394 19.4109 18.9951 19.4955 18.9509C19.5822 18.9056 19.6685 18.8604 19.749 18.823C20.116 18.613 20.439 19.129 20.075 19.461ZM12.958 10.722C13.514 10.654 13.752 10.635 15.01 10.541H15.022C14.517 13.776 13.039 15.004 11 15.004C9.80299 15.004 8.86699 14.163 8.99299 13.12C9.16099 11.725 10.406 11.035 12.958 10.722Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.382 3.96801C7.97574 2.69108 9.9578 1.99676 12 2.00001C14.125 2.00001 16.078 2.73601 17.618 3.96801L19.071 2.51501L20.485 3.92901L19.032 5.38201C20.3089 6.97575 21.0033 8.95782 21 11V12H3V11C3 8.87501 3.736 6.92201 4.968 5.38201L3.515 3.93001L4.929 2.51601L6.382 3.96901V3.96801ZM3 14H21V21C21 21.2652 20.8946 21.5196 20.7071 21.7071C20.5196 21.8947 20.2652 22 20 22H4C3.73478 22 3.48043 21.8947 3.29289 21.7071C3.10536 21.5196 3 21.2652 3 21V14ZM9 9.00001C9.26522 9.00001 9.51957 8.89465 9.70711 8.70712C9.89464 8.51958 10 8.26523 10 8.00001C10 7.7348 9.89464 7.48044 9.70711 7.2929C9.51957 7.10537 9.26522 7.00001 9 7.00001C8.73478 7.00001 8.48043 7.10537 8.29289 7.2929C8.10536 7.48044 8 7.7348 8 8.00001C8 8.26523 8.10536 8.51958 8.29289 8.70712C8.48043 8.89465 8.73478 9.00001 9 9.00001ZM15 9.00001C15.2652 9.00001 15.5196 8.89465 15.7071 8.70712C15.8946 8.51958 16 8.26523 16 8.00001C16 7.7348 15.8946 7.48044 15.7071 7.2929C15.5196 7.10537 15.2652 7.00001 15 7.00001C14.7348 7.00001 14.4804 7.10537 14.2929 7.2929C14.1054 7.48044 14 7.7348 14 8.00001C14 8.26523 14.1054 8.51958 14.2929 8.70712C14.4804 8.89465 14.7348 9.00001 15 9.00001Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 13H5V20H19V13ZM19 11C19 9.1435 18.2625 7.36302 16.9497 6.05026C15.637 4.73751 13.8565 4.00001 12 4.00001C10.1435 4.00001 8.36301 4.73751 7.05025 6.05026C5.7375 7.36302 5 9.1435 5 11H19ZM6.382 3.96801C7.97574 2.69108 9.9578 1.99676 12 2.00001C14.125 2.00001 16.078 2.73601 17.618 3.96801L19.071 2.51501L20.485 3.92901L19.032 5.38201C20.3089 6.97575 21.0033 8.95782 21 11V21C21 21.2652 20.8946 21.5196 20.7071 21.7071C20.5196 21.8947 20.2652 22 20 22H4C3.73478 22 3.48043 21.8947 3.29289 21.7071C3.10536 21.5196 3 21.2652 3 21V11C3 8.87501 3.736 6.92201 4.968 5.38201L3.515 3.93001L4.929 2.51601L6.382 3.96901V3.96801ZM9 9.00001C8.73478 9.00001 8.48043 8.89465 8.29289 8.70712C8.10536 8.51958 8 8.26523 8 8.00001C8 7.7348 8.10536 7.48044 8.29289 7.2929C8.48043 7.10537 8.73478 7.00001 9 7.00001C9.26522 7.00001 9.51957 7.10537 9.70711 7.2929C9.89464 7.48044 10 7.7348 10 8.00001C10 8.26523 9.89464 8.51958 9.70711 8.70712C9.51957 8.89465 9.26522 9.00001 9 9.00001ZM15 9.00001C14.7348 9.00001 14.4804 8.89465 14.2929 8.70712C14.1054 8.51958 14 8.26523 14 8.00001C14 7.7348 14.1054 7.48044 14.2929 7.2929C14.4804 7.10537 14.7348 7.00001 15 7.00001C15.2652 7.00001 15.5196 7.10537 15.7071 7.2929C15.8946 7.48044 16 7.7348 16 8.00001C16 8.26523 15.8946 8.51958 15.7071 8.70712C15.5196 8.89465 15.2652 9.00001 15 9.00001Z"/></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.8959 0.850006C16.0399 2.14601 15.5239 3.45401 14.7439 4.39001C13.9639 5.32601 12.6919 6.05801 11.4559 5.96201C11.2879 4.69001 11.9119 3.35801 12.6319 2.53001C13.4359 1.59401 14.7799 0.898006 15.8959 0.850006ZM10.2541 6.82838C10.7783 7.03643 11.2458 7.22201 11.6239 7.22201C11.9561 7.22201 12.3894 7.05171 12.902 6.85026C13.7226 6.52775 14.7465 6.12537 15.8839 6.21401C16.5919 6.26201 18.6199 6.47801 19.9399 8.41001C19.8319 8.47001 17.5159 9.81401 17.5399 12.622C17.5759 15.982 20.4799 17.098 20.5159 17.11C20.4919 17.194 20.0479 18.706 18.9799 20.266C18.0559 21.622 17.0959 22.966 15.5839 22.99C14.8537 23.0077 14.3662 22.797 13.8591 22.5779C13.3329 22.3505 12.7856 22.114 11.9239 22.114C11.0083 22.114 10.4323 22.36 9.87741 22.5969C9.39962 22.8009 8.93754 22.9982 8.28794 23.026C6.82394 23.074 5.71994 21.562 4.78394 20.218C2.87594 17.458 1.42394 12.442 3.37994 9.04601C4.35194 7.35401 6.07994 6.28601 7.96394 6.26201C8.77554 6.24155 9.56389 6.55444 10.2541 6.82838Z"/></svg>
|