@seakoi/svg-icons 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +563 -0
- package/build/generate-icon.ts +52 -0
- package/build/helper.ts +38 -0
- package/build/index.ts +52 -0
- package/dist/commonjs/create-svg-icon/index.js +11 -0
- package/dist/commonjs/create-svg-icon/index.native.js +17 -0
- package/dist/commonjs/create-svg-icon/svg-icon-factory.js +48 -0
- package/dist/commonjs/icons/account-outlined.js +22 -0
- package/dist/commonjs/icons/account-switch-outlined.js +15 -0
- package/dist/commonjs/icons/album-add-outlined.js +29 -0
- package/dist/commonjs/icons/album-outlined.js +24 -0
- package/dist/commonjs/icons/arrow-left-outlined.js +15 -0
- package/dist/commonjs/icons/aspect-ratio-outlined.js +17 -0
- package/dist/commonjs/icons/batch-outlined.js +50 -0
- package/dist/commonjs/icons/calling-filled.js +15 -0
- package/dist/commonjs/icons/camera-filled.js +15 -0
- package/dist/commonjs/icons/camera-outlined.js +15 -0
- package/dist/commonjs/icons/caret-down-outlined.js +15 -0
- package/dist/commonjs/icons/caret-left-outlined.js +15 -0
- package/dist/commonjs/icons/caret-right-outlined.js +15 -0
- package/dist/commonjs/icons/caret-up-outlined.js +15 -0
- package/dist/commonjs/icons/category-outlined.js +15 -0
- package/dist/commonjs/icons/cc-outlined.js +15 -0
- package/dist/commonjs/icons/check-circle-filled.js +15 -0
- package/dist/commonjs/icons/check-circle-outlined.js +24 -0
- package/dist/commonjs/icons/check-in-outlined.js +15 -0
- package/dist/commonjs/icons/check-outlined.js +15 -0
- package/dist/commonjs/icons/check-square-filled.js +17 -0
- package/dist/commonjs/icons/circle-minus-filled.js +17 -0
- package/dist/commonjs/icons/circle-outlined.js +15 -0
- package/dist/commonjs/icons/clear-outlined.js +15 -0
- package/dist/commonjs/icons/clock-circle-filled.js +15 -0
- package/dist/commonjs/icons/clock-circle-outlined.js +24 -0
- package/dist/commonjs/icons/close-circle-filled.js +15 -0
- package/dist/commonjs/icons/close-circle-outlined.js +29 -0
- package/dist/commonjs/icons/close-outlined.js +15 -0
- package/dist/commonjs/icons/collapse-outlined.js +15 -0
- package/dist/commonjs/icons/comparison-outlined.js +15 -0
- package/dist/commonjs/icons/copy-outlined.js +17 -0
- package/dist/commonjs/icons/customer-outlined.js +15 -0
- package/dist/commonjs/icons/deep-thinking-outlined.js +17 -0
- package/dist/commonjs/icons/dislike-outlined.js +17 -0
- package/dist/commonjs/icons/down-outlined.js +15 -0
- package/dist/commonjs/icons/download-outlined.js +15 -0
- package/dist/commonjs/icons/edit-outlined.js +24 -0
- package/dist/commonjs/icons/equity-outlined.js +15 -0
- package/dist/commonjs/icons/eraser-outlined.js +24 -0
- package/dist/commonjs/icons/expand-outlined.js +15 -0
- package/dist/commonjs/icons/eye-invisible-outlined.js +15 -0
- package/dist/commonjs/icons/eye-outlined.js +22 -0
- package/dist/commonjs/icons/favorite-outlined.js +15 -0
- package/dist/commonjs/icons/file-edit-outlined.js +22 -0
- package/dist/commonjs/icons/file-execute-outlined.js +31 -0
- package/dist/commonjs/icons/file-filled.js +15 -0
- package/dist/commonjs/icons/file-search-outlined.js +24 -0
- package/dist/commonjs/icons/file-upload-outlined.js +15 -0
- package/dist/commonjs/icons/filter-outlined.js +15 -0
- package/dist/commonjs/icons/full-screen-outlined.js +15 -0
- package/dist/commonjs/icons/full-screen-square-outlined.js +31 -0
- package/dist/commonjs/icons/hd-outlined.js +33 -0
- package/dist/commonjs/icons/help-outlined.js +31 -0
- package/dist/commonjs/icons/history-outlined.js +15 -0
- package/dist/commonjs/icons/identify-code-outlined.js +15 -0
- package/dist/commonjs/icons/info-circle-filled.js +15 -0
- package/dist/commonjs/icons/info-circle-outlined.js +31 -0
- package/dist/commonjs/icons/keyboard-outlined.js +66 -0
- package/dist/commonjs/icons/left-outlined.js +15 -0
- package/dist/commonjs/icons/like-outlined.js +17 -0
- package/dist/commonjs/icons/link-outlined.js +15 -0
- package/dist/commonjs/icons/location-outlined.js +22 -0
- package/dist/commonjs/icons/lock-outlined.js +29 -0
- package/dist/commonjs/icons/logout-outlined.js +22 -0
- package/dist/commonjs/icons/minus-circle-filled.js +15 -0
- package/dist/commonjs/icons/minus-outlined.js +15 -0
- package/dist/commonjs/icons/more-circle-filled.js +15 -0
- package/dist/commonjs/icons/more-outlined.js +29 -0
- package/dist/commonjs/icons/network-outlined.js +15 -0
- package/dist/commonjs/icons/palette-outlined.js +15 -0
- package/dist/commonjs/icons/pencil-outlined.js +17 -0
- package/dist/commonjs/icons/personal-info-outlined.js +15 -0
- package/dist/commonjs/icons/phone-filled.js +15 -0
- package/dist/commonjs/icons/photo-add-outlined.js +36 -0
- package/dist/commonjs/icons/photo-download-outlined.js +15 -0
- package/dist/commonjs/icons/photo-outlined.js +15 -0
- package/dist/commonjs/icons/plus-circle-filled.js +15 -0
- package/dist/commonjs/icons/plus-circle-outlined.js +15 -0
- package/dist/commonjs/icons/plus-outlined.js +15 -0
- package/dist/commonjs/icons/privacy-outlined.js +26 -0
- package/dist/commonjs/icons/publish-time-outlined.js +15 -0
- package/dist/commonjs/icons/record-outlined.js +15 -0
- package/dist/commonjs/icons/red-packet-outlined.js +15 -0
- package/dist/commonjs/icons/relation-outlined.js +15 -0
- package/dist/commonjs/icons/right-outlined.js +15 -0
- package/dist/commonjs/icons/search-outlined.js +15 -0
- package/dist/commonjs/icons/send-circle-filled.js +15 -0
- package/dist/commonjs/icons/setting-outlined.js +15 -0
- package/dist/commonjs/icons/sign-out-outlined.js +15 -0
- package/dist/commonjs/icons/square-filled.js +17 -0
- package/dist/commonjs/icons/square-minus-filled.js +17 -0
- package/dist/commonjs/icons/square-outlined.js +15 -0
- package/dist/commonjs/icons/swap-outlined.js +15 -0
- package/dist/commonjs/icons/sync-outlined.js +22 -0
- package/dist/commonjs/icons/terms-outlined.js +33 -0
- package/dist/commonjs/icons/topic-add-outlined.js +15 -0
- package/dist/commonjs/icons/topic-outlined.js +15 -0
- package/dist/commonjs/icons/trash-outlined.js +15 -0
- package/dist/commonjs/icons/un-ordered-list-outlined.js +15 -0
- package/dist/commonjs/icons/undo-left-outlined.js +15 -0
- package/dist/commonjs/icons/undo-right-outlined.js +15 -0
- package/dist/commonjs/icons/unlock-outlined.js +29 -0
- package/dist/commonjs/icons/up-outlined.js +15 -0
- package/dist/commonjs/icons/upload-outlined.js +22 -0
- package/dist/commonjs/icons/vertical-align-top-outlined.js +22 -0
- package/dist/commonjs/icons/visit-outlined.js +17 -0
- package/dist/commonjs/icons/voice-outlined.js +15 -0
- package/dist/commonjs/icons/warning-circle-filled.js +15 -0
- package/dist/commonjs/icons/warning-circle-outlined.js +14 -0
- package/dist/commonjs/icons/withdraw-circle-filled.js +15 -0
- package/dist/commonjs/index.js +783 -0
- package/dist/module/create-svg-icon/index.js +6 -0
- package/dist/module/create-svg-icon/index.native.js +11 -0
- package/dist/module/create-svg-icon/svg-icon-factory.js +43 -0
- package/dist/module/icons/account-outlined.js +18 -0
- package/dist/module/icons/account-switch-outlined.js +11 -0
- package/dist/module/icons/album-add-outlined.js +25 -0
- package/dist/module/icons/album-outlined.js +20 -0
- package/dist/module/icons/arrow-left-outlined.js +11 -0
- package/dist/module/icons/aspect-ratio-outlined.js +13 -0
- package/dist/module/icons/batch-outlined.js +46 -0
- package/dist/module/icons/calling-filled.js +11 -0
- package/dist/module/icons/camera-filled.js +11 -0
- package/dist/module/icons/camera-outlined.js +11 -0
- package/dist/module/icons/caret-down-outlined.js +11 -0
- package/dist/module/icons/caret-left-outlined.js +11 -0
- package/dist/module/icons/caret-right-outlined.js +11 -0
- package/dist/module/icons/caret-up-outlined.js +11 -0
- package/dist/module/icons/category-outlined.js +11 -0
- package/dist/module/icons/cc-outlined.js +11 -0
- package/dist/module/icons/check-circle-filled.js +11 -0
- package/dist/module/icons/check-circle-outlined.js +20 -0
- package/dist/module/icons/check-in-outlined.js +11 -0
- package/dist/module/icons/check-outlined.js +11 -0
- package/dist/module/icons/check-square-filled.js +13 -0
- package/dist/module/icons/circle-minus-filled.js +13 -0
- package/dist/module/icons/circle-outlined.js +11 -0
- package/dist/module/icons/clear-outlined.js +11 -0
- package/dist/module/icons/clock-circle-filled.js +11 -0
- package/dist/module/icons/clock-circle-outlined.js +20 -0
- package/dist/module/icons/close-circle-filled.js +11 -0
- package/dist/module/icons/close-circle-outlined.js +25 -0
- package/dist/module/icons/close-outlined.js +11 -0
- package/dist/module/icons/collapse-outlined.js +11 -0
- package/dist/module/icons/comparison-outlined.js +11 -0
- package/dist/module/icons/copy-outlined.js +13 -0
- package/dist/module/icons/customer-outlined.js +11 -0
- package/dist/module/icons/deep-thinking-outlined.js +13 -0
- package/dist/module/icons/dislike-outlined.js +13 -0
- package/dist/module/icons/down-outlined.js +11 -0
- package/dist/module/icons/download-outlined.js +11 -0
- package/dist/module/icons/edit-outlined.js +20 -0
- package/dist/module/icons/equity-outlined.js +11 -0
- package/dist/module/icons/eraser-outlined.js +20 -0
- package/dist/module/icons/expand-outlined.js +11 -0
- package/dist/module/icons/eye-invisible-outlined.js +11 -0
- package/dist/module/icons/eye-outlined.js +18 -0
- package/dist/module/icons/favorite-outlined.js +11 -0
- package/dist/module/icons/file-edit-outlined.js +18 -0
- package/dist/module/icons/file-execute-outlined.js +27 -0
- package/dist/module/icons/file-filled.js +11 -0
- package/dist/module/icons/file-search-outlined.js +20 -0
- package/dist/module/icons/file-upload-outlined.js +11 -0
- package/dist/module/icons/filter-outlined.js +11 -0
- package/dist/module/icons/full-screen-outlined.js +11 -0
- package/dist/module/icons/full-screen-square-outlined.js +27 -0
- package/dist/module/icons/hd-outlined.js +29 -0
- package/dist/module/icons/help-outlined.js +27 -0
- package/dist/module/icons/history-outlined.js +11 -0
- package/dist/module/icons/identify-code-outlined.js +11 -0
- package/dist/module/icons/info-circle-filled.js +11 -0
- package/dist/module/icons/info-circle-outlined.js +27 -0
- package/dist/module/icons/keyboard-outlined.js +62 -0
- package/dist/module/icons/left-outlined.js +11 -0
- package/dist/module/icons/like-outlined.js +13 -0
- package/dist/module/icons/link-outlined.js +11 -0
- package/dist/module/icons/location-outlined.js +18 -0
- package/dist/module/icons/lock-outlined.js +25 -0
- package/dist/module/icons/logout-outlined.js +18 -0
- package/dist/module/icons/minus-circle-filled.js +11 -0
- package/dist/module/icons/minus-outlined.js +11 -0
- package/dist/module/icons/more-circle-filled.js +11 -0
- package/dist/module/icons/more-outlined.js +25 -0
- package/dist/module/icons/network-outlined.js +11 -0
- package/dist/module/icons/palette-outlined.js +11 -0
- package/dist/module/icons/pencil-outlined.js +13 -0
- package/dist/module/icons/personal-info-outlined.js +11 -0
- package/dist/module/icons/phone-filled.js +11 -0
- package/dist/module/icons/photo-add-outlined.js +32 -0
- package/dist/module/icons/photo-download-outlined.js +11 -0
- package/dist/module/icons/photo-outlined.js +11 -0
- package/dist/module/icons/plus-circle-filled.js +11 -0
- package/dist/module/icons/plus-circle-outlined.js +11 -0
- package/dist/module/icons/plus-outlined.js +11 -0
- package/dist/module/icons/privacy-outlined.js +22 -0
- package/dist/module/icons/publish-time-outlined.js +11 -0
- package/dist/module/icons/record-outlined.js +11 -0
- package/dist/module/icons/red-packet-outlined.js +11 -0
- package/dist/module/icons/relation-outlined.js +11 -0
- package/dist/module/icons/right-outlined.js +11 -0
- package/dist/module/icons/search-outlined.js +11 -0
- package/dist/module/icons/send-circle-filled.js +11 -0
- package/dist/module/icons/setting-outlined.js +11 -0
- package/dist/module/icons/sign-out-outlined.js +11 -0
- package/dist/module/icons/square-filled.js +13 -0
- package/dist/module/icons/square-minus-filled.js +13 -0
- package/dist/module/icons/square-outlined.js +11 -0
- package/dist/module/icons/swap-outlined.js +11 -0
- package/dist/module/icons/sync-outlined.js +18 -0
- package/dist/module/icons/terms-outlined.js +29 -0
- package/dist/module/icons/topic-add-outlined.js +11 -0
- package/dist/module/icons/topic-outlined.js +11 -0
- package/dist/module/icons/trash-outlined.js +11 -0
- package/dist/module/icons/un-ordered-list-outlined.js +11 -0
- package/dist/module/icons/undo-left-outlined.js +11 -0
- package/dist/module/icons/undo-right-outlined.js +11 -0
- package/dist/module/icons/unlock-outlined.js +25 -0
- package/dist/module/icons/up-outlined.js +11 -0
- package/dist/module/icons/upload-outlined.js +18 -0
- package/dist/module/icons/vertical-align-top-outlined.js +18 -0
- package/dist/module/icons/visit-outlined.js +13 -0
- package/dist/module/icons/voice-outlined.js +11 -0
- package/dist/module/icons/warning-circle-filled.js +11 -0
- package/dist/module/icons/warning-circle-outlined.js +10 -0
- package/dist/module/icons/withdraw-circle-filled.js +11 -0
- package/dist/module/index.js +115 -0
- package/dist/typescript/create-svg-icon/index.d.ts +3 -0
- package/dist/typescript/create-svg-icon/index.d.ts.map +1 -0
- package/dist/typescript/create-svg-icon/index.native.d.ts +4 -0
- package/dist/typescript/create-svg-icon/index.native.d.ts.map +1 -0
- package/dist/typescript/create-svg-icon/svg-icon-factory.d.ts +16 -0
- package/dist/typescript/create-svg-icon/svg-icon-factory.d.ts.map +1 -0
- package/dist/typescript/icons/account-outlined.d.ts +3 -0
- package/dist/typescript/icons/account-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/account-switch-outlined.d.ts +3 -0
- package/dist/typescript/icons/account-switch-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/album-add-outlined.d.ts +3 -0
- package/dist/typescript/icons/album-add-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/album-outlined.d.ts +3 -0
- package/dist/typescript/icons/album-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/arrow-left-outlined.d.ts +3 -0
- package/dist/typescript/icons/arrow-left-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/aspect-ratio-outlined.d.ts +3 -0
- package/dist/typescript/icons/aspect-ratio-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/batch-outlined.d.ts +3 -0
- package/dist/typescript/icons/batch-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/calling-filled.d.ts +3 -0
- package/dist/typescript/icons/calling-filled.d.ts.map +1 -0
- package/dist/typescript/icons/camera-filled.d.ts +3 -0
- package/dist/typescript/icons/camera-filled.d.ts.map +1 -0
- package/dist/typescript/icons/camera-outlined.d.ts +3 -0
- package/dist/typescript/icons/camera-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/caret-down-outlined.d.ts +3 -0
- package/dist/typescript/icons/caret-down-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/caret-left-outlined.d.ts +3 -0
- package/dist/typescript/icons/caret-left-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/caret-right-outlined.d.ts +3 -0
- package/dist/typescript/icons/caret-right-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/caret-up-outlined.d.ts +3 -0
- package/dist/typescript/icons/caret-up-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/category-outlined.d.ts +3 -0
- package/dist/typescript/icons/category-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/cc-outlined.d.ts +3 -0
- package/dist/typescript/icons/cc-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/check-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/check-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/check-circle-outlined.d.ts +3 -0
- package/dist/typescript/icons/check-circle-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/check-in-outlined.d.ts +3 -0
- package/dist/typescript/icons/check-in-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/check-outlined.d.ts +3 -0
- package/dist/typescript/icons/check-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/check-square-filled.d.ts +3 -0
- package/dist/typescript/icons/check-square-filled.d.ts.map +1 -0
- package/dist/typescript/icons/circle-minus-filled.d.ts +3 -0
- package/dist/typescript/icons/circle-minus-filled.d.ts.map +1 -0
- package/dist/typescript/icons/circle-outlined.d.ts +3 -0
- package/dist/typescript/icons/circle-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/clear-outlined.d.ts +3 -0
- package/dist/typescript/icons/clear-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/clock-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/clock-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/clock-circle-outlined.d.ts +3 -0
- package/dist/typescript/icons/clock-circle-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/close-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/close-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/close-circle-outlined.d.ts +3 -0
- package/dist/typescript/icons/close-circle-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/close-outlined.d.ts +3 -0
- package/dist/typescript/icons/close-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/collapse-outlined.d.ts +3 -0
- package/dist/typescript/icons/collapse-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/comparison-outlined.d.ts +3 -0
- package/dist/typescript/icons/comparison-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/copy-outlined.d.ts +3 -0
- package/dist/typescript/icons/copy-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/customer-outlined.d.ts +3 -0
- package/dist/typescript/icons/customer-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/deep-thinking-outlined.d.ts +3 -0
- package/dist/typescript/icons/deep-thinking-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/dislike-outlined.d.ts +3 -0
- package/dist/typescript/icons/dislike-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/down-outlined.d.ts +3 -0
- package/dist/typescript/icons/down-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/download-outlined.d.ts +3 -0
- package/dist/typescript/icons/download-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/edit-outlined.d.ts +3 -0
- package/dist/typescript/icons/edit-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/equity-outlined.d.ts +3 -0
- package/dist/typescript/icons/equity-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/eraser-outlined.d.ts +3 -0
- package/dist/typescript/icons/eraser-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/expand-outlined.d.ts +3 -0
- package/dist/typescript/icons/expand-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/eye-invisible-outlined.d.ts +3 -0
- package/dist/typescript/icons/eye-invisible-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/eye-outlined.d.ts +3 -0
- package/dist/typescript/icons/eye-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/favorite-outlined.d.ts +3 -0
- package/dist/typescript/icons/favorite-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/file-edit-outlined.d.ts +3 -0
- package/dist/typescript/icons/file-edit-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/file-execute-outlined.d.ts +3 -0
- package/dist/typescript/icons/file-execute-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/file-filled.d.ts +3 -0
- package/dist/typescript/icons/file-filled.d.ts.map +1 -0
- package/dist/typescript/icons/file-search-outlined.d.ts +3 -0
- package/dist/typescript/icons/file-search-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/file-upload-outlined.d.ts +3 -0
- package/dist/typescript/icons/file-upload-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/filter-outlined.d.ts +3 -0
- package/dist/typescript/icons/filter-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/full-screen-outlined.d.ts +3 -0
- package/dist/typescript/icons/full-screen-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/full-screen-square-outlined.d.ts +3 -0
- package/dist/typescript/icons/full-screen-square-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/hd-outlined.d.ts +3 -0
- package/dist/typescript/icons/hd-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/help-outlined.d.ts +3 -0
- package/dist/typescript/icons/help-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/history-outlined.d.ts +3 -0
- package/dist/typescript/icons/history-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/identify-code-outlined.d.ts +3 -0
- package/dist/typescript/icons/identify-code-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/info-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/info-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/info-circle-outlined.d.ts +3 -0
- package/dist/typescript/icons/info-circle-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/keyboard-outlined.d.ts +3 -0
- package/dist/typescript/icons/keyboard-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/left-outlined.d.ts +3 -0
- package/dist/typescript/icons/left-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/like-outlined.d.ts +3 -0
- package/dist/typescript/icons/like-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/link-outlined.d.ts +3 -0
- package/dist/typescript/icons/link-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/location-outlined.d.ts +3 -0
- package/dist/typescript/icons/location-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/lock-outlined.d.ts +3 -0
- package/dist/typescript/icons/lock-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/logout-outlined.d.ts +3 -0
- package/dist/typescript/icons/logout-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/minus-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/minus-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/minus-outlined.d.ts +3 -0
- package/dist/typescript/icons/minus-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/more-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/more-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/more-outlined.d.ts +3 -0
- package/dist/typescript/icons/more-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/network-outlined.d.ts +3 -0
- package/dist/typescript/icons/network-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/palette-outlined.d.ts +3 -0
- package/dist/typescript/icons/palette-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/pencil-outlined.d.ts +3 -0
- package/dist/typescript/icons/pencil-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/personal-info-outlined.d.ts +3 -0
- package/dist/typescript/icons/personal-info-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/phone-filled.d.ts +3 -0
- package/dist/typescript/icons/phone-filled.d.ts.map +1 -0
- package/dist/typescript/icons/photo-add-outlined.d.ts +3 -0
- package/dist/typescript/icons/photo-add-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/photo-download-outlined.d.ts +3 -0
- package/dist/typescript/icons/photo-download-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/photo-outlined.d.ts +3 -0
- package/dist/typescript/icons/photo-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/plus-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/plus-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/plus-circle-outlined.d.ts +3 -0
- package/dist/typescript/icons/plus-circle-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/plus-outlined.d.ts +3 -0
- package/dist/typescript/icons/plus-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/privacy-outlined.d.ts +3 -0
- package/dist/typescript/icons/privacy-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/publish-time-outlined.d.ts +3 -0
- package/dist/typescript/icons/publish-time-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/record-outlined.d.ts +3 -0
- package/dist/typescript/icons/record-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/red-packet-outlined.d.ts +3 -0
- package/dist/typescript/icons/red-packet-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/relation-outlined.d.ts +3 -0
- package/dist/typescript/icons/relation-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/right-outlined.d.ts +3 -0
- package/dist/typescript/icons/right-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/search-outlined.d.ts +3 -0
- package/dist/typescript/icons/search-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/send-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/send-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/setting-outlined.d.ts +3 -0
- package/dist/typescript/icons/setting-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/sign-out-outlined.d.ts +3 -0
- package/dist/typescript/icons/sign-out-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/square-filled.d.ts +3 -0
- package/dist/typescript/icons/square-filled.d.ts.map +1 -0
- package/dist/typescript/icons/square-minus-filled.d.ts +3 -0
- package/dist/typescript/icons/square-minus-filled.d.ts.map +1 -0
- package/dist/typescript/icons/square-outlined.d.ts +3 -0
- package/dist/typescript/icons/square-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/swap-outlined.d.ts +3 -0
- package/dist/typescript/icons/swap-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/sync-outlined.d.ts +3 -0
- package/dist/typescript/icons/sync-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/terms-outlined.d.ts +3 -0
- package/dist/typescript/icons/terms-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/topic-add-outlined.d.ts +3 -0
- package/dist/typescript/icons/topic-add-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/topic-outlined.d.ts +3 -0
- package/dist/typescript/icons/topic-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/trash-outlined.d.ts +3 -0
- package/dist/typescript/icons/trash-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/un-ordered-list-outlined.d.ts +3 -0
- package/dist/typescript/icons/un-ordered-list-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/undo-left-outlined.d.ts +3 -0
- package/dist/typescript/icons/undo-left-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/undo-right-outlined.d.ts +3 -0
- package/dist/typescript/icons/undo-right-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/unlock-outlined.d.ts +3 -0
- package/dist/typescript/icons/unlock-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/up-outlined.d.ts +3 -0
- package/dist/typescript/icons/up-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/upload-outlined.d.ts +3 -0
- package/dist/typescript/icons/upload-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/vertical-align-top-outlined.d.ts +3 -0
- package/dist/typescript/icons/vertical-align-top-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/visit-outlined.d.ts +3 -0
- package/dist/typescript/icons/visit-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/voice-outlined.d.ts +3 -0
- package/dist/typescript/icons/voice-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/warning-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/warning-circle-filled.d.ts.map +1 -0
- package/dist/typescript/icons/warning-circle-outlined.d.ts +3 -0
- package/dist/typescript/icons/warning-circle-outlined.d.ts.map +1 -0
- package/dist/typescript/icons/withdraw-circle-filled.d.ts +3 -0
- package/dist/typescript/icons/withdraw-circle-filled.d.ts.map +1 -0
- package/dist/typescript/index.d.ts +113 -0
- package/dist/typescript/index.d.ts.map +1 -0
- package/icons/filled/calling.svg +5 -0
- package/icons/filled/camera.svg +5 -0
- package/icons/filled/check-circle.svg +5 -0
- package/icons/filled/check-square.svg +5 -0
- package/icons/filled/circle-minus.svg +5 -0
- package/icons/filled/clock-circle.svg +5 -0
- package/icons/filled/close-circle.svg +5 -0
- package/icons/filled/file.svg +5 -0
- package/icons/filled/info-circle.svg +5 -0
- package/icons/filled/minus-circle.svg +5 -0
- package/icons/filled/more-circle.svg +5 -0
- package/icons/filled/phone.svg +5 -0
- package/icons/filled/plus-circle.svg +5 -0
- package/icons/filled/send-circle.svg +5 -0
- package/icons/filled/square-minus.svg +5 -0
- package/icons/filled/square.svg +5 -0
- package/icons/filled/warning-circle.svg +5 -0
- package/icons/filled/withdraw-circle.svg +5 -0
- package/icons/outlined/account-switch.svg +5 -0
- package/icons/outlined/account.svg +8 -0
- package/icons/outlined/album-add.svg +11 -0
- package/icons/outlined/album.svg +8 -0
- package/icons/outlined/arrow-left.svg +5 -0
- package/icons/outlined/aspect-ratio.svg +5 -0
- package/icons/outlined/batch.svg +13 -0
- package/icons/outlined/camera.svg +5 -0
- package/icons/outlined/caret-down.svg +5 -0
- package/icons/outlined/caret-left.svg +5 -0
- package/icons/outlined/caret-right.svg +5 -0
- package/icons/outlined/caret-up.svg +5 -0
- package/icons/outlined/category.svg +5 -0
- package/icons/outlined/cc.svg +5 -0
- package/icons/outlined/check-circle.svg +8 -0
- package/icons/outlined/check-in.svg +5 -0
- package/icons/outlined/check.svg +5 -0
- package/icons/outlined/circle.svg +5 -0
- package/icons/outlined/clear.svg +5 -0
- package/icons/outlined/clock-circle.svg +7 -0
- package/icons/outlined/close-circle.svg +9 -0
- package/icons/outlined/close.svg +5 -0
- package/icons/outlined/collapse.svg +4 -0
- package/icons/outlined/comparison.svg +5 -0
- package/icons/outlined/copy.svg +5 -0
- package/icons/outlined/customer.svg +5 -0
- package/icons/outlined/deep-thinking.svg +5 -0
- package/icons/outlined/dislike.svg +5 -0
- package/icons/outlined/down.svg +5 -0
- package/icons/outlined/download.svg +5 -0
- package/icons/outlined/edit.svg +6 -0
- package/icons/outlined/equity.svg +5 -0
- package/icons/outlined/eraser.svg +8 -0
- package/icons/outlined/expand.svg +4 -0
- package/icons/outlined/eye-invisible.svg +5 -0
- package/icons/outlined/eye.svg +8 -0
- package/icons/outlined/favorite.svg +5 -0
- package/icons/outlined/file-edit.svg +7 -0
- package/icons/outlined/file-execute.svg +11 -0
- package/icons/outlined/file-search.svg +8 -0
- package/icons/outlined/file-upload.svg +5 -0
- package/icons/outlined/filter.svg +5 -0
- package/icons/outlined/full-screen-square.svg +11 -0
- package/icons/outlined/full-screen.svg +5 -0
- package/icons/outlined/hd.svg +11 -0
- package/icons/outlined/help.svg +9 -0
- package/icons/outlined/history.svg +5 -0
- package/icons/outlined/identify-code.svg +5 -0
- package/icons/outlined/info-circle.svg +7 -0
- package/icons/outlined/keyboard.svg +24 -0
- package/icons/outlined/left.svg +5 -0
- package/icons/outlined/like.svg +5 -0
- package/icons/outlined/link.svg +5 -0
- package/icons/outlined/location.svg +8 -0
- package/icons/outlined/lock.svg +9 -0
- package/icons/outlined/logout.svg +6 -0
- package/icons/outlined/minus.svg +3 -0
- package/icons/outlined/more.svg +11 -0
- package/icons/outlined/network.svg +5 -0
- package/icons/outlined/palette.svg +5 -0
- package/icons/outlined/pencil.svg +5 -0
- package/icons/outlined/personal-info.svg +5 -0
- package/icons/outlined/photo-add.svg +14 -0
- package/icons/outlined/photo-download.svg +5 -0
- package/icons/outlined/photo.svg +5 -0
- package/icons/outlined/plus-circle.svg +5 -0
- package/icons/outlined/plus.svg +3 -0
- package/icons/outlined/privacy.svg +8 -0
- package/icons/outlined/publish-time.svg +5 -0
- package/icons/outlined/record.svg +3 -0
- package/icons/outlined/red-packet.svg +5 -0
- package/icons/outlined/relation.svg +5 -0
- package/icons/outlined/right.svg +5 -0
- package/icons/outlined/search.svg +5 -0
- package/icons/outlined/setting.svg +5 -0
- package/icons/outlined/sign-out.svg +5 -0
- package/icons/outlined/square.svg +5 -0
- package/icons/outlined/swap.svg +5 -0
- package/icons/outlined/sync.svg +8 -0
- package/icons/outlined/terms.svg +9 -0
- package/icons/outlined/topic-add.svg +5 -0
- package/icons/outlined/topic.svg +5 -0
- package/icons/outlined/trash.svg +5 -0
- package/icons/outlined/un-ordered-list.svg +5 -0
- package/icons/outlined/undo-left.svg +5 -0
- package/icons/outlined/undo-right.svg +5 -0
- package/icons/outlined/unlock.svg +9 -0
- package/icons/outlined/up.svg +4 -0
- package/icons/outlined/upload.svg +8 -0
- package/icons/outlined/vertical-align-top.svg +6 -0
- package/icons/outlined/visit.svg +5 -0
- package/icons/outlined/voice.svg +5 -0
- package/icons/outlined/warning-circle.svg +5 -0
- package/package.json +68 -0
- package/src/create-svg-icon/index.native.ts +11 -0
- package/src/create-svg-icon/index.ts +10 -0
- package/src/create-svg-icon/svg-icon-factory.ts +64 -0
- package/src/icons/account-outlined.ts +20 -0
- package/src/icons/account-switch-outlined.ts +12 -0
- package/src/icons/album-add-outlined.ts +28 -0
- package/src/icons/album-outlined.ts +22 -0
- package/src/icons/arrow-left-outlined.ts +12 -0
- package/src/icons/aspect-ratio-outlined.ts +14 -0
- package/src/icons/batch-outlined.ts +31 -0
- package/src/icons/calling-filled.ts +12 -0
- package/src/icons/camera-filled.ts +12 -0
- package/src/icons/camera-outlined.ts +12 -0
- package/src/icons/caret-down-outlined.ts +12 -0
- package/src/icons/caret-left-outlined.ts +12 -0
- package/src/icons/caret-right-outlined.ts +12 -0
- package/src/icons/caret-up-outlined.ts +12 -0
- package/src/icons/category-outlined.ts +12 -0
- package/src/icons/cc-outlined.ts +12 -0
- package/src/icons/check-circle-filled.ts +12 -0
- package/src/icons/check-circle-outlined.ts +22 -0
- package/src/icons/check-in-outlined.ts +12 -0
- package/src/icons/check-outlined.ts +12 -0
- package/src/icons/check-square-filled.ts +14 -0
- package/src/icons/circle-minus-filled.ts +14 -0
- package/src/icons/circle-outlined.ts +12 -0
- package/src/icons/clear-outlined.ts +12 -0
- package/src/icons/clock-circle-filled.ts +12 -0
- package/src/icons/clock-circle-outlined.ts +22 -0
- package/src/icons/close-circle-filled.ts +12 -0
- package/src/icons/close-circle-outlined.ts +28 -0
- package/src/icons/close-outlined.ts +12 -0
- package/src/icons/collapse-outlined.ts +12 -0
- package/src/icons/comparison-outlined.ts +12 -0
- package/src/icons/copy-outlined.ts +14 -0
- package/src/icons/customer-outlined.ts +12 -0
- package/src/icons/deep-thinking-outlined.ts +14 -0
- package/src/icons/dislike-outlined.ts +14 -0
- package/src/icons/down-outlined.ts +12 -0
- package/src/icons/download-outlined.ts +12 -0
- package/src/icons/edit-outlined.ts +22 -0
- package/src/icons/equity-outlined.ts +12 -0
- package/src/icons/eraser-outlined.ts +22 -0
- package/src/icons/expand-outlined.ts +12 -0
- package/src/icons/eye-invisible-outlined.ts +12 -0
- package/src/icons/eye-outlined.ts +20 -0
- package/src/icons/favorite-outlined.ts +12 -0
- package/src/icons/file-edit-outlined.ts +20 -0
- package/src/icons/file-execute-outlined.ts +30 -0
- package/src/icons/file-filled.ts +12 -0
- package/src/icons/file-search-outlined.ts +22 -0
- package/src/icons/file-upload-outlined.ts +12 -0
- package/src/icons/filter-outlined.ts +12 -0
- package/src/icons/full-screen-outlined.ts +12 -0
- package/src/icons/full-screen-square-outlined.ts +30 -0
- package/src/icons/hd-outlined.ts +32 -0
- package/src/icons/help-outlined.ts +26 -0
- package/src/icons/history-outlined.ts +12 -0
- package/src/icons/identify-code-outlined.ts +12 -0
- package/src/icons/info-circle-filled.ts +12 -0
- package/src/icons/info-circle-outlined.ts +19 -0
- package/src/icons/keyboard-outlined.ts +66 -0
- package/src/icons/left-outlined.ts +12 -0
- package/src/icons/like-outlined.ts +14 -0
- package/src/icons/link-outlined.ts +12 -0
- package/src/icons/location-outlined.ts +20 -0
- package/src/icons/lock-outlined.ts +24 -0
- package/src/icons/logout-outlined.ts +16 -0
- package/src/icons/minus-circle-filled.ts +12 -0
- package/src/icons/minus-outlined.ts +5 -0
- package/src/icons/more-circle-filled.ts +12 -0
- package/src/icons/more-outlined.ts +28 -0
- package/src/icons/network-outlined.ts +12 -0
- package/src/icons/palette-outlined.ts +12 -0
- package/src/icons/pencil-outlined.ts +14 -0
- package/src/icons/personal-info-outlined.ts +12 -0
- package/src/icons/phone-filled.ts +12 -0
- package/src/icons/photo-add-outlined.ts +36 -0
- package/src/icons/photo-download-outlined.ts +12 -0
- package/src/icons/photo-outlined.ts +12 -0
- package/src/icons/plus-circle-filled.ts +12 -0
- package/src/icons/plus-circle-outlined.ts +12 -0
- package/src/icons/plus-outlined.ts +5 -0
- package/src/icons/privacy-outlined.ts +24 -0
- package/src/icons/publish-time-outlined.ts +12 -0
- package/src/icons/record-outlined.ts +12 -0
- package/src/icons/red-packet-outlined.ts +12 -0
- package/src/icons/relation-outlined.ts +12 -0
- package/src/icons/right-outlined.ts +12 -0
- package/src/icons/search-outlined.ts +12 -0
- package/src/icons/send-circle-filled.ts +12 -0
- package/src/icons/setting-outlined.ts +12 -0
- package/src/icons/sign-out-outlined.ts +12 -0
- package/src/icons/square-filled.ts +14 -0
- package/src/icons/square-minus-filled.ts +14 -0
- package/src/icons/square-outlined.ts +12 -0
- package/src/icons/swap-outlined.ts +12 -0
- package/src/icons/sync-outlined.ts +20 -0
- package/src/icons/terms-outlined.ts +28 -0
- package/src/icons/topic-add-outlined.ts +12 -0
- package/src/icons/topic-outlined.ts +12 -0
- package/src/icons/trash-outlined.ts +12 -0
- package/src/icons/un-ordered-list-outlined.ts +12 -0
- package/src/icons/undo-left-outlined.ts +12 -0
- package/src/icons/undo-right-outlined.ts +12 -0
- package/src/icons/unlock-outlined.ts +24 -0
- package/src/icons/up-outlined.ts +12 -0
- package/src/icons/upload-outlined.ts +20 -0
- package/src/icons/vertical-align-top-outlined.ts +16 -0
- package/src/icons/visit-outlined.ts +14 -0
- package/src/icons/voice-outlined.ts +12 -0
- package/src/icons/warning-circle-filled.ts +12 -0
- package/src/icons/warning-circle-outlined.ts +11 -0
- package/src/icons/withdraw-circle-filled.ts +12 -0
- package/src/index.ts +113 -0
- package/tsconfig.json +7 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M4.58031 4.57454C5.95875 3.19672 8.11598 3.23877 10.1282 3.9095C10.8304 4.14364 11.554 4.46647 12.2834 4.86751C13.0127 4.46655 13.7366 4.14453 14.4387 3.91048C16.4509 3.23982 18.6072 3.19864 19.9856 4.57649C21.3639 5.95485 21.3233 8.11194 20.6526 10.1243C20.4188 10.8257 20.0959 11.5482 19.6955 12.2767C20.0984 13.0084 20.4226 13.7344 20.6575 14.4388C21.3281 16.4509 21.3692 18.6073 19.9914 19.9857C18.6131 21.364 16.456 21.3244 14.4436 20.6536C13.7401 20.4191 13.0152 20.0948 12.2844 19.6927C11.553 20.0953 10.8275 20.4199 10.1233 20.6546C8.11081 21.3254 5.95286 21.366 4.57445 19.9876C3.19654 18.6092 3.23867 16.452 3.90941 14.4398C4.14433 13.7352 4.46745 13.0085 4.87035 12.2767C4.46984 11.5479 4.14722 10.825 3.91332 10.1234C3.2425 8.1109 3.2019 5.95295 4.58031 4.57454ZM6.13207 14.2337C6.00695 14.5195 5.89792 14.7995 5.80687 15.0726C5.21139 16.859 5.43471 18.0192 5.98851 18.5736C6.54268 19.1277 7.7035 19.3518 9.49047 18.7562C9.76304 18.6653 10.0422 18.5558 10.3274 18.431C9.55965 17.8614 8.80294 17.2112 8.07933 16.4876C7.35408 15.7624 6.70256 15.0032 6.13207 14.2337ZM18.4348 14.2337C17.864 15.0037 17.2123 15.7629 16.4866 16.4886C15.7635 17.2117 15.0076 17.8617 14.2405 18.431C14.5253 18.5556 14.8042 18.6645 15.0764 18.7552C16.8632 19.3507 18.0232 19.1257 18.5774 18.5716C19.1311 18.0172 19.3553 16.8578 18.76 15.0716C18.6691 14.7988 18.5598 14.5192 18.4348 14.2337ZM12.2834 7.19954C11.3477 7.813 10.398 8.58103 9.48851 9.49055C8.58155 10.3975 7.81583 11.3445 7.20336 12.2777C7.81667 13.2133 8.58393 14.1631 9.4934 15.0726C10.4015 15.9807 11.3501 16.7467 12.2844 17.3597C13.2178 16.7471 14.1653 15.9817 15.0725 15.0745C15.9823 14.1647 16.749 13.2137 17.3625 12.2777C16.7498 11.3441 15.9847 10.3959 15.0774 9.4886C14.1683 8.57951 13.2187 7.81272 12.2834 7.19954ZM12.3879 10.2669C13.5591 10.2671 14.508 11.2168 14.508 12.388C14.5079 13.5591 13.559 14.5089 12.3879 14.5091C11.2167 14.5091 10.267 13.5592 10.2668 12.388C10.2668 11.2167 11.2166 10.2669 12.3879 10.2669ZM9.49535 5.80696C7.70901 5.21151 6.54877 5.43486 5.99437 5.9886C5.44024 6.54274 5.21525 7.70376 5.81078 9.49055C5.90089 9.76084 6.00956 10.0379 6.13304 10.3206C6.70202 9.55408 7.35191 8.79905 8.07445 8.07649C8.79954 7.3514 9.55704 6.69874 10.3264 6.12825C10.0434 6.00461 9.76589 5.89716 9.49535 5.80696ZM18.5715 5.99055C18.0172 5.43677 16.8578 5.21257 15.0715 5.80794C14.8012 5.89803 14.5242 6.00574 14.2414 6.12923C15.0099 6.69919 15.7671 7.35022 16.4914 8.07454C17.2143 8.79736 17.8646 9.55277 18.4338 10.3197C18.557 10.0375 18.6652 9.76127 18.7551 9.49153C19.3506 7.70473 19.1257 6.54469 18.5715 5.99055Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M13.373 20.8835C12.9119 21.9182 11.6467 22.3141 10.6777 21.7272C9.33032 20.9108 8.50696 19.4492 8.50684 17.8737V15.8962H4.18848C2.73059 15.8961 1.65676 14.5335 1.99707 13.1159L4.2998 3.52506C4.51452 2.63107 5.31404 1.99999 6.2334 1.99967H20.0107C21.1093 1.99967 21.9999 2.89045 22 3.98893V12.4762C21.9998 13.5747 21.1092 14.4655 20.0107 14.4655H16.2314L13.373 20.8835ZM11.6611 20.1423C11.6654 20.1409 11.668 20.138 11.6699 20.1364C11.6711 20.1354 11.6742 20.1333 11.6768 20.1276L14.8389 13.0299V3.85612H6.2334C6.17254 3.85643 6.1199 3.89854 6.10547 3.95768L3.80176 13.5495C3.74197 13.7995 3.93138 14.0396 4.18848 14.0397H9.16992C9.82893 14.0398 10.3631 14.5741 10.3633 15.2331V17.8737C10.3634 18.7999 10.8475 19.6593 11.6396 20.1393C11.6448 20.1424 11.6479 20.143 11.6494 20.1432C11.6519 20.1435 11.6565 20.1437 11.6611 20.1423ZM20.0107 12.609C20.0839 12.609 20.1433 12.5493 20.1436 12.4762V3.98893C20.1434 3.91581 20.0839 3.85612 20.0107 3.85612H16.6963V12.609H20.0107Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4 19.9977L20 19.9997V16.2741H22V20.9997C21.9999 21.5173 21.6066 21.9434 21.1025 21.9948L21 21.9997L3 21.9967C2.44777 21.9967 2 21.549 2 20.9967V16.2692H4V19.9977ZM12.998 14.3366L17.625 9.7106L19.0391 11.1247L12 18.1637L11.3047 17.4684C11.2967 17.4607 11.2889 17.4529 11.2812 17.445L4.96094 11.1247L6.375 9.7106L10.998 14.3336L10.9951 2.00064L12.9941 1.99966L12.998 14.3366Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.5868 22.2423H3.58594V20.2425L21.5861 20.2418L21.5868 22.2423Z" fill="black" fill-opacity="0.9" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M21.2905 5.37736C21.5947 5.68149 21.5967 6.1746 21.2947 6.48083L9.51279 18.4271L5.14447 18.8883L5.04711 18.8932C4.5998 18.8859 4.24732 18.4989 4.28131 18.0528L4.29443 17.9568L5.08578 14.0001L16.8601 2.06141C17.1461 1.77141 17.6021 1.75145 17.9111 2.00341L17.9705 2.05727L21.2905 5.37736ZM6.9295 14.9779L6.58009 16.7249L8.59093 16.5122L17.1142 7.87157L15.5156 6.27298L6.9295 14.9779ZM16.9195 4.84979L18.518 6.44838L19.0221 5.93738L17.4235 4.3388L16.9195 4.84979Z"
|
|
5
|
+
fill="black" fill-opacity="0.9" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M20.168 15.002C20.3726 15.002 20.5656 15.0981 20.6885 15.2617L22.2666 17.3662C22.4607 17.6253 22.4348 17.9877 22.2061 18.2168L17.8574 22.5674L17.7559 22.6504C17.5392 22.7934 17.2557 22.7934 17.0391 22.6504L16.9365 22.5674L12.5869 18.2178C12.3579 17.9886 12.3329 17.6254 12.5273 17.3662L14.1064 15.2617C14.214 15.1186 14.3751 15.0266 14.5508 15.0059L14.627 15.002H20.168ZM21.0898 1.50488C21.601 1.55675 22 1.98877 22 2.51367V11H20V3.5H4V20.5H10.6816V22.5H3.01367C2.45388 22.5 2.00004 22.0462 2 21.4863V2.51367C2.00004 1.95385 2.45385 1.50004 3.01367 1.5H20.9863L21.0898 1.50488ZM14.2549 17.6709L17.3965 20.8125L20.5371 17.6709L19.71 16.5674H15.084L14.2549 17.6709ZM18.125 17.9277C18.3208 17.7098 18.6571 17.6919 18.875 17.8877C19.0924 18.0835 19.1095 18.418 18.9141 18.6357L18.0264 19.625C17.7328 19.9515 17.2205 19.9522 16.9268 19.626L16.0381 18.6357C15.8425 18.4179 15.8604 18.0835 16.0781 17.8877C16.296 17.692 16.6314 17.7099 16.8271 17.9277L17.4756 18.6504L18.125 17.9277ZM14 13.5H7V11.5H14V13.5ZM17.3027 9.5H7V7.5H17.3027V9.5Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M13.9201 21.1391C14.0143 21.0449 14.1424 20.992 14.2757 20.992H19.7889C20.0665 20.992 20.2915 21.2171 20.2916 21.4947L20.2923 22.5643C20.2923 22.8418 20.0671 23.0668 19.7896 23.067H13.2061C12.7582 23.0669 12.5339 22.5254 12.8504 22.2087L13.9201 21.1391Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M12.2994 1.19437C12.9444 0.54938 14.1196 0.320382 14.9089 1.10943L22.0746 8.2751C22.8635 9.06437 22.6346 10.2397 21.9897 10.8846L10.542 22.3323C9.89703 22.9773 8.72172 23.2061 7.93245 22.4172L0.766781 15.2516C-0.0222697 14.4623 0.206729 13.287 0.851716 12.642L12.2994 1.19437ZM9.19475 20.8345L11.5363 18.4929L4.6096 11.7292L2.34948 13.9893L9.19475 20.8345ZM12.9582 17.0711L20.4919 9.5374L13.6466 2.69214L6.0321 10.3067L12.9582 17.0711Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M23.1421 6.94531C22.7758 7.97037 21.8829 9.28651 20.5679 10.5049L23.6294 14.1543L21.9751 15.543L18.8706 11.8438C17.9906 12.4315 17.0019 12.9412 15.9224 13.3174L17.0854 17.6582L14.9985 18.2168L13.8267 13.8447C13.2372 13.9373 12.6279 13.9902 12.0005 13.9902C11.3719 13.9902 10.7618 13.9367 10.1714 13.8438L9.00049 18.2168L6.91357 17.6582L8.07666 13.3184C6.99726 12.942 6.00926 12.4307 5.12939 11.8428L2.02588 15.543L0.370605 14.1543L3.43311 10.5039C2.11852 9.28573 1.22508 7.96951 0.858887 6.94434L2.89307 6.21875C3.16428 6.97767 4.08042 8.33759 5.65967 9.56445L5.979 9.80273C7.60369 10.9779 9.66596 11.8289 12.0005 11.8291C14.4906 11.829 16.6724 10.8615 18.3423 9.56445C19.9211 8.33791 20.8356 6.97713 21.1069 6.21777L23.1421 6.94531Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M14.25 11.9922C14.25 10.7495 13.2426 9.74219 12 9.74219C10.7574 9.74219 9.75 10.7495 9.75 11.9922C9.75 13.2348 10.7574 14.2422 12 14.2422C13.2426 14.2422 14.25 13.2348 14.25 11.9922ZM16.5 11.9922C16.5 14.4775 14.4853 16.4922 12 16.4922C9.51472 16.4922 7.5 14.4775 7.5 11.9922C7.5 9.50691 9.51472 7.49219 12 7.49219C14.4853 7.49219 16.5 9.50691 16.5 11.9922Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path
|
|
6
|
+
d="M12.2878 2.99658C15.2356 3.08722 17.6935 4.56456 19.597 6.49133C21.4277 8.34442 22.6648 10.5422 23.25 12.0735C22.8523 13.4855 21.6669 15.6243 19.7838 17.4799L19.3971 17.8479C17.4268 19.6554 14.894 20.992 12.0011 20.9922V18.7422C14.3171 18.742 16.4567 17.5983 18.204 15.877C19.5193 14.5809 20.3931 13.1673 20.833 12.1504C20.263 10.9382 19.3048 9.39796 17.9963 8.07336C16.4061 6.46374 14.5369 5.38414 12.4263 5.25537L12.0011 5.24219C9.71564 5.24219 7.70228 6.35631 6.00586 8.07336C4.69649 9.39874 3.73602 10.9386 3.16589 12.1504C3.60583 13.1668 4.48102 14.5801 5.79712 15.877C7.54459 17.5986 9.68492 18.7422 12.0011 18.7422V20.9922L11.7133 20.9878C8.93989 20.9027 6.50993 19.5953 4.6051 17.8479L4.21838 17.4799C2.33486 15.624 1.14769 13.4856 0.75 12.0735C1.29856 10.6378 2.422 8.61698 4.06897 6.8429L4.40515 6.49133C6.37015 4.50252 8.92568 2.99219 12.0011 2.99219L12.2878 2.99658Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M10.8355 1.62397C11.4712 0.831094 12.7372 0.88775 13.2828 1.79393L16.0711 6.42751L21.34 7.64762C22.4392 7.90254 22.8719 9.2356 22.1322 10.0878L18.5872 14.171L19.0556 19.5594C19.1529 20.6835 18.0186 21.5076 16.9796 21.0678L12 18.9584L7.02042 21.0678C5.98138 21.5076 4.84707 20.6835 4.94442 19.5594L5.41182 14.171L1.86784 10.0878C1.12807 9.23561 1.56076 7.90254 2.66 7.64762L7.92792 6.42751L10.7172 1.79393L10.8355 1.62397ZM9.57799 7.70427C9.36891 8.05168 9.02809 8.29973 8.63307 8.39122L4.05716 9.45046L7.13677 12.9975C7.40246 13.3036 7.53297 13.7045 7.49794 14.1083L7.09124 18.7864L11.4163 16.9552L11.5579 16.9036C11.8459 16.8146 12.1541 16.8146 12.4421 16.9036L12.5838 16.9552L16.9077 18.7864L16.5021 14.1083C16.467 13.7045 16.5975 13.3036 16.8632 12.9975L19.9418 9.45046L15.3669 8.39122C14.9719 8.29973 14.6311 8.05168 14.422 7.70427L12 3.68075L9.57799 7.70427Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.3389 14.4336L13.6133 23.1592L12.3389 21.8848L21.0644 13.1592L22.3389 14.4336Z" fill="black"
|
|
3
|
+
fill-opacity="0.9" />
|
|
4
|
+
<path
|
|
5
|
+
d="M21.0898 1.50488C21.601 1.55675 22 1.98877 22 2.51367V11H20V3.5H4V20.5H10.6816V22.5H3.01367C2.45388 22.5 2.00004 22.0462 2 21.4863V2.51367C2.00004 1.95385 2.45385 1.50004 3.01367 1.5H20.9863L21.0898 1.50488ZM14 13.5H7V11.5H14V13.5ZM17.3027 9.5H7V7.5H17.3027V9.5Z"
|
|
6
|
+
fill="black" fill-opacity="0.9" />
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M17.0217 18.4963C17.2558 18.4964 17.4452 18.6859 17.4453 18.92C17.4453 19.4238 17.8541 19.8324 18.3579 19.8325C18.592 19.8325 18.7814 20.0229 18.7815 20.257C18.7813 20.4911 18.592 20.6807 18.3579 20.6807C17.3856 20.6805 16.598 19.8923 16.598 18.92C16.5982 18.6859 16.7875 18.4963 17.0217 18.4963Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M18.5392 12.7639C19.3571 13.4504 22.3634 16.18 22.3564 18.9459C22.3564 21.0479 20.6411 22.7636 18.5392 22.7639L18.3428 22.7589C16.331 22.6568 14.7212 20.9895 14.7212 18.9459C14.7214 16.187 17.7217 13.4573 18.5392 12.7639ZM18.5409 15.0093C18.2437 15.3193 17.9244 15.6792 17.6225 16.0739C16.8363 17.1016 16.3567 18.1143 16.3565 18.9459C16.3565 20.15 17.3383 21.1286 18.5392 21.1286C19.7378 21.1283 20.721 20.1446 20.721 18.9459V18.9417C20.7231 18.1087 20.2445 17.0955 19.4584 16.0688C19.157 15.6753 18.8373 15.3177 18.5409 15.0093Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
<path
|
|
9
|
+
d="M21.0898 1.50488C21.601 1.55675 22 1.98877 22 2.51367V11H20V3.5H4V20.5H10.6816V22.5H3.01367C2.45388 22.5 2.00004 22.0462 2 21.4863V2.51367C2.00004 1.95385 2.45385 1.50004 3.01367 1.5H20.9863L21.0898 1.50488ZM14 13.5H7V11.5H14V13.5ZM17.3027 9.5H7V7.5H17.3027V9.5Z"
|
|
10
|
+
fill="black" fill-opacity="0.9" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M17.6337 13.8672C19.7207 13.8672 21.4123 15.5588 21.4123 17.6459C21.4122 18.457 21.1556 19.2077 20.7206 19.8233L22.6068 21.7095L21.4491 22.8672L19.5073 20.9254C18.9549 21.2417 18.3159 21.4245 17.6337 21.4245C15.5468 21.4245 13.8552 19.7327 13.855 17.6459C13.855 15.5588 15.5466 13.8672 17.6337 13.8672ZM17.6337 15.6934C16.5554 15.6934 15.6811 16.5676 15.6811 17.6459C15.6813 18.7239 16.5556 19.5983 17.6337 19.5984C18.7118 19.5984 19.586 18.7239 19.5862 17.6459C19.5862 16.5676 18.7119 15.6934 17.6337 15.6934Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path
|
|
6
|
+
d="M21.0898 1.66553C21.601 1.71739 22 2.14942 22 2.67432V11.1606H20V3.66064H4V20.6606H10.6816V22.6606H3.01367C2.45388 22.6606 2.00004 22.2068 2 21.647V2.67432C2.00004 2.1145 2.45385 1.66068 3.01367 1.66064H20.9863L21.0898 1.66553ZM14 13.6606H7V11.6606H14V13.6606ZM17.3027 9.66064H7V7.66064H17.3027V9.66064Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21.4141 17.4629L20 18.877L18.001 16.8779L18.0029 22.9697L16.0029 22.9707L16.001 16.877L14 18.877L12.5859 17.4629L17 13.0488L21.4141 17.4629ZM21.0898 1.00488C21.601 1.05675 22 1.48877 22 2.01367V10.5H20V3H4V20H10.6816V22H3.01367C2.45388 22 2.00004 21.5462 2 20.9863V2.01367C2.00004 1.45385 2.45385 1.00004 3.01367 1H20.9863L21.0898 1.00488ZM14 13H7V11H14V13ZM17.3027 9H7V7H17.3027V9Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M13.5319 10.8203C13.532 9.78749 14.0739 8.83023 14.9596 8.29883L19.3893 5.64063V4H4.60012V5.63282L9.10114 8.29297C9.99617 8.82215 10.5455 9.78545 10.5455 10.8252V17.252L13.5319 18.7549V10.8203ZM21.3894 6.24024C21.3894 6.57049 21.2164 6.8768 20.9333 7.04688L15.9879 10.0137C15.7047 10.1836 15.532 10.49 15.5319 10.8203V20.4736L15.5231 20.6016C15.4455 21.1858 14.8435 21.557 14.2867 21.3643L14.1676 21.3145L9.06306 18.7461C8.78524 18.6063 8.59701 18.3396 8.55426 18.0371L8.54547 17.9053V10.8252C8.54547 10.4926 8.3689 10.1839 8.08258 10.0147L3.06202 7.0459C2.77582 6.87659 2.6001 6.56887 2.6001 6.23633V2.94043C2.60027 2.42112 3.02122 2.00018 3.54054 2H20.4489C20.9683 2.00007 21.3892 2.42106 21.3894 2.94043V6.24024Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12.6846 13.8232C12.3722 13.5109 12.3723 13.0048 12.6846 12.6924C12.997 12.38 13.503 12.38 13.8154 12.6924L16.2002 15.0771V13.2578C16.2002 12.816 16.5582 12.458 17 12.458C17.4418 12.458 17.7998 12.816 17.7998 13.2578V17.0078C17.7998 17.0355 17.7986 17.0629 17.7959 17.0898C17.7937 17.111 17.7889 17.1317 17.7852 17.1523C17.7843 17.1572 17.7842 17.1622 17.7832 17.167C17.7807 17.1792 17.7774 17.1911 17.7744 17.2031L17.7637 17.2461C17.7559 17.271 17.7474 17.2955 17.7373 17.3193L17.7041 17.3857L17.7031 17.3887C17.6908 17.4115 17.6775 17.4337 17.6631 17.4551C17.6609 17.4583 17.6575 17.4607 17.6553 17.4639C17.6287 17.502 17.5994 17.5392 17.5654 17.5732C17.5013 17.6374 17.4287 17.6878 17.3516 17.7256C17.3383 17.7321 17.3252 17.7393 17.3115 17.7451C17.2637 17.7654 17.2132 17.7804 17.1611 17.791L17.1582 17.792C17.1534 17.793 17.1484 17.7931 17.1436 17.7939C17.1232 17.7976 17.1028 17.8016 17.082 17.8037C17.0551 17.8065 17.0277 17.8076 17 17.8076H13.25C12.8082 17.8076 12.4502 17.4496 12.4502 17.0078C12.4502 16.566 12.8082 16.208 13.25 16.208H15.0693L12.6846 13.8232Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path
|
|
6
|
+
d="M6.2041 6.92578C6.20622 6.90497 6.21019 6.88457 6.21387 6.86426C6.21475 6.85942 6.21485 6.85443 6.21582 6.84961C6.21827 6.83741 6.22162 6.82547 6.22461 6.81348C6.22754 6.80178 6.22993 6.78991 6.2334 6.77832C6.23428 6.77536 6.23541 6.77248 6.23633 6.76953C6.2597 6.69451 6.29385 6.62428 6.33691 6.56055C6.3395 6.55672 6.34305 6.55358 6.3457 6.5498C6.37199 6.51239 6.40112 6.47583 6.43457 6.44238C6.49839 6.37861 6.5708 6.32873 6.64746 6.29102C6.66114 6.28428 6.67436 6.27648 6.68848 6.27051C6.71227 6.26045 6.73681 6.2519 6.76172 6.24414C6.76428 6.24334 6.76696 6.24296 6.76953 6.24219C6.79778 6.23371 6.82661 6.22794 6.85547 6.22266C6.87614 6.21888 6.89677 6.21407 6.91797 6.21191C6.94493 6.20917 6.97231 6.20801 7 6.20801H10.75C11.1918 6.20801 11.5498 6.56598 11.5498 7.00781C11.5498 7.44964 11.1918 7.80762 10.75 7.80762H8.93066L11.3154 10.1924C11.6278 10.5047 11.6277 11.0108 11.3154 11.3232C11.003 11.6357 10.497 11.6357 10.1846 11.3232L7.7998 8.93848V10.7578C7.7998 11.1996 7.44183 11.5576 7 11.5576C6.55817 11.5576 6.2002 11.1996 6.2002 10.7578V7.00781C6.2002 6.98013 6.20136 6.95274 6.2041 6.92578Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
9
|
+
d="M2 4.50781C2 3.1271 3.11929 2.00781 4.5 2.00781L19.5 2.00781C20.8807 2.00781 22 3.1271 22 4.50781V19.5078C22 20.8885 20.8807 22.0078 19.5 22.0078H4.5C3.11929 22.0078 2 20.8885 2 19.5078L2 4.50781ZM4 19.5078C4 19.784 4.22386 20.0078 4.5 20.0078H19.5C19.7761 20.0078 20 19.784 20 19.5078V4.50781C20 4.23167 19.7761 4.00781 19.5 4.00781L4.5 4.00781C4.22386 4.00781 4 4.23167 4 4.50781L4 19.5078Z"
|
|
10
|
+
fill="black" fill-opacity="0.9" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M10.1182 15.1682L5.10352 20.1819H8.96973V22.0002H2V15.0305H3.81836V18.8958L8.83203 13.8831L10.1182 15.1682ZM22 8.96997H20.1816V5.10376L15.168 10.1184L13.8828 8.8313L18.8955 3.8186H15.0303V2.00024H22V8.96997Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M7.12784 11.0051H10.2588V8.03409H11.9837V15.964H10.2588V12.4563H7.12784V15.964H5.39114V8.03409H7.12784V11.0051Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M15.7942 8.03409C18.1249 8.03415 19.656 8.69732 19.6561 11.999C19.6561 15.0612 18.125 15.9639 15.7942 15.964H13.0744V8.03409H15.7942ZM14.8111 14.4794H15.702C17.1646 14.4794 17.8616 13.9301 17.8616 11.999C17.8615 9.95406 17.1302 9.497 15.702 9.497H14.8111V14.4794Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
9
|
+
d="M21.2528 1.8219C22.4937 1.82197 23.5 2.82813 23.5 4.06913V19.9308C23.5 21.1718 22.4938 22.1779 21.2528 22.178H2.74723C1.50619 22.178 0.5 21.1718 0.5 19.9308V4.06913C0.5 2.82809 1.50619 1.8219 2.74723 1.8219H21.2528ZM2.74723 3.67245C2.52822 3.67245 2.35055 3.85012 2.35055 4.06913V19.9308C2.35055 20.1498 2.52822 20.3274 2.74723 20.3274H21.2528C21.4717 20.3274 21.6494 20.1497 21.6494 19.9308V4.06913C21.6494 3.85017 21.4717 3.67252 21.2528 3.67245H2.74723Z"
|
|
10
|
+
fill="black" fill-opacity="0.9" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.4642 17.9888H11.2642V15.7888H13.4642V17.9888Z" fill="black" fill-opacity="0.9" />
|
|
3
|
+
<path
|
|
4
|
+
d="M12.3642 6.5C14.3879 6.5 16.0292 8.14046 16.0294 10.1642C16.0294 11.8048 14.9506 13.1925 13.4642 13.6597V15.141H11.2642V11.6294H12.3642C13.173 11.6294 13.8294 10.973 13.8294 10.1642C13.8292 9.35549 13.1729 8.7 12.3642 8.7C11.5556 8.70023 10.9002 9.35563 10.9 10.1642H8.7C8.70023 8.14061 10.3406 6.50023 12.3642 6.5Z"
|
|
5
|
+
fill="black" fill-opacity="0.9" />
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
7
|
+
d="M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 3.2C7.13989 3.2 3.2 7.13989 3.2 12C3.2 16.8601 7.13989 20.8 12 20.8C16.8601 20.8 20.8 16.8601 20.8 12C20.8 7.13989 16.8601 3.2 12 3.2Z"
|
|
8
|
+
fill="black" fill-opacity="0.9" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12H3C3 16.9706 7.02943 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02943 16.9706 3 12 3C9.3352 3 6.94075 4.15845 5.29199 6.00098H6.5459V8.00098H1.90918V3.36426H3.90918V4.54785C5.91852 2.36761 8.79916 1 12 1ZM13 11.7129L16.6943 15.2812L15.3057 16.7197L11 12.5615L11.001 6.66699H13.001L13 11.7129Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4.35352 19.0596C4.35352 19.3843 4.61678 19.6472 4.94141 19.6475H19.0596C19.3844 19.6475 19.6475 19.3845 19.6475 19.0596V16.4121H22.001V19.0596C22.001 20.684 20.684 22.001 19.0596 22.001H4.94141C3.31724 22.0007 2 20.6838 2 19.0596V16.4121H4.35352V19.0596ZM17.4209 9.05078C17.9784 9.05078 18.4247 9.22904 18.7617 9.58887C19.0392 9.88154 19.1787 10.214 19.1787 10.584C19.1786 11.1082 18.8934 11.5263 18.3262 11.8379C18.6654 11.9127 18.9361 12.0776 19.1387 12.332C19.3414 12.5879 19.4443 12.8958 19.4443 13.2568C19.4443 13.7826 19.2541 14.2297 18.874 14.5996C18.4952 14.9683 18.0243 15.1533 17.458 15.1533C16.9221 15.1533 16.4782 14.9979 16.126 14.6875C15.772 14.3744 15.5522 13.9367 15.5117 13.4658L16.6104 13.332C16.6459 13.6144 16.7394 13.831 16.8926 13.9805C16.9659 14.0529 17.0537 14.1101 17.1494 14.1484C17.245 14.1866 17.3473 14.205 17.4502 14.2031C17.6846 14.2031 17.8814 14.1151 18.041 13.9365C18.2019 13.7566 18.2812 13.514 18.2812 13.21C18.2812 12.9212 18.205 12.6929 18.0518 12.5244C17.9824 12.444 17.8965 12.3797 17.7998 12.3359C17.703 12.2922 17.5974 12.2703 17.4912 12.2715C17.3455 12.2715 17.1715 12.2994 16.9688 12.3564L17.0957 11.4238C17.4009 11.4314 17.6357 11.3638 17.7979 11.2207C17.8773 11.1497 17.9399 11.0619 17.9814 10.9639C18.023 10.8656 18.0425 10.759 18.0381 10.6523C18.0425 10.5644 18.0292 10.4762 17.999 10.3936C17.9688 10.311 17.9223 10.2352 17.8623 10.1709C17.7998 10.1107 17.7248 10.0637 17.6436 10.0332C17.5625 10.0028 17.4761 9.98903 17.3896 9.99316C17.2974 9.99153 17.2055 10.0091 17.1201 10.0439C17.0348 10.0788 16.9572 10.1307 16.8926 10.1963C16.756 10.3318 16.672 10.5304 16.6416 10.791L15.5967 10.6113C15.6701 10.2505 15.7789 9.96171 15.9258 9.74512C16.0727 9.52975 16.2768 9.35951 16.5391 9.23535C16.8026 9.11121 17.0966 9.0508 17.4209 9.05078ZM6.36523 15.0527H5.22949V10.7344C4.8109 11.1274 4.31137 11.4241 3.76562 11.6025V10.5635C4.06077 10.4646 4.38243 10.2795 4.72949 10.0059C5.0766 9.73349 5.31509 9.41435 5.44434 9.05078H6.36523V15.0527ZM11.2998 9.05078C11.8839 9.05078 12.3432 9.20903 12.6777 9.52832C13.0107 9.84498 13.1777 10.2415 13.1777 10.7139C13.1777 10.9772 13.13 11.2371 13.0352 11.4814C12.9207 11.7568 12.7672 12.0149 12.5801 12.2471C12.3513 12.5189 12.1025 12.7738 11.8369 13.0098C11.6019 13.2209 11.3754 13.4414 11.1572 13.6699C11.0698 13.7687 10.992 13.8755 10.9248 13.9883H13.1777V15.0527H9.20117C9.24425 14.6511 9.37348 14.269 9.58887 13.9092C9.80431 13.5482 10.2286 13.0708 10.8643 12.4756C11.3759 11.9943 11.6877 11.6685 11.8057 11.4961C11.9615 11.2604 12.0391 11.0268 12.0391 10.7949C12.039 10.5404 11.9702 10.3428 11.8359 10.2061C11.6991 10.0693 11.5118 10.001 11.2725 10.001C11.1685 9.99593 11.0641 10.0127 10.9668 10.0498C10.8698 10.0869 10.7811 10.143 10.707 10.2158C10.5677 10.3603 10.4851 10.6004 10.4648 10.9336L9.33398 10.8193C9.40114 10.1896 9.61301 9.73754 9.96777 9.46387C10.3224 9.18781 10.7666 9.05085 11.2998 9.05078ZM19.0596 2C20.6838 2 22.0007 3.31724 22.001 4.94141V7.58887H19.6475V4.94141C19.6472 4.61677 19.3843 4.35352 19.0596 4.35352H4.94141C4.61696 4.35381 4.35381 4.61695 4.35352 4.94141V7.58887H2V4.94141C2.00029 3.31742 3.31742 2.00029 4.94141 2H19.0596Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.2217 6.5H10.7773V8.94434H13.2217V6.5Z" fill="black" fill-opacity="0.9" />
|
|
3
|
+
<path d="M13.2217 10.167H10.7773V17.5H13.2217V10.167Z" fill="black" fill-opacity="0.9" />
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
5
|
+
d="M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 20.5557C7.2749 20.5557 3.44434 16.7251 3.44434 12C3.44434 7.2749 7.2749 3.44434 12 3.44434C16.7251 3.44434 20.5557 7.2749 20.5557 12C20.5557 16.7251 16.7251 20.5557 12 20.5557Z"
|
|
6
|
+
fill="black" fill-opacity="0.9" />
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.8906 15.6768H7.7002V14.0381H15.8906V15.6768Z" fill="black" fill-opacity="0.9" />
|
|
3
|
+
<path
|
|
4
|
+
d="M8.51855 10.7715C9.08377 10.7716 9.54182 11.2297 9.54199 11.7949C9.54186 12.3602 9.08379 12.8182 8.51855 12.8184C7.95338 12.8182 7.49525 12.3601 7.49512 11.7949C7.49529 11.2298 7.9534 10.7717 8.51855 10.7715Z"
|
|
5
|
+
fill="black" fill-opacity="0.9" />
|
|
6
|
+
<path
|
|
7
|
+
d="M11.7266 10.7715C12.2917 10.7716 12.7498 11.2297 12.75 11.7949C12.7499 12.3601 12.2918 12.8182 11.7266 12.8184C11.1613 12.8182 10.7033 12.3602 10.7031 11.7949C10.7033 11.2297 11.1614 10.7716 11.7266 10.7715Z"
|
|
8
|
+
fill="black" fill-opacity="0.9" />
|
|
9
|
+
<path
|
|
10
|
+
d="M15.0713 10.7715C15.6364 10.7717 16.0946 11.2298 16.0947 11.7949C16.0946 12.3601 15.6364 12.8181 15.0713 12.8184C14.5061 12.8182 14.047 12.3602 14.0469 11.7949C14.047 11.2297 14.5061 10.7716 15.0713 10.7715Z"
|
|
11
|
+
fill="black" fill-opacity="0.9" />
|
|
12
|
+
<path
|
|
13
|
+
d="M8.51855 7.49512C9.08368 7.49524 9.54266 7.95347 9.54297 8.51855C9.54284 9.08379 9.08379 9.54285 8.51855 9.54297C7.95348 9.54266 7.49525 9.08367 7.49512 8.51855C7.49542 7.95359 7.95359 7.49542 8.51855 7.49512Z"
|
|
14
|
+
fill="black" fill-opacity="0.9" />
|
|
15
|
+
<path
|
|
16
|
+
d="M11.7266 7.49512C12.2917 7.49527 12.7497 7.95349 12.75 8.51855C12.7499 9.08376 12.2918 9.54281 11.7266 9.54297C11.1613 9.54285 10.7033 9.08379 10.7031 8.51855C10.7034 7.95347 11.1614 7.49524 11.7266 7.49512Z"
|
|
17
|
+
fill="black" fill-opacity="0.9" />
|
|
18
|
+
<path
|
|
19
|
+
d="M15.0713 7.49512C15.6363 7.49533 16.0944 7.95353 16.0947 8.51855C16.0946 9.08373 15.6364 9.54276 15.0713 9.54297C14.5061 9.54285 14.047 9.08379 14.0469 8.51855C14.0472 7.95347 14.5062 7.49524 15.0713 7.49512Z"
|
|
20
|
+
fill="black" fill-opacity="0.9" />
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
22
|
+
d="M12 1.99902C17.5227 1.99926 21.9998 6.4773 22 12C21.9998 17.5227 17.5227 21.9998 12 22C6.4773 21.9998 1.99926 17.5227 1.99902 12C1.99926 6.4773 6.4773 1.99926 12 1.99902ZM12 3.98145C7.57196 3.98168 3.98168 7.57196 3.98145 12C3.98168 16.428 7.57196 20.0173 12 20.0176C16.428 20.0173 20.0173 16.428 20.0176 12C20.0173 7.57196 16.428 3.98168 12 3.98145Z"
|
|
23
|
+
fill="black" fill-opacity="0.9" />
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M10.627 3.11655C11.0881 2.08181 12.3533 1.68594 13.3223 2.2728C14.6697 3.08926 15.493 4.55083 15.4932 6.12631V8.10385H19.8115C21.2694 8.10394 22.3433 9.46652 22.0029 10.8841L19.7002 20.4749C19.4855 21.3689 18.686 22 17.7666 22.0003H3.98926C2.89075 22.0003 2.00014 21.1096 2 20.0111V11.5238C2.00021 10.4254 2.89079 9.53451 3.98926 9.53451H7.76855L10.627 3.11655ZM12.3389 3.85776C12.3346 3.85914 12.332 3.86204 12.3301 3.86362C12.3289 3.86466 12.3258 3.86671 12.3232 3.8724L9.16113 10.9701V20.1439H17.7666C17.8274 20.1436 17.8801 20.1014 17.8945 20.0423L20.1982 10.4505C20.2581 10.2005 20.0686 9.96038 19.8115 9.9603H14.8301C14.1711 9.96025 13.6369 9.42589 13.6367 8.76694V6.12631C13.6366 5.2001 13.1525 4.34068 12.3604 3.86069C12.3552 3.85755 12.3521 3.85696 12.3506 3.85678C12.3481 3.8565 12.3435 3.85629 12.3389 3.85776ZM3.98926 11.391C3.91615 11.391 3.85666 11.4507 3.85645 11.5238V20.0111C3.85659 20.0842 3.9161 20.1439 3.98926 20.1439H7.30371V11.391H3.98926Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4.64796 3.19144C6.51284 1.32682 9.55064 1.37353 11.3581 3.29394L19.1201 11.5415C21.3798 13.9425 21.323 17.7041 18.9917 20.0356C16.6765 22.3508 12.9461 22.4262 10.5402 20.2054L3.02246 13.2654L4.55685 11.6037L12.0745 18.5426C13.5883 19.94 15.9352 19.8935 17.3921 18.437C18.8591 16.97 18.8957 14.6023 17.4739 13.0915L9.71083 4.84386C8.7779 3.85262 7.21021 3.82869 6.24758 4.79106C5.30523 5.73341 5.30523 7.26122 6.24758 8.20358L13.495 15.4521C13.756 15.7129 14.1793 15.7128 14.4403 15.4521C14.7013 15.1911 14.7012 14.7678 14.4403 14.5068L7.23117 7.29764L8.03046 6.49732L8.83078 5.69802L16.0399 12.9072C17.184 14.0514 17.1839 15.9064 16.0399 17.0507C14.8957 18.1949 13.0397 18.1949 11.8954 17.0507L4.64796 9.80319C2.82234 7.97757 2.82234 5.01706 4.64796 3.19144Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12.5094 21.7577L12.0002 22.106L11.4911 21.7577L12.0002 21.0147L12.5094 21.7577ZM18.3032 10.3733C18.3031 6.78274 15.4622 3.90679 12.0002 3.90679C8.53825 3.90679 5.6974 6.78274 5.69732 10.3733C5.69732 12.8714 7.29526 15.3144 9.05982 17.2222C9.9246 18.1573 10.7921 18.9244 11.4445 19.4575C11.6551 19.6295 11.8435 19.7754 12.0002 19.8954C12.157 19.7754 12.3454 19.6295 12.556 19.4575C13.2083 18.9244 14.0759 18.1573 14.9407 17.2222C16.7052 15.3144 18.3032 12.8714 18.3032 10.3733ZM20.104 10.3733C20.104 13.581 18.1003 16.4591 16.2632 18.4454C15.3271 19.4574 14.3938 20.2815 13.6956 20.8521C13.3458 21.1378 13.053 21.3616 12.8461 21.5151C12.7428 21.5917 12.6607 21.651 12.6035 21.6918C12.575 21.712 12.5524 21.7274 12.5366 21.7384C12.5287 21.7439 12.5218 21.7485 12.5173 21.7516C12.5152 21.7531 12.5134 21.7542 12.512 21.7551L12.5094 21.7577L12.0002 21.0147L11.4911 21.7577L11.4885 21.7551C11.4871 21.7542 11.4853 21.7531 11.4832 21.7516C11.4787 21.7485 11.4718 21.7439 11.4639 21.7384C11.4481 21.7274 11.4254 21.712 11.397 21.6918C11.3398 21.651 11.2577 21.5917 11.1543 21.5151C10.9475 21.3616 10.6547 21.1378 10.3049 20.8521C9.60669 20.2815 8.67337 19.4574 7.73733 18.4454C5.90022 16.4591 3.89648 13.581 3.89648 10.3733C3.89656 5.82653 7.50574 2.10596 12.0002 2.10596C16.4947 2.10596 20.1039 5.82653 20.104 10.3733Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path
|
|
6
|
+
d="M13.5987 10.3068C13.5985 9.42438 12.8825 8.70908 12.0001 8.70908C11.1178 8.70925 10.4025 9.42449 10.4024 10.3068C10.4024 11.1892 11.1177 11.9052 12.0001 11.9054C12.8826 11.9054 13.5987 11.1893 13.5987 10.3068ZM15.3995 10.3068C15.3995 12.1839 13.8772 13.7062 12.0001 13.7062C10.1231 13.7061 8.60152 12.1838 8.60152 10.3068C8.60169 8.42991 10.1232 6.90841 12.0001 6.90824C13.8771 6.90824 15.3993 8.42981 15.3995 10.3068Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4.6499 20.0004H19.3032V10.0101H4.6499V20.0004ZM21.3032 21.0677L21.2983 21.1625C21.2538 21.6017 20.9046 21.9511 20.4653 21.9955L20.3706 22.0004H3.58252L3.48682 21.9955C3.04796 21.9507 2.69926 21.6014 2.65479 21.1625L2.6499 21.0677V8.94275C2.64992 8.42769 3.06746 8.01015 3.58252 8.01013H20.3706L20.4653 8.01502C20.9358 8.06258 21.3032 8.45973 21.3032 8.94275V21.0677Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path d="M10.9765 11.6734H12.9765V18.3365H10.9765V11.6734Z" fill="black" fill-opacity="0.9" />
|
|
6
|
+
<path
|
|
7
|
+
d="M15.6397 6.66309C15.6396 4.64 13.9997 3 11.9766 3C9.95356 3.00011 8.3136 4.64007 8.31349 6.66309V8.00977H6.31349V6.66309C6.3136 3.5355 8.84899 1.00011 11.9766 1C15.1043 1 17.6396 3.53543 17.6397 6.66309V8.00977H15.6397V6.66309Z"
|
|
8
|
+
fill="black" fill-opacity="0.9" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.9998 1.91748V11H10.9998V1.91748H12.9998Z" fill="black" fill-opacity="0.9" />
|
|
3
|
+
<path
|
|
4
|
+
d="M8.00049 5.24907C5.61241 6.5991 3.99958 9.16071 3.99951 12.0997C3.99954 16.4433 7.52109 19.9647 11.8647 19.9649C16.2085 19.9649 19.7299 16.4434 19.73 12.0997C19.7299 9.27324 18.2388 6.79568 16.0005 5.40922V3.14262C19.3828 4.70682 21.7299 8.12839 21.73 12.0997C21.7299 17.548 17.3131 21.9649 11.8647 21.9649C6.41652 21.9647 1.99954 17.5479 1.99951 12.0997C1.99959 8.02308 4.47309 4.52504 8.00049 3.02153V5.24907Z"
|
|
5
|
+
fill="black" fill-opacity="0.9" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4.18718 9.81287C5.39528 9.81287 6.37436 10.7919 6.37436 12C6.37436 13.2082 5.39528 14.1872 4.18718 14.1872C2.97908 14.1872 2 13.2082 2 12C2 10.7919 2.97908 9.81287 4.18718 9.81287Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path
|
|
6
|
+
d="M12 9.81287C13.2081 9.81287 14.1872 10.7919 14.1872 12C14.1872 13.2082 13.2081 14.1872 12 14.1872C10.7919 14.1872 9.81282 13.2082 9.81282 12C9.81282 10.7919 10.7919 9.81287 12 9.81287Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
<path
|
|
9
|
+
d="M19.8128 9.81287C21.0209 9.81287 22 10.7919 22 12C22 13.2082 21.0209 14.1872 19.8128 14.1872C18.6047 14.1872 17.6256 13.2082 17.6256 12C17.6256 10.7919 18.6047 9.81287 19.8128 9.81287Z"
|
|
10
|
+
fill="black" fill-opacity="0.9" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12.5 2.5C18.0228 2.5 22.5 6.97715 22.5 12.5C22.5 18.0228 18.0228 22.5 12.5 22.5C6.97715 22.5 2.5 18.0228 2.5 12.5C2.5 6.97715 6.97715 2.5 12.5 2.5ZM4.36914 13.4092C4.74078 16.7703 7.14807 19.5155 10.3311 20.3887C8.75182 18.3143 7.87935 15.8811 7.70703 13.4092H4.36914ZM17.293 13.4092C17.1206 15.8816 16.246 18.314 14.666 20.3887C17.8504 19.5163 20.2591 16.7713 20.6309 13.4092H17.293ZM9.52832 13.4092C9.70994 15.6493 10.5635 17.8461 12.0898 19.6777L12.5 20.1699L12.9111 19.6777C14.4374 17.8462 15.2901 15.6493 15.4717 13.4092H9.52832ZM14.667 4.61035C16.247 6.68505 17.1206 9.11833 17.293 11.5908H20.6309C20.2591 8.22896 17.851 5.48289 14.667 4.61035ZM12.0898 5.32227C10.5635 7.15389 9.70993 9.35064 9.52832 11.5908H15.4717C15.2901 9.35071 14.4374 7.15385 12.9111 5.32227L12.5 4.82812L12.0898 5.32227ZM10.3301 4.61035C7.14742 5.48371 4.74075 8.22992 4.36914 11.5908H7.70703C7.87933 9.11883 8.75078 6.68474 10.3301 4.61035Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.00781C17.5228 2.00781 22 6.48496 22 12.0078C22 17.5307 17.5228 22.0078 12 22.0078C11.055 22.0078 10.1408 21.8763 9.27441 21.6309L8.90625 21.5186C8.45416 21.3714 8.21696 20.8986 8.24219 20.4238C8.24731 20.3275 8.25 20.2304 8.25 20.1328C8.25 17.0262 5.7316 14.5078 2.625 14.5078C2.46853 14.5078 2.32551 14.4192 2.26562 14.2803L2.24512 14.2168C2.08485 13.5061 2 12.7669 2 12.0078C2 6.48496 6.47715 2.00781 12 2.00781ZM12 4.00781C7.58172 4.00781 4 7.58953 4 12.0078C4 12.2205 4.01115 12.4307 4.02734 12.6387C7.46634 13.2782 10.0925 16.2238 10.2412 19.8115C10.8062 19.9387 11.3943 20.0078 12 20.0078C16.4183 20.0078 20 16.4261 20 12.0078C20 7.58953 16.4183 4.00781 12 4.00781ZM15.125 15.1328C15.9879 15.1328 16.6875 15.8324 16.6875 16.6953C16.6875 17.5583 15.9879 18.2578 15.125 18.2578C14.2621 18.2578 13.5625 17.5583 13.5625 16.6953C13.5625 15.8324 14.2621 15.1328 15.125 15.1328ZM7.3125 7.32031C8.17545 7.32031 8.875 8.01987 8.875 8.88281C8.875 9.74576 8.17545 10.4453 7.3125 10.4453C6.44955 10.4453 5.75 9.74576 5.75 8.88281C5.75 8.01987 6.44955 7.32031 7.3125 7.32031ZM16.6875 7.32031C17.5504 7.32031 18.25 8.01987 18.25 8.88281C18.25 9.74576 17.5504 10.4453 16.6875 10.4453C15.8246 10.4453 15.125 9.74576 15.125 8.88281C15.125 8.01987 15.8246 7.32031 16.6875 7.32031ZM12 5.75781C12.8629 5.75781 13.5625 6.45737 13.5625 7.32031C13.5625 8.18326 12.8629 8.88281 12 8.88281C11.1371 8.88281 10.4375 8.18326 10.4375 7.32031C10.4375 6.45737 11.1371 5.75781 12 5.75781Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M21.2908 5.87322C21.5949 6.17734 21.5969 6.67045 21.2949 6.97669L9.51305 18.9229L5.14473 19.3842L5.04737 19.389C4.60005 19.3818 4.24758 18.9947 4.28156 18.5487L4.29468 18.4527L5.08604 14.4959L16.8603 2.55727C17.1463 2.26726 17.6024 2.2473 17.9113 2.49927L17.9707 2.55313L21.2908 5.87322ZM15.5159 6.76884L6.92976 15.4737L6.58035 17.2208L8.59119 17.0081L17.1144 8.36742L15.5159 6.76884ZM16.9197 5.34565L18.5183 6.94423L19.0224 6.43324L17.4238 4.83465L16.9197 5.34565Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19.8887 2C20.3795 2 20.7772 2.39785 20.7773 2.88867V21.1113L20.7734 21.2021C20.7279 21.6503 20.3489 22 19.8887 22H3.88867C3.4286 21.9999 3.05048 21.6502 3.00488 21.2021L3 21.1113V2.88867C3.00012 2.39792 3.39792 2.00012 3.88867 2H19.8887ZM5 20H18.7773V4H5V20ZM15.3779 9.25977C15.3779 10.6236 14.5946 11.804 13.4541 12.3779C15.4839 13.0376 16.952 14.9437 16.9521 17.1934H15.1523C15.1522 15.3913 13.6907 13.9309 11.8887 13.9307C10.0866 13.9308 8.62615 15.3913 8.62598 17.1934H6.82422C6.82436 14.9441 8.29204 13.038 10.3213 12.3779C9.18121 11.8039 8.39941 10.6233 8.39941 9.25977C8.39951 7.33277 9.96166 5.77054 11.8887 5.77051H15.3779V9.25977ZM11.8887 7.57031C10.9558 7.57034 10.1993 8.32688 10.1992 9.25977C10.1992 10.1927 10.9557 10.9492 11.8887 10.9492C12.8214 10.949 13.5781 10.1926 13.5781 9.25977V7.57031H11.8887Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M13.7858 4.37675H4.28363C3.80918 4.37699 3.4246 4.76157 3.42436 5.23603V19.7157C3.42436 20.1903 3.80903 20.5756 4.28363 20.5759H18.7633C19.2381 20.5759 19.6235 20.1905 19.6235 19.7157V10.2135H21.5239V19.7157C21.5239 21.2401 20.2877 22.4763 18.7633 22.4763H4.28363C2.75945 22.4761 1.52393 21.2399 1.52393 19.7157V5.23603C1.52417 3.71199 2.7596 2.47656 4.28363 2.47632H13.7858V4.37675Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path
|
|
6
|
+
d="M11.5272 11.4449C12.3151 10.6885 13.5602 10.6885 14.3481 11.4449L17.8066 14.7651C18.1669 15.1112 18.1786 15.6843 17.8326 16.0447C17.4864 16.4048 16.9133 16.4165 16.5529 16.0707L13.0945 12.7505C13.0069 12.6665 12.8684 12.6665 12.7808 12.7505L6.494 18.7859C6.13347 19.1312 5.56028 19.12 5.21436 18.7599C4.86844 18.3995 4.88118 17.8264 5.24127 17.4803L11.5272 11.4449Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
<path
|
|
9
|
+
d="M8.69601 8.23422C9.47685 8.23434 10.1102 8.86754 10.1102 9.64841C10.1101 10.4292 9.47677 11.0625 8.69601 11.0626C7.91521 11.0625 7.28195 10.4292 7.28183 9.64841C7.28183 8.86751 7.91513 8.23428 8.69601 8.23422Z"
|
|
10
|
+
fill="black" fill-opacity="0.9" />
|
|
11
|
+
<path
|
|
12
|
+
d="M19.2152 4.78412H21.4775V6.59361H19.2152V8.85594H17.4057V6.59361H15.1434V4.78412H17.4057V2.52179H19.2152V4.78412Z"
|
|
13
|
+
fill="black" fill-opacity="0.9" />
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19.7046 19.4885L21.3521 17.842L22.6235 19.1125L18.9556 22.7815L15.2866 19.1125L16.5581 17.842L17.9067 19.1907V15.5686H19.7046V19.4885ZM20.0044 2.6311C20.9971 2.63133 21.802 3.43727 21.8022 4.42993V13.1194H20.0044V4.42993H4.42236V13.6331L8.65283 9.40259L8.73096 9.33228C9.10522 9.02745 9.64577 9.02814 10.019 9.33423L10.0962 9.40454L14.9487 14.2854L15.5825 14.9231L14.3071 16.1907L13.6733 15.553L9.37158 11.2258L4.87256 15.7258L4.42236 16.176V19.4124H14.311V21.2112H4.42236C3.42936 21.2112 2.62354 20.4054 2.62354 19.4124V4.42993C2.62378 3.43713 3.42951 2.6311 4.42236 2.6311H20.0044ZM17.3081 7.1272C18.3008 7.12754 19.1059 7.93232 19.106 8.92505C19.1058 9.91772 18.3007 10.7226 17.3081 10.7229C16.3152 10.7229 15.5094 9.91793 15.5093 8.92505C15.5093 7.93211 16.3151 7.1272 17.3081 7.1272Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19.5 2C20.8807 2 22 3.11929 22 4.5V19.5C22 20.8807 20.8807 22 19.5 22H4.5C3.11929 22 2 20.8807 2 19.5V4.5C2 3.11929 3.11929 2 4.5 2H19.5ZM4.5 4C4.22386 4 4 4.22386 4 4.5V19.5C4 19.7761 4.22386 20 4.5 20H19.5C19.7761 20 20 19.7761 20 19.5V4.5C20 4.22386 19.7761 4 19.5 4H4.5ZM12.0039 11.0059C12.8397 10.2035 14.1603 10.2035 14.9961 11.0059L18.665 14.5283C19.0469 14.8955 19.0592 15.5025 18.6924 15.8848C18.3253 16.267 17.7174 16.28 17.335 15.9131L13.666 12.3906C13.5732 12.3017 13.4268 12.3017 13.334 12.3906L6.66504 18.793C6.28273 19.1598 5.6748 19.1475 5.30762 18.7656C4.94058 18.3833 4.9529 17.7754 5.33496 17.4082L12.0039 11.0059ZM8.875 7.3125C9.73795 7.3125 10.4375 8.01205 10.4375 8.875C10.4375 9.73795 9.73795 10.4375 8.875 10.4375C8.01205 10.4375 7.3125 9.73795 7.3125 8.875C7.3125 8.01205 8.01205 7.3125 8.875 7.3125Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2C17.5229 2 22 6.47715 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47715 6.47715 2 12 2ZM12 3.81836C7.4813 3.81836 3.81836 7.4813 3.81836 12C3.81836 16.5187 7.4813 20.1816 12 20.1816C16.5187 20.1816 20.1816 16.5187 20.1816 12C20.1816 7.4813 16.5187 3.81836 12 3.81836ZM12.9092 11.0908H16.5459V12.9092H12.9092V16.5459H11.0908V12.9092H7.4541V11.0908H11.0908V7.4541H12.9092V11.0908Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M12.001 6.76462C13.7801 6.76512 15.2227 8.208 15.2227 9.98728C15.2225 11.4175 14.2898 12.629 13 13.0498V16.6933H11V13.0498C9.71034 12.6289 8.77852 11.4173 8.77832 9.98728C8.77832 8.20769 10.2214 6.76462 12.001 6.76462ZM12.001 8.76462C11.326 8.76462 10.7783 9.31226 10.7783 9.98728C10.7786 10.6621 11.3261 11.209 12.001 11.209C12.6754 11.2085 13.2224 10.6618 13.2227 9.98728C13.2227 9.31257 12.6756 8.76512 12.001 8.76462Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M11.7275 1.03904C11.9086 0.986848 12.1012 0.986802 12.2822 1.03904L21.2773 3.63474C21.7053 3.75829 22 4.15025 22 4.59568V9.75779C22 15.8657 18.1122 21.3002 12.3135 23.3525L12.1592 23.3926C12.0548 23.4104 11.9481 23.4104 11.8438 23.3926L11.6895 23.3525C5.88907 21.3003 2 15.8643 2 9.75486V4.59568C2.00004 4.15022 2.2947 3.75827 2.72266 3.63474L11.7275 1.03904ZM4 5.34763V9.75486C4 14.8775 7.18483 19.4665 12.001 21.333C16.816 19.4667 20 14.8792 20 9.75779V5.34763L12.0039 3.04001L4 5.34763Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M9.24951 3.25H14.7505V2H16.7505V3.25H20.5249L20.6216 3.25488C21.0991 3.30349 21.4722 3.70692 21.4722 4.19727V21.0527L21.4673 21.1494C21.4221 21.5953 21.0674 21.9497 20.6216 21.9951L20.5249 22H3.4751L3.37842 21.9951C2.90071 21.9467 2.52788 21.5432 2.52783 21.0527V4.19727C2.52783 3.70676 2.90068 3.30328 3.37842 3.25488L3.4751 3.25H7.24951V2H9.24951V3.25ZM4.52783 20H19.4722V5.25H16.7505V6.56738H14.7505V5.25H9.24951V6.56738H7.24951V5.25H4.52783V20ZM13.2505 16.624H7.00049V14.624H13.2505V16.624ZM17.0005 11.624H7.00049V9.62402H17.0005V11.624Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.7158 2C17.248 2.00025 17.6795 2.43163 17.6797 2.96387V3.64355H20.5088C21.0309 3.64355 21.454 4.06677 21.4541 4.58887V21.0547L21.4492 21.1514C21.4005 21.6278 20.9981 22 20.5088 22H3.49121C3.00195 21.9999 2.59944 21.6278 2.55078 21.1514L2.5459 21.0547V4.58887C2.54596 4.06683 2.96918 3.64364 3.49121 3.64355H6.32129V2.96387C6.32147 2.43155 6.75279 2.00005 7.28516 2H16.7158ZM4.43652 20.1094H19.5635V5.53418H17.6797V6.15527C17.6797 6.68762 17.2481 7.11889 16.7158 7.11914H7.28516C6.75272 7.11909 6.32129 6.68778 6.32129 6.15527V5.53418H4.43652V20.1094ZM13.1816 16.6719H7.27344V14.7676H13.1816V16.6719ZM16.7266 11.9453H7.27344V10.04H16.7266V11.9453ZM8.22559 5.21484H15.7754V3.9043H8.22559V5.21484Z" fill="black" fill-opacity="0.9"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19.7773 2C20.3296 2 20.7773 2.44772 20.7773 3V21L20.7725 21.1025C20.7211 21.6066 20.295 22 19.7773 22H4C3.48232 22 3.05621 21.6067 3.00488 21.1025L3 21V3C3 2.44772 3.44772 2 4 2H19.7773ZM5 20H18.7773V4H5V20ZM15.7793 7.2627L13.1729 9.86914H15.708V11.8691H12.8887V13.2998H15.708V15.2998H12.8887V18.0117H10.8887V15.2998H8.07031V13.2998H10.8887V11.8691H8.07031V9.86914H10.6064L8 7.2627L9.41406 5.84863L11.8896 8.32422L14.3652 5.84863L15.7793 7.2627Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19.8887 2C20.3795 2 20.7772 2.39785 20.7773 2.88867V21.1113L20.7734 21.2021C20.7279 21.6503 20.3489 22 19.8887 22H3.88867C3.4286 21.9999 3.05048 21.6502 3.00488 21.2021L3 21.1113V2.88867C3.00012 2.39792 3.39792 2.00012 3.88867 2H19.8887ZM8.44434 20H18.7773V4H8.44434V20ZM5 20H6.44434V4H5V20ZM16.333 13H10.7773V11H16.333V13ZM16.333 9.66699H10.7773V7.66699H16.333V9.66699Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M10.853 1.81689C15.8432 1.8171 19.889 5.86283 19.8892 10.853C19.8891 12.9408 19.1789 14.8621 17.9897 16.3921L21.8169 20.2202L21.019 21.019L20.2202 21.8169L16.3921 17.9897C14.8621 19.1789 12.9408 19.8891 10.853 19.8892C5.86283 19.889 1.8171 15.8432 1.81689 10.853C1.81701 5.86277 5.86277 1.81701 10.853 1.81689ZM10.853 4.07666C7.11038 4.07678 4.07678 7.11038 4.07666 10.853C4.07687 14.5956 7.11044 17.6303 10.853 17.6304C14.5955 17.6302 17.6302 14.5955 17.6304 10.853C17.6303 7.11044 14.5956 4.07687 10.853 4.07666Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M16.7549 3C17.0641 3.00016 17.3502 3.16487 17.5049 3.43262L22.2012 11.5664C22.3557 11.8342 22.3556 12.1648 22.2012 12.4326L17.5049 20.5674C17.3502 20.835 17.064 20.9998 16.7549 21H7.3623L7.24805 20.9922C6.98394 20.957 6.74776 20.8017 6.6123 20.5674L1.91602 12.4326L1.86523 12.3301C1.77815 12.1189 1.7782 11.8812 1.86523 11.6699L1.91602 11.5664L6.6123 3.43262C6.74776 3.19829 6.98397 3.04301 7.24805 3.00781L7.3623 3H16.7549ZM3.97656 11.999L8.01758 19H16.1006L20.1416 11.999L16.1006 5H8.01758L3.97656 11.999ZM12.2529 8.22559C14.2494 8.32707 15.8379 9.97827 15.8379 12L15.833 12.1943C15.7317 14.1908 14.0801 15.7789 12.0586 15.7793L11.8643 15.7744C9.93182 15.6766 8.38225 14.1267 8.28418 12.1943L8.2793 12C8.2793 9.91287 9.97146 8.2207 12.0586 8.2207L12.2529 8.22559ZM12.0586 10.2207C11.076 10.2207 10.2793 11.0174 10.2793 12C10.2795 12.9824 11.0761 13.7793 12.0586 13.7793C13.0407 13.7789 13.8377 12.9822 13.8379 12C13.8379 11.0177 13.0408 10.2211 12.0586 10.2207Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12.5303 4.62909H3.96973L3.96582 19.4807H12.5283V21.4465H2.9834C2.47462 21.4464 2.05532 21.0591 2.00488 20.5637L2 20.4631L2.00488 3.64667C2.00496 3.10402 2.44471 2.6635 2.9873 2.66327H12.5303V4.62909ZM22 12.0002L15.8994 18.1017L14.5088 16.7111L18.2197 13.0002H7.86719V11.0002H18.2197L14.5088 7.28925L15.8994 5.8996L22 12.0002Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M20.2041 2.01074C21.2128 2.113 22 2.96435 22 4V20L21.9893 20.2041C21.8938 21.1457 21.1457 21.8938 20.2041 21.9893L20 22H4C2.96435 22 2.113 21.2128 2.01074 20.2041L2 20V4C2 2.89543 2.89543 2 4 2H20L20.2041 2.01074ZM4 20H20V4H4V20Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21.7803 15.1465H5.22266L11.0664 20.9893L9.79492 22.2607L2.41699 14.8828L3.05273 13.3486H21.7803V15.1465ZM22.417 9.11719L21.7812 10.6514H3.05273V8.85352H19.6104L13.7676 3.01074L15.0391 1.73926L22.417 9.11719Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M3.98926 11.9999H4.06934V13.1122C4.61392 17.0057 7.95545 20.0026 11.999 20.0028C14.16 20.0028 16.1198 19.1483 17.5615 17.7567L18.2812 17.0624L19.6699 18.5009L18.9502 19.1952C17.1506 20.9322 14.6987 22.0028 11.999 22.0028C8.76964 22.0026 5.89958 20.4715 4.06934 18.0975V20.91H2.08887V13.3934C2.0248 12.9358 1.98927 12.4683 1.98926 11.993H3.98926C3.98926 11.9952 3.98926 11.9977 3.98926 11.9999Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
<path
|
|
6
|
+
d="M12 2.00476C15.2297 2.00491 18.1004 3.53567 19.9307 5.91003V3.08972H21.9111V10.621C21.9746 11.0764 22.0098 11.5417 22.0098 12.0145H20.0098C20.0098 12.0098 20.0098 12.0046 20.0098 11.9999H19.9307V10.9022C19.3892 7.00514 16.0461 4.005 12 4.00476C9.73702 4.00481 7.69419 4.94197 6.23633 6.45203L5.54199 7.17175L4.10254 5.78308L4.79688 5.06335C6.61604 3.17887 9.17214 2.00482 12 2.00476Z"
|
|
7
|
+
fill="black" fill-opacity="0.9" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.791 18.291H8.20801V16.291H15.791V18.291Z" fill="black" fill-opacity="0.9" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M11.4619 5.26465C11.7282 4.90041 12.2718 4.90041 12.5381 5.26465L13.9463 7.19043C14.0285 7.30272 14.1441 7.38625 14.2764 7.42969L16.543 8.17383C16.9716 8.3146 17.1391 8.83145 16.875 9.19727L15.4795 11.1318C15.398 11.2447 15.353 11.3803 15.3525 11.5195L15.3457 13.9053C15.3443 14.3282 14.9579 14.6356 14.5557 14.5586L14.4746 14.5381L12.2041 13.8076C12.0714 13.765 11.9286 13.765 11.7959 13.8076L9.52539 14.5381L9.44434 14.5586C9.06898 14.6304 8.70681 14.3675 8.65918 13.9883L8.6543 13.9053L8.64746 11.5195C8.64709 11.4152 8.62186 11.3129 8.5752 11.2207L8.52051 11.1318L7.125 9.19727C6.86094 8.83149 7.0285 8.31468 7.45703 8.17383L9.72363 7.42969C9.82298 7.39706 9.91293 7.34169 9.98633 7.26855L10.0537 7.19043L11.4619 5.26465ZM11.3457 8.13477C11.066 8.51723 10.6729 8.8024 10.2227 8.9502L9.16895 9.2959L9.81836 10.1953C10.061 10.5315 10.2058 10.9269 10.2393 11.3379L10.2471 11.5146L10.25 12.623L11.3057 12.2842C11.7006 12.1572 12.122 12.142 12.5234 12.2373L12.6943 12.2842L13.749 12.623L13.7529 11.5146C13.7544 11.041 13.9045 10.5794 14.1816 10.1953L14.8301 9.2959L13.7773 8.9502C13.3271 8.80238 12.934 8.51727 12.6543 8.13477L12 7.23926L11.3457 8.13477Z"
|
|
5
|
+
fill="black" fill-opacity="0.9" />
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
7
|
+
d="M19.8916 2.00586C20.4519 2.06277 20.8887 2.53604 20.8887 3.11133V20.8887C20.8887 21.464 20.4519 21.9372 19.8916 21.9941L19.7783 22H4.22266L4.1084 21.9941C3.54833 21.937 3.11133 21.4638 3.11133 20.8887V3.11133C3.11133 2.53618 3.54833 2.06296 4.1084 2.00586L4.22266 2H19.7783L19.8916 2.00586ZM5.11133 20H18.8887V4H5.11133V20Z"
|
|
8
|
+
fill="black" fill-opacity="0.9" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12.4766 6.76172H3.9043V20.3965L6.91699 18.6582C7.06362 18.5735 7.2311 18.5294 7.40039 18.5293H19.7783V10.8887H21.6826V19.4688C21.6825 20.0016 21.2506 20.4334 20.7178 20.4336H7.65234L3.44727 22.8613C2.84403 23.2093 2.10025 22.823 2.00977 22.1611L2 22.0254V5.82227C2.00017 5.28939 2.43295 4.85742 2.96582 4.85742H12.4766V6.76172ZM19.1426 4.85742H22V6.76172H19.1426V9.61914H17.2383V6.76172H14.3809V4.85742H17.2383V2H19.1426V4.85742Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M3.0974 18.5406L5.64096 16.6431C5.81202 16.5155 6.02042 16.4468 6.23382 16.4468H20.9237V3.47459H3.0974V18.5406ZM22.9044 17.4236C22.9043 17.9781 22.4548 18.4273 21.9005 18.4275H6.56265L2.72118 21.2931C2.05892 21.7868 1.1167 21.3138 1.1167 20.4875V2.49778C1.11688 1.94338 1.56629 1.49408 2.12059 1.4939H21.9005C22.4549 1.49407 22.9042 1.9435 22.9044 2.49778V17.4236Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M16.5205 1.14844C16.9035 1.14853 17.2544 1.34785 17.4521 1.66699L17.5273 1.81152L18.7344 4.61523H22.8389V6.7832H20.1504V22.0645C20.1501 22.6629 19.6649 23.1484 19.0664 23.1484H4.61523C4.01676 23.1484 3.5315 22.6629 3.53125 22.0645V6.7832H1.16113V4.61523H5.27051L6.50586 1.80371L6.58105 1.66113C6.7796 1.34536 7.12934 1.14844 7.50977 1.14844H16.5205ZM5.69824 20.9805H17.9824V6.9707H5.69824V20.9805ZM10.6748 18.6055H8.50781V8.9707H10.6748V18.6055ZM15.4922 18.6055H13.3252V8.9707H15.4922V18.6055ZM7.63867 4.61523H16.374L15.8145 3.31641H8.20898L7.63867 4.61523Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M5 20.5007H2V18.5007H5V20.5007ZM22 20.5007H7V18.5007H22V20.5007ZM5 12.9998H2V10.9998H5V12.9998ZM22 12.9998H7V10.9998H22V12.9998ZM5 5.49976H2V3.49976H5V5.49976ZM22 5.49976H7V3.49976H22V5.49976Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M7.05664 5.04956L5.78516 6.13843H14.1348C18.0252 6.13864 21.3139 9.30073 21.4658 13.1892C21.626 17.2997 18.2445 20.8062 14.1348 20.8064H5.89844V18.738H14.1348C17.0739 18.7378 19.5139 16.2043 19.3994 13.2693C19.2906 10.4908 16.9146 8.207 14.1348 8.20679H5.4873L7.11426 9.83276L5.65234 11.2957L1.4707 7.11401L5.70996 3.48022L7.05664 5.04956Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M16.9502 4.83765L18.2217 5.92651H9.87207C5.98161 5.92673 2.6929 9.08882 2.54102 12.9773C2.3808 17.0877 5.76229 20.5943 9.87207 20.5945H18.1084V18.5261H9.87207C6.9329 18.5259 4.49296 15.9924 4.60742 13.0574C4.71622 10.2789 7.09221 7.99509 9.87207 7.99487H18.5195L16.8926 9.62085L18.3545 11.0837L22.5361 6.9021L18.2969 3.26831L16.9502 4.83765Z"
|
|
4
|
+
fill="black" fill-opacity="0.9" />
|
|
5
|
+
</svg>
|