@lukso/web-components 1.154.0 → 1.155.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/README.md +12 -0
- package/dist/components/index.cjs +14 -4
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +6 -4
- package/dist/components/lukso-button/index.cjs +3 -3
- package/dist/components/lukso-button/index.js +3 -3
- package/dist/components/lukso-card/index.cjs +7 -7
- package/dist/components/lukso-card/index.js +7 -7
- package/dist/components/lukso-checkbox/index.cjs +3 -3
- package/dist/components/lukso-checkbox/index.js +3 -3
- package/dist/components/lukso-collapse/index.cjs +5 -11
- package/dist/components/lukso-collapse/index.js +4 -10
- package/dist/components/lukso-color-picker/index.cjs +4 -4
- package/dist/components/lukso-color-picker/index.js +4 -4
- package/dist/components/lukso-dropdown/index.cjs +11 -7
- package/dist/components/lukso-dropdown/index.d.ts +1 -0
- package/dist/components/lukso-dropdown/index.d.ts.map +1 -1
- package/dist/components/lukso-dropdown/index.js +11 -7
- package/dist/components/lukso-dropdown-option/index.cjs +2 -2
- package/dist/components/lukso-dropdown-option/index.js +2 -2
- package/dist/components/lukso-footer/index.cjs +2 -2
- package/dist/components/lukso-footer/index.js +2 -2
- package/dist/components/lukso-icon/index.cjs +283 -18
- package/dist/components/lukso-icon/index.d.ts +21 -0
- package/dist/components/lukso-icon/index.d.ts.map +1 -1
- package/dist/components/lukso-icon/index.js +282 -18
- package/dist/components/lukso-icon/lukso-icon.stories.d.ts +5 -0
- package/dist/components/lukso-icon/lukso-icon.stories.d.ts.map +1 -1
- package/dist/components/lukso-icon/vuesax/bold/attach-square.svg +3 -0
- package/dist/components/lukso-icon/vuesax/bold/eye-slash.svg +7 -0
- package/dist/components/lukso-icon/vuesax/bold/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bold/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bold/smallcaps.svg +3 -0
- package/dist/components/lukso-icon/vuesax/bold/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/bold/text-bold.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bold/text-italic.svg +3 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/broken/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/broken/eye-slash.svg +9 -0
- package/dist/components/lukso-icon/vuesax/broken/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/broken/link.svg +6 -0
- package/dist/components/lukso-icon/vuesax/broken/smallcaps.svg +9 -0
- package/dist/components/lukso-icon/vuesax/broken/task.svg +9 -0
- package/dist/components/lukso-icon/vuesax/broken/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/broken/text-italic.svg +6 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-center.svg +7 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-justifycenter.svg +7 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-left.svg +7 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-right.svg +7 -0
- package/dist/components/lukso-icon/vuesax/bulk/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/eye-slash.svg +7 -0
- package/dist/components/lukso-icon/vuesax/bulk/frame.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bulk/smallcaps.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bulk/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/bulk/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/text-italic.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/linear/eye-slash.svg +8 -0
- package/dist/components/lukso-icon/vuesax/linear/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/linear/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/linear/smallcaps.svg +8 -0
- package/dist/components/lukso-icon/vuesax/linear/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/linear/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/linear/text-italic.svg +5 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/outline/eye-slash.svg +8 -0
- package/dist/components/lukso-icon/vuesax/outline/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/outline/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/outline/smallcaps.svg +8 -0
- package/dist/components/lukso-icon/vuesax/outline/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/outline/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/outline/text-italic.svg +5 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/twotone/eye-slash.svg +8 -0
- package/dist/components/lukso-icon/vuesax/twotone/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/twotone/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/twotone/smallcaps.svg +10 -0
- package/dist/components/lukso-icon/vuesax/twotone/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/twotone/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/twotone/text-italic.svg +5 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-right.svg +6 -0
- package/dist/components/lukso-image/index.cjs +4 -4
- package/dist/components/lukso-image/index.js +4 -4
- package/dist/components/lukso-input/index.cjs +3 -3
- package/dist/components/lukso-input/index.js +3 -3
- package/dist/components/lukso-markdown/index.cjs +168 -0
- package/dist/components/lukso-markdown/index.d.ts +22 -0
- package/dist/components/lukso-markdown/index.d.ts.map +1 -0
- package/dist/components/lukso-markdown/index.js +166 -0
- package/dist/components/lukso-markdown/lukso-markdown.stories.d.ts +13 -0
- package/dist/components/lukso-markdown/lukso-markdown.stories.d.ts.map +1 -0
- package/dist/components/lukso-markdown-editor/index.cjs +1996 -0
- package/dist/components/lukso-markdown-editor/index.d.ts +255 -0
- package/dist/components/lukso-markdown-editor/index.d.ts.map +1 -0
- package/dist/components/lukso-markdown-editor/index.js +1994 -0
- package/dist/components/lukso-markdown-editor/lukso-markdown-editor.stories.d.ts +27 -0
- package/dist/components/lukso-markdown-editor/lukso-markdown-editor.stories.d.ts.map +1 -0
- package/dist/components/lukso-modal/index.cjs +2 -2
- package/dist/components/lukso-modal/index.js +2 -2
- package/dist/components/lukso-navbar/index.cjs +3 -3
- package/dist/components/lukso-navbar/index.js +3 -3
- package/dist/components/lukso-pagination/index.cjs +3 -3
- package/dist/components/lukso-pagination/index.js +3 -3
- package/dist/components/lukso-profile/index.cjs +3 -3
- package/dist/components/lukso-profile/index.js +3 -3
- package/dist/components/lukso-progress/index.cjs +3 -3
- package/dist/components/lukso-progress/index.js +3 -3
- package/dist/components/lukso-radio/index.cjs +3 -3
- package/dist/components/lukso-radio/index.js +3 -3
- package/dist/components/lukso-radio-group/index.cjs +3 -3
- package/dist/components/lukso-radio-group/index.js +3 -3
- package/dist/components/lukso-sanitize/index.cjs +4 -10
- package/dist/components/lukso-sanitize/index.js +4 -10
- package/dist/components/lukso-search/index.cjs +6 -6
- package/dist/components/lukso-search/index.d.ts.map +1 -1
- package/dist/components/lukso-search/index.js +6 -6
- package/dist/components/lukso-select/index.cjs +5 -5
- package/dist/components/lukso-select/index.js +5 -5
- package/dist/components/lukso-share/index.cjs +2 -2
- package/dist/components/lukso-share/index.js +2 -2
- package/dist/components/lukso-switch/index.cjs +3 -3
- package/dist/components/lukso-switch/index.js +3 -3
- package/dist/components/lukso-tag/index.cjs +3 -3
- package/dist/components/lukso-tag/index.js +3 -3
- package/dist/components/lukso-terms/index.cjs +3 -3
- package/dist/components/lukso-terms/index.js +3 -3
- package/dist/components/lukso-textarea/index.cjs +3 -3
- package/dist/components/lukso-textarea/index.js +3 -3
- package/dist/components/lukso-tooltip/index.cjs +4 -4
- package/dist/components/lukso-tooltip/index.js +4 -4
- package/dist/components/lukso-username/index.cjs +5 -5
- package/dist/components/lukso-username/index.js +5 -5
- package/dist/components/lukso-wizard/index.cjs +2 -2
- package/dist/components/lukso-wizard/index.js +2 -2
- package/dist/docs/VuesaxPack.stories.d.ts +6 -0
- package/dist/docs/VuesaxPack.stories.d.ts.map +1 -0
- package/dist/{index-6Bz9XVC3.js → index-1cnTXnRX.js} +4 -4
- package/dist/{index-DUwutUFV.js → index-B5_11hN3.js} +5 -5
- package/dist/index-BWp0TAbf.js +41 -0
- package/dist/{index-Dg9hcDqR.cjs → index-CO57mpzm.cjs} +5 -5
- package/dist/{index-gJTlTDGh.js → index-CsepkLbs.js} +1 -1
- package/dist/{index-m3XGqZFz.cjs → index-D-a6OWyj.cjs} +1 -1
- package/dist/{index-U4Y7KwZv.cjs → index-D4HqZcbk.cjs} +2 -2
- package/dist/{index-fSZGRljb.cjs → index-D9mdD_OM.cjs} +4 -4
- package/dist/{index-CvWyP3CS.js → index-DFculCCQ.js} +2 -2
- package/dist/index-KrWvJ44l.cjs +50 -0
- package/dist/index.cjs +14 -4
- package/dist/index.js +6 -4
- package/dist/{isAddress-B3b91Jxf.cjs → isAddress-7c5mkwjj.cjs} +1 -1
- package/dist/{isAddress-Dq9UN07g.js → isAddress-DyEmEF7O.js} +1 -1
- package/dist/{property-BXmHod5d.cjs → property-CLMAG2Rj.cjs} +1 -1
- package/dist/{property-B4XYi6Sk.js → property-DkFGx5Fg.js} +1 -1
- package/dist/query-CHb9Ft_d.js +9 -0
- package/dist/query-EFiHeHdi.cjs +11 -0
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{state-CkvZ4IP8.js → state-DPXXwNMf.js} +1 -1
- package/dist/{state-CW2YmM3f.cjs → state-DXBdLH-W.cjs} +1 -1
- package/dist/{style-map-c2S85yDu.cjs → style-map-BFG88xg5.cjs} +1 -1
- package/dist/{style-map-D1R4wi4h.js → style-map-CXXmrGLe.js} +1 -1
- package/dist/unsafe-html-C4RqiLkE.js +10 -0
- package/dist/unsafe-html-CxwvRvgp.cjs +12 -0
- package/dist/vite.full.config.d.ts.map +1 -1
- package/package.json +11 -1
- package/tailwind.config.cjs +1 -0
- package/tools/copy-assets.cjs +16 -16
- package/tools/copy-assets.js +2 -2
- package/tools/index.cjs +1 -1
- package/tools/index.js +1 -1
- package/dist/index-C9vH8YlV.js +0 -41
- package/dist/index-DkfODalz.cjs +0 -50
|
@@ -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="M20.9515 4.13C20.6615 3.71 20.2915 3.34 19.8715 3.05C18.9215 2.36 17.6815 2 16.1915 2H7.81146C7.61146 2 7.41146 2.01 7.22146 2.03C3.94146 2.24 2.00146 4.37 2.00146 7.81V16.19C2.00146 17.68 2.36146 18.92 3.05146 19.87C3.34146 20.29 3.71147 20.66 4.13146 20.95C4.95146 21.55 5.99146 21.9 7.22146 21.98C7.41146 21.99 7.61146 22 7.81146 22H16.1915C19.8315 22 22.0015 19.83 22.0015 16.19V7.81C22.0015 6.32 21.6415 5.08 20.9515 4.13ZM11.3915 15.88H8.52147C8.11147 15.88 7.77146 15.54 7.77146 15.13C7.77146 14.72 8.11147 14.38 8.52147 14.38H9.52147V7.91H6.95146C6.84146 7.91 6.75146 8 6.75146 8.11V8.89C6.75146 9.3 6.41146 9.63 6.00146 9.63C5.59146 9.63 5.25146 9.3 5.25146 8.88V8.1C5.25146 7.16 6.01146 6.4 6.95146 6.4H13.5915C14.5315 6.4 15.2915 7.16 15.2915 8.1V8.88C15.2915 9.29 14.9515 9.63 14.5415 9.63C14.1315 9.63 13.7915 9.29 13.7915 8.88V8.1C13.7915 7.99 13.7015 7.9 13.5915 7.9H11.0215V14.38H11.3915C11.8015 14.38 12.1415 14.72 12.1415 15.13C12.1415 15.54 11.8015 15.88 11.3915 15.88ZM18.7515 12.23C18.7515 12.64 18.4115 12.98 18.0015 12.98C17.5915 12.98 17.2515 12.64 17.2515 12.23V11.9H15.7015V16.1H16.0515C16.4615 16.1 16.8015 16.44 16.8015 16.85C16.8015 17.26 16.4615 17.6 16.0515 17.6H13.8515C13.4415 17.6 13.1015 17.26 13.1015 16.85C13.1015 16.44 13.4415 16.1 13.8515 16.1H14.2015V11.9H13.7215C13.3115 11.9 12.9715 11.56 12.9715 11.15C12.9715 10.74 13.3115 10.4 13.7215 10.4H17.3215C18.1115 10.4 18.7515 11.04 18.7515 11.83V12.23Z" fill="#0C0507"/>
|
|
3
|
+
</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 d="M19.9999 19.26H10.9299C10.4799 19.26 10.1099 18.89 10.1099 18.44C10.1099 17.99 10.4799 17.62 10.9299 17.62H19.9999C20.4499 17.62 20.8199 17.99 20.8199 18.44C20.8199 18.9 20.4499 19.26 19.9999 19.26Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M19.9999 12.97H10.9299C10.4799 12.97 10.1099 12.6 10.1099 12.15C10.1099 11.7 10.4799 11.33 10.9299 11.33H19.9999C20.4499 11.33 20.8199 11.7 20.8199 12.15C20.8199 12.6 20.4499 12.97 19.9999 12.97Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M19.9999 6.67003H10.9299C10.4799 6.67003 10.1099 6.30003 10.1099 5.85003C10.1099 5.40003 10.4799 5.03003 10.9299 5.03003H19.9999C20.4499 5.03003 20.8199 5.40003 20.8199 5.85003C20.8199 6.30003 20.4499 6.67003 19.9999 6.67003Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M4.91018 8.02998C4.69018 8.02998 4.48018 7.93998 4.33018 7.78998L3.42018 6.87998C3.10018 6.55998 3.10018 6.03998 3.42018 5.71998C3.74018 5.39998 4.26018 5.39998 4.58018 5.71998L4.91018 6.04998L7.05018 3.90998C7.37018 3.58998 7.89018 3.58998 8.21018 3.90998C8.53018 4.22998 8.53018 4.74998 8.21018 5.06998L5.49018 7.78998C5.33018 7.93998 5.13018 8.02998 4.91018 8.02998Z" fill="#0C0507"/>
|
|
6
|
+
<path d="M4.91018 14.33C4.70018 14.33 4.49018 14.25 4.33018 14.09L3.42018 13.18C3.10018 12.86 3.10018 12.34 3.42018 12.02C3.74018 11.7 4.26018 11.7 4.58018 12.02L4.91018 12.35L7.05018 10.21C7.37018 9.88997 7.89018 9.88997 8.21018 10.21C8.53018 10.53 8.53018 11.05 8.21018 11.37L5.49018 14.09C5.33018 14.25 5.12018 14.33 4.91018 14.33Z" fill="#0C0507"/>
|
|
7
|
+
<path d="M4.91018 20.33C4.70018 20.33 4.49018 20.25 4.33018 20.09L3.42018 19.18C3.10018 18.86 3.10018 18.34 3.42018 18.02C3.74018 17.7 4.26018 17.7 4.58018 18.02L4.91018 18.35L7.05018 16.21C7.37018 15.89 7.89018 15.89 8.21018 16.21C8.53018 16.53 8.53018 17.05 8.21018 17.37L5.49018 20.09C5.33018 20.25 5.12018 20.33 4.91018 20.33Z" fill="#0C0507"/>
|
|
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 d="M13.7515 12.75H12.2515H8.50146V16.74C8.50146 17.02 8.73147 17.25 9.01147 17.25H13.7515C14.9915 17.25 16.0015 16.24 16.0015 15C16.0015 13.76 14.9915 12.75 13.7515 12.75Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M14.5015 9C14.5015 7.76 13.4915 6.75 12.2515 6.75H9.01147C8.73147 6.75 8.50146 6.98 8.50146 7.26V11.25H12.2515C13.4915 11.25 14.5015 10.24 14.5015 9Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M20.9515 4.13C20.6615 3.71 20.2915 3.34 19.8715 3.05C18.9215 2.36 17.6815 2 16.1915 2H7.81146C7.61146 2 7.41146 2.01 7.22146 2.03C3.94146 2.24 2.00146 4.37 2.00146 7.81V16.19C2.00146 17.68 2.36146 18.92 3.05146 19.87C3.34146 20.29 3.71147 20.66 4.13146 20.95C4.95146 21.55 5.99146 21.9 7.22146 21.98C7.41146 21.99 7.61146 22 7.81146 22H16.1915C19.8315 22 22.0015 19.83 22.0015 16.19V7.81C22.0015 6.32 21.6415 5.08 20.9515 4.13ZM13.7515 18.75H9.01147C7.90146 18.75 7.00146 17.85 7.00146 16.74V12V7.26C7.00146 6.15 7.90146 5.25 9.01147 5.25H12.2515C14.3215 5.25 16.0015 6.93 16.0015 9C16.0015 9.96 15.6315 10.83 15.0315 11.49C16.4615 12.02 17.5015 13.38 17.5015 15C17.5015 17.07 15.8215 18.75 13.7515 18.75Z" fill="#0C0507"/>
|
|
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="M20.9515 4.13C20.6615 3.71 20.2915 3.34 19.8715 3.05C18.9215 2.36 17.6815 2 16.1915 2H7.81146C7.61146 2 7.41146 2.01 7.22146 2.03C3.94146 2.24 2.00146 4.37 2.00146 7.81V16.19C2.00146 17.68 2.36146 18.92 3.05146 19.87C3.34146 20.29 3.71147 20.66 4.13146 20.95C4.95146 21.55 5.99146 21.9 7.22146 21.98C7.41146 21.99 7.61146 22 7.81146 22H16.1915C19.8315 22 22.0015 19.83 22.0015 16.19V7.81C22.0015 6.32 21.6415 5.08 20.9515 4.13ZM15.8715 7.51H13.9215L11.6815 16.48H13.5215C13.9315 16.48 14.2715 16.82 14.2715 17.23C14.2715 17.64 13.9315 17.98 13.5215 17.98H8.13146C7.72147 17.98 7.38146 17.64 7.38146 17.23C7.38146 16.82 7.72147 16.48 8.13146 16.48H10.1315L12.3715 7.51H10.4815C10.0715 7.51 9.73146 7.17 9.73146 6.76C9.73146 6.35 10.0715 6.01 10.4815 6.01H15.8615C16.2715 6.01 16.6115 6.35 16.6115 6.76C16.6115 7.17 16.2815 7.51 15.8715 7.51Z" fill="#0C0507"/>
|
|
3
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M16.7415 10.25H7.26147C6.85147 10.25 6.51147 9.91 6.51147 9.5C6.51147 9.09 6.85147 8.75 7.26147 8.75H16.7315C17.1415 8.75 17.4815 9.09 17.4815 9.5C17.4815 9.91 17.1515 10.25 16.7415 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M16.7415 20.25H7.26147C6.85147 20.25 6.51147 19.91 6.51147 19.5C6.51147 19.09 6.85147 18.75 7.26147 18.75H16.7315C17.1415 18.75 17.4815 19.09 17.4815 19.5C17.4815 19.91 17.1515 20.25 16.7415 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.00146 13.02V15C2.00146 20 4.00146 22 9.00146 22H15.0015C20.0015 22 22.0015 20 22.0015 15V9C22.0015 4 20.0015 2 15.0015 2H9.00146C4.00146 2 2.00146 4 2.00146 9" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.2015 11.8L10.7914 13.21C10.0114 13.99 10.0114 15.26 10.7914 16.04C11.5714 16.82 12.8415 16.82 13.6215 16.04L15.8415 13.82C17.4015 12.26 17.4015 9.72999 15.8415 8.15999C14.2815 6.59999 11.7515 6.59999 10.1815 8.15999L7.76147 10.58C6.42147 11.92 6.42147 14.09 7.76147 15.43" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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="M14.5299 9.46992L9.46992 14.5299C8.81992 13.8799 8.41992 12.9899 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C12.9899 8.41992 13.8799 8.81992 14.5299 9.46992Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.60009 17.7599C4.60009 16.8999 3.69009 15.8399 2.89009 14.5899C1.99009 13.1799 1.99009 10.8099 2.89009 9.39988C4.07009 7.54988 5.51009 6.09988 7.12009 5.12988" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M17.82 5.76998C16.07 4.44998 14.07 3.72998 12 3.72998" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8.41992 19.5299C9.55992 20.0099 10.7699 20.2699 11.9999 20.2699C15.5299 20.2699 18.8199 18.1899 21.1099 14.5899C22.0099 13.1799 22.0099 10.8099 21.1099 9.39993C20.7799 8.87993 20.4199 8.38993 20.0499 7.92993" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M15.5099 12.7C15.2499 14.11 14.0999 15.26 12.6899 15.52" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M9.47 14.53L2 22" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M22 2L14.53 9.47" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.02992 13.9999C8.63992 13.4299 8.41992 12.7399 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C13.9799 8.41992 15.5799 10.0199 15.5799 11.9999C15.5799 13.9799 13.9799 15.5799 11.9999 15.5799" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.5601 5.57998C15.8701 4.37998 13.9701 3.72998 12.0001 3.72998C8.47009 3.72998 5.18009 5.80998 2.89009 9.40998C1.99009 10.82 1.99009 13.19 2.89009 14.6C5.18009 18.2 8.47009 20.28 12.0001 20.28C15.5301 20.28 18.8201 18.2 21.1101 14.6C22.0101 13.19 22.0101 10.82 21.1101 9.40998" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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="M14.9915 17.5H16.5015C19.5215 17.5 22.0015 15.03 22.0015 12C22.0015 8.98 19.5315 6.5 16.5015 6.5H14.9915" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M2.37146 10.01C2.13146 10.63 2.00146 11.3 2.00146 12C2.00146 15.02 4.47146 17.5 7.50146 17.5H9.00146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9.00146 6.5H7.50146C6.67146 6.5 5.89146 6.68 5.18146 7.01" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8.00146 12H16.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</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="M10.4015 2.57001H16.7615C17.7815 2.57001 18.6115 3.40001 18.6115 4.42001V5.93001" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M1.99146 5.93001V4.42001C1.99146 3.40001 2.82146 2.57001 3.84145 2.57001H6.59146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M10.3015 18.1V3.32001V2.57001" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M6.90146 18.1H12.4815" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M13.6815 10.34H20.6915C21.4215 10.34 22.0115 10.93 22.0115 11.66V12.46" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M16.0815 21.43V10.87" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M13.9415 21.43H18.2215" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</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="M11 19.5H21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M20 12.5H21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11 12.5H16.49" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M11 5.5H21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M3 5.5L4 6.5L7 3.5" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M3 12.5L4 13.5L7 10.5" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M3 19.5L4 20.5L7 17.5" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.88147 4.5C4.88147 3.4 5.78147 2.5 6.88147 2.5H12.0015C14.6215 2.5 16.7515 4.63 16.7515 7.25C16.7515 9.87 14.6215 12 12.0015 12H4.88147V4.5Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.88147 13.98V12H14.3815C17.0015 12 19.1315 14.13 19.1315 16.75C19.1315 19.37 17.0015 21.5 14.3815 21.5H6.88147C5.78147 21.5 4.88147 20.6 4.88147 19.5V17.96" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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="M9.62146 3H18.8715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.12146 21H14.3715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M10.5015 17.99L9.75146 21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M14.2515 3L11.5015 14.01" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</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="M7.26147 9.5H16.7415" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.26147 19.5H16.7415" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10.0515 4.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M3.00146 4.5H5.98146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</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="M3.00146 4.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.00146 19.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13.9515 9.5H3.00146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M21.0015 9.5H18.0215" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</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="M10.0515 4.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.00146 4.5H5.98146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.00146 9.5H12.4715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M3.00146 19.5H12.4715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</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="M11.5315 9.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11.5315 19.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13.9515 4.5H3.00146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M21.0015 4.5H18.0215" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M16.1915 2H7.82147C4.18147 2 2.01147 4.17 2.01147 7.81V16.18C2.01147 19.82 4.18147 21.99 7.82147 21.99H16.1915C19.8315 21.99 22.0015 19.82 22.0015 16.18V7.81C22.0015 4.17 19.8315 2 16.1915 2Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M12.2015 17.38C11.5015 17.38 10.7915 17.11 10.2615 16.58C9.74147 16.06 9.45148 15.37 9.45148 14.64C9.45148 13.91 9.74147 13.21 10.2615 12.7L11.6714 11.29C11.9614 11 12.4414 11 12.7314 11.29C13.0214 11.58 13.0214 12.06 12.7314 12.35L11.3215 13.76C11.0815 14 10.9515 14.31 10.9515 14.64C10.9515 14.97 11.0815 15.29 11.3215 15.52C11.8115 16.01 12.6015 16.01 13.0915 15.52L15.3115 13.3C16.5815 12.03 16.5815 9.97 15.3115 8.7C14.0415 7.43 11.9815 7.43 10.7115 8.7L8.29144 11.12C7.78144 11.63 7.50146 12.3 7.50146 13.01C7.50146 13.72 7.78144 14.4 8.29144 14.9C8.58144 15.19 8.58144 15.67 8.29144 15.96C8.00144 16.25 7.52145 16.25 7.23145 15.96C6.44145 15.17 6.01147 14.12 6.01147 13C6.01147 11.88 6.44145 10.83 7.23145 10.04L9.65149 7.61998C11.5015 5.76998 14.5215 5.76998 16.3715 7.61998C18.2215 9.46998 18.2215 12.49 16.3715 14.34L14.1515 16.56C13.6115 17.11 12.9115 17.38 12.2015 17.38Z" fill="#0C0507"/>
|
|
4
|
+
</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 opacity="0.4" d="M21.2501 9.15004C20.7601 8.37004 20.2001 7.67004 19.6201 7.04004L15.8501 10.81C15.9701 11.18 16.0401 11.58 16.0401 12C16.0401 14.24 14.2301 16.04 12.0001 16.04C11.5801 16.04 11.1801 15.97 10.8101 15.85L7.3501 19.31C8.8101 20.13 10.3901 20.56 12.0001 20.56C13.7801 20.56 15.5101 20.04 17.0901 19.07C18.6701 18.09 20.0901 16.66 21.2501 14.84C22.2501 13.28 22.2501 10.72 21.2501 9.15004Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M14.0199 9.97989L9.97989 14.0199C9.46989 13.4999 9.13989 12.7799 9.13989 11.9999C9.13989 10.4299 10.4199 9.13989 11.9999 9.13989C12.7799 9.13989 13.4999 9.46989 14.0199 9.97989Z" fill="#0C0507"/>
|
|
4
|
+
<path opacity="0.4" d="M18.25 5.74993L14.86 9.13993C14.13 8.39993 13.12 7.95993 12 7.95993C9.76 7.95993 7.96 9.76993 7.96 11.9999C7.96 13.1199 8.41 14.1299 9.14 14.8599L5.76 18.2499H5.75C4.64 17.3499 3.62 16.1999 2.75 14.8399C1.75 13.2699 1.75 10.7199 2.75 9.14993C3.91 7.32993 5.33 5.89993 6.91 4.91993C8.49 3.95993 10.22 3.42993 12 3.42993C14.23 3.42993 16.39 4.24993 18.25 5.74993Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M14.8601 12.0001C14.8601 13.5701 13.5801 14.8601 12.0001 14.8601C11.9401 14.8601 11.8901 14.8601 11.8301 14.8401L14.8401 11.8301C14.8601 11.8901 14.8601 11.9401 14.8601 12.0001Z" fill="#0C0507"/>
|
|
6
|
+
<path d="M21.7699 2.22988C21.4699 1.92988 20.9799 1.92988 20.6799 2.22988L2.22988 20.6899C1.92988 20.9899 1.92988 21.4799 2.22988 21.7799C2.37988 21.9199 2.56988 21.9999 2.76988 21.9999C2.96988 21.9999 3.15988 21.9199 3.30988 21.7699L21.7699 3.30988C22.0799 3.00988 22.0799 2.52988 21.7699 2.22988Z" fill="#0C0507"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M21.25 9.14993C18.94 5.51993 15.56 3.42993 12 3.42993C10.22 3.42993 8.49 3.94993 6.91 4.91993C5.33 5.89993 3.91 7.32993 2.75 9.14993C1.75 10.7199 1.75 13.2699 2.75 14.8399C5.06 18.4799 8.44 20.5599 12 20.5599C13.78 20.5599 15.51 20.0399 17.09 19.0699C18.67 18.0899 20.09 16.6599 21.25 14.8399C22.25 13.2799 22.25 10.7199 21.25 9.14993ZM12 16.0399C9.76 16.0399 7.96 14.2299 7.96 11.9999C7.96 9.76993 9.76 7.95993 12 7.95993C14.24 7.95993 16.04 9.76993 16.04 11.9999C16.04 14.2299 14.24 16.0399 12 16.0399Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M11.9999 9.13989C10.4299 9.13989 9.1499 10.4199 9.1499 11.9999C9.1499 13.5699 10.4299 14.8499 11.9999 14.8499C13.5699 14.8499 14.8599 13.5699 14.8599 11.9999C14.8599 10.4299 13.5699 9.13989 11.9999 9.13989Z" fill="#0C0507"/>
|
|
4
|
+
</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 opacity="0.4" d="M11.0015 7.5V16.5C11.0015 17.05 10.5515 17.5 10.0015 17.5H7.50148C5.98148 17.5 4.61148 16.88 3.61148 15.89C2.67148 14.94 2.06148 13.65 2.00148 12.22C1.88148 9.08 4.62148 6.5 7.77148 6.5H10.0015C10.5515 6.5 11.0015 6.95 11.0015 7.5Z" fill="#0C0507"/>
|
|
3
|
+
<path opacity="0.4" d="M22.0015 11.78C22.1315 14.93 19.3915 17.5 16.2415 17.5H14.0115C13.4615 17.5 13.0115 17.05 13.0115 16.5V7.5C13.0115 6.95 13.4615 6.5 14.0115 6.5H16.5115C18.0315 6.5 19.4015 7.12 20.4015 8.11C21.3315 9.06 21.9415 10.35 22.0015 11.78Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M16.0015 12.75H8.00146C7.59146 12.75 7.25146 12.41 7.25146 12C7.25146 11.59 7.59146 11.25 8.00146 11.25H16.0015C16.4115 11.25 16.7515 11.59 16.7515 12C16.7515 12.41 16.4115 12.75 16.0015 12.75Z" fill="#0C0507"/>
|
|
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 opacity="0.4" d="M22.0015 7.81V16.19C22.0015 19.83 19.8315 22 16.1915 22H7.81146C7.61146 22 7.41146 21.99 7.22146 21.98C5.99146 21.9 4.95146 21.55 4.13146 20.95C3.71147 20.66 3.34146 20.29 3.05146 19.87C2.36146 18.92 2.00146 17.68 2.00146 16.19V7.81C2.00146 4.37 3.94146 2.24 7.22146 2.03C7.41146 2.01 7.61146 2 7.81146 2H16.1915C17.6815 2 18.9215 2.36 19.8715 3.05C20.2915 3.34 20.6615 3.71 20.9515 4.13C21.6415 5.08 22.0015 6.32 22.0015 7.81Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M11.3915 14.38H11.0215V7.91002H13.5915C13.7015 7.91002 13.7915 8.00002 13.7915 8.11002V8.89002C13.7915 9.30002 14.1315 9.64002 14.5415 9.64002C14.9515 9.64002 15.2915 9.30002 15.2915 8.89002V8.10002C15.2915 7.16002 14.5315 6.40002 13.5915 6.40002H6.95146C6.01146 6.40002 5.25146 7.16002 5.25146 8.10002V8.88002C5.25146 9.30002 5.59146 9.63002 6.00146 9.63002C6.41146 9.63002 6.75146 9.30002 6.75146 8.88002V8.10002C6.75146 7.99002 6.84146 7.90002 6.95146 7.90002H9.52147V14.38H8.52147C8.11147 14.38 7.77146 14.72 7.77146 15.13C7.77146 15.54 8.11147 15.88 8.52147 15.88H11.3815C11.7915 15.88 12.1315 15.54 12.1315 15.13C12.1315 14.72 11.8015 14.38 11.3915 14.38Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M17.3215 10.4H13.7215C13.3115 10.4 12.9715 10.74 12.9715 11.15C12.9715 11.56 13.3115 11.9 13.7215 11.9H14.2015V16.1H13.8515C13.4415 16.1 13.1015 16.44 13.1015 16.85C13.1015 17.26 13.4415 17.6 13.8515 17.6H16.0515C16.4615 17.6 16.8015 17.26 16.8015 16.85C16.8015 16.44 16.4615 16.1 16.0515 16.1H15.7015V11.9H17.2515V12.24C17.2515 12.65 17.5915 12.99 18.0015 12.99C18.4115 12.99 18.7515 12.65 18.7515 12.24V11.83C18.7515 11.04 18.1115 10.4 17.3215 10.4Z" fill="#0C0507"/>
|
|
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 d="M19.9999 19.26H10.9299C10.4799 19.26 10.1099 18.89 10.1099 18.44C10.1099 17.99 10.4799 17.62 10.9299 17.62H19.9999C20.4499 17.62 20.8199 17.99 20.8199 18.44C20.8199 18.9 20.4499 19.26 19.9999 19.26Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M19.9999 12.97H10.9299C10.4799 12.97 10.1099 12.6 10.1099 12.15C10.1099 11.7 10.4799 11.33 10.9299 11.33H19.9999C20.4499 11.33 20.8199 11.7 20.8199 12.15C20.8199 12.6 20.4499 12.97 19.9999 12.97Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M19.9999 6.67003H10.9299C10.4799 6.67003 10.1099 6.30003 10.1099 5.85003C10.1099 5.40003 10.4799 5.03003 10.9299 5.03003H19.9999C20.4499 5.03003 20.8199 5.40003 20.8199 5.85003C20.8199 6.30003 20.4499 6.67003 19.9999 6.67003Z" fill="#0C0507"/>
|
|
5
|
+
<path opacity="0.4" d="M4.91018 8.02998C4.69018 8.02998 4.48018 7.93998 4.33018 7.78998L3.42018 6.87998C3.10018 6.55998 3.10018 6.03998 3.42018 5.71998C3.74018 5.39998 4.26018 5.39998 4.58018 5.71998L4.91018 6.04998L7.05018 3.90998C7.37018 3.58998 7.89018 3.58998 8.21018 3.90998C8.53018 4.22998 8.53018 4.74998 8.21018 5.06998L5.49018 7.78998C5.33018 7.93998 5.13018 8.02998 4.91018 8.02998Z" fill="#0C0507"/>
|
|
6
|
+
<path opacity="0.4" d="M4.91018 14.33C4.70018 14.33 4.49018 14.25 4.33018 14.09L3.42018 13.18C3.10018 12.86 3.10018 12.34 3.42018 12.02C3.74018 11.7 4.26018 11.7 4.58018 12.02L4.91018 12.35L7.05018 10.21C7.37018 9.88997 7.89018 9.88997 8.21018 10.21C8.53018 10.53 8.53018 11.05 8.21018 11.37L5.49018 14.09C5.33018 14.25 5.12018 14.33 4.91018 14.33Z" fill="#0C0507"/>
|
|
7
|
+
<path opacity="0.4" d="M4.91018 20.33C4.70018 20.33 4.49018 20.25 4.33018 20.09L3.42018 19.18C3.10018 18.86 3.10018 18.34 3.42018 18.02C3.74018 17.7 4.26018 17.7 4.58018 18.02L4.91018 18.35L7.05018 16.21C7.37018 15.89 7.89018 15.89 8.21018 16.21C8.53018 16.53 8.53018 17.05 8.21018 17.37L5.49018 20.09C5.33018 20.25 5.12018 20.33 4.91018 20.33Z" fill="#0C0507"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M22.0015 7.81V16.19C22.0015 19.83 19.8315 22 16.1915 22H7.81146C7.61146 22 7.41146 21.99 7.22146 21.98C5.99146 21.9 4.95146 21.55 4.13146 20.95C3.71147 20.66 3.34146 20.29 3.05146 19.87C2.36146 18.92 2.00146 17.68 2.00146 16.19V7.81C2.00146 4.37 3.94146 2.24 7.22146 2.03C7.41146 2.01 7.61146 2 7.81146 2H16.1915C17.6815 2 18.9215 2.36 19.8715 3.05C20.2915 3.34 20.6615 3.71 20.9515 4.13C21.6415 5.08 22.0015 6.32 22.0015 7.81Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M15.0315 11.49C15.6315 10.83 16.0015 9.96 16.0015 9C16.0015 6.93 14.3215 5.25 12.2515 5.25H9.01147C7.90147 5.25 7.00146 6.15 7.00146 7.26V16.74C7.00146 17.85 7.90147 18.75 9.01147 18.75H13.7515C15.8215 18.75 17.5015 17.07 17.5015 15C17.5015 13.38 16.4715 12.02 15.0315 11.49ZM8.50146 7.26C8.50146 6.98 8.73147 6.75 9.01147 6.75H12.2515C13.4915 6.75 14.5015 7.76 14.5015 9C14.5015 10.24 13.4915 11.25 12.2515 11.25H8.50146V7.26ZM13.7515 17.25H9.01147C8.73147 17.25 8.50146 17.02 8.50146 16.74V12.75H13.7515C14.9915 12.75 16.0015 13.76 16.0015 15C16.0015 16.24 14.9915 17.25 13.7515 17.25Z" fill="#0C0507"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M22.0015 7.81V16.19C22.0015 19.83 19.8315 22 16.1915 22H7.81146C7.61146 22 7.41146 21.99 7.22146 21.98C5.99146 21.9 4.95146 21.55 4.13146 20.95C3.71147 20.66 3.34146 20.29 3.05146 19.87C2.36146 18.92 2.00146 17.68 2.00146 16.19V7.81C2.00146 4.37 3.94146 2.24 7.22146 2.03C7.41146 2.01 7.61146 2 7.81146 2H16.1915C17.6815 2 18.9215 2.36 19.8715 3.05C20.2915 3.34 20.6615 3.71 20.9515 4.13C21.6415 5.08 22.0015 6.32 22.0015 7.81Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M15.8715 6.01001H10.4915C10.0815 6.01001 9.74148 6.35001 9.74148 6.76001C9.74148 7.17001 10.0815 7.51001 10.4915 7.51001H12.3815L10.1415 16.48H8.14148C7.73148 16.48 7.39148 16.82 7.39148 17.23C7.39148 17.64 7.73148 17.98 8.14148 17.98H13.5215C13.9315 17.98 14.2715 17.64 14.2715 17.23C14.2715 16.82 13.9315 16.48 13.5215 16.48H11.6815L13.9215 7.51001H15.8715C16.2815 7.51001 16.6215 7.17001 16.6215 6.76001C16.6215 6.35001 16.2815 6.01001 15.8715 6.01001Z" fill="#0C0507"/>
|
|
4
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path opacity="0.4" d="M16.7415 10.25H7.26147C6.85147 10.25 6.51147 9.91 6.51147 9.5C6.51147 9.09 6.85147 8.75 7.26147 8.75H16.7315C17.1415 8.75 17.4815 9.09 17.4815 9.5C17.4815 9.91 17.1515 10.25 16.7415 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path opacity="0.4" d="M16.7415 20.25H7.26147C6.85147 20.25 6.51147 19.91 6.51147 19.5C6.51147 19.09 6.85147 18.75 7.26147 18.75H16.7315C17.1415 18.75 17.4815 19.09 17.4815 19.5C17.4815 19.91 17.1515 20.25 16.7415 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path opacity="0.4" d="M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path opacity="0.4" d="M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path opacity="0.4" d="M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path opacity="0.4" d="M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path opacity="0.4" d="M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path opacity="0.4" d="M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.2015 11.8L10.7914 13.21C10.0114 13.99 10.0114 15.26 10.7914 16.04C11.5714 16.82 12.8415 16.82 13.6215 16.04L15.8415 13.82C17.4015 12.26 17.4015 9.72999 15.8415 8.15999C14.2815 6.59999 11.7515 6.59999 10.1815 8.15999L7.76147 10.58C6.42147 11.92 6.42147 14.09 7.76147 15.43" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.00146 22H15.0015C20.0015 22 22.0015 20 22.0015 15V9C22.0015 4 20.0015 2 15.0015 2H9.00146C4.00146 2 2.00146 4 2.00146 9V15C2.00146 20 4.00146 22 9.00146 22Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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 d="M14.5299 9.46992L9.46992 14.5299C8.81992 13.8799 8.41992 12.9899 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C12.9899 8.41992 13.8799 8.81992 14.5299 9.46992Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.8201 5.76998C16.0701 4.44998 14.0701 3.72998 12.0001 3.72998C8.47009 3.72998 5.18009 5.80998 2.89009 9.40998C1.99009 10.82 1.99009 13.19 2.89009 14.6C3.68009 15.84 4.60009 16.91 5.60009 17.77" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8.41992 19.5299C9.55992 20.0099 10.7699 20.2699 11.9999 20.2699C15.5299 20.2699 18.8199 18.1899 21.1099 14.5899C22.0099 13.1799 22.0099 10.8099 21.1099 9.39993C20.7799 8.87993 20.4199 8.38993 20.0499 7.92993" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15.5099 12.7C15.2499 14.11 14.0999 15.26 12.6899 15.52" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M9.47 14.53L2 22" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M22 2L14.53 9.47" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.5799 11.9999C15.5799 13.9799 13.9799 15.5799 11.9999 15.5799C10.0199 15.5799 8.41992 13.9799 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C13.9799 8.41992 15.5799 10.0199 15.5799 11.9999Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.0001 20.27C15.5301 20.27 18.8201 18.19 21.1101 14.59C22.0101 13.18 22.0101 10.81 21.1101 9.39997C18.8201 5.79997 15.5301 3.71997 12.0001 3.71997C8.47009 3.71997 5.18009 5.79997 2.89009 9.39997C1.99009 10.81 1.99009 13.18 2.89009 14.59C5.18009 18.19 8.47009 20.27 12.0001 20.27Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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 d="M14.9915 17.5H16.5015C19.5215 17.5 22.0015 15.03 22.0015 12C22.0015 8.98 19.5315 6.5 16.5015 6.5H14.9915" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.00146 6.5H7.50146C4.47146 6.5 2.00146 8.97 2.00146 12C2.00146 15.02 4.47146 17.5 7.50146 17.5H9.00146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8.00146 12H16.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
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 d="M1.99146 5.92995V4.41995C1.99146 3.39995 2.82146 2.56995 3.84145 2.56995H16.7615C17.7815 2.56995 18.6115 3.39995 18.6115 4.41995V5.92995" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M10.3015 18.0999V3.31995" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6.90146 18.1H12.4815" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13.6815 10.34H20.6915C21.4215 10.34 22.0115 10.93 22.0115 11.66V12.46" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M16.0815 21.43V10.87" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M13.9415 21.4301H18.2215" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</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 d="M11 19.5H21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11 12.5H21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11 5.5H21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3 5.5L4 6.5L7 3.5" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M3 12.5L4 13.5L7 10.5" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M3 19.5L4 20.5L7 17.5" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.88147 4.5C4.88147 3.4 5.78147 2.5 6.88147 2.5H12.0015C14.6215 2.5 16.7515 4.63 16.7515 7.25C16.7515 9.87 14.6215 12 12.0015 12H4.88147V4.5Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.88147 12H14.3815C17.0015 12 19.1315 14.13 19.1315 16.75C19.1315 19.37 17.0015 21.5 14.3815 21.5H6.88147C5.78147 21.5 4.88147 20.6 4.88147 19.5V12V12Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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 d="M9.62146 3H18.8715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.12146 21H14.3715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14.2515 3L9.75146 21" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
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="M3.00146 4.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M7.26147 9.5H16.7415" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M7.26147 19.5H16.7415" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</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="M3.00146 4.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.00146 9.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3.00146 19.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</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="M3.00146 4.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.00146 9.5H12.4715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3.00146 19.5H12.4715" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</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="M3.00146 4.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11.5315 9.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.00146 14.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M11.5315 19.5H21.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.2012 17.38C11.5012 17.38 10.7912 17.11 10.2612 16.58C9.74123 16.06 9.45123 15.37 9.45123 14.64C9.45123 13.91 9.74123 13.21 10.2612 12.7L11.6712 11.29C11.9612 11 12.4412 11 12.7312 11.29C13.0212 11.58 13.0212 12.06 12.7312 12.35L11.3212 13.76C11.0812 14 10.9512 14.31 10.9512 14.64C10.9512 14.97 11.0812 15.29 11.3212 15.52C11.8112 16.01 12.6012 16.01 13.0912 15.52L15.3112 13.3C16.5812 12.03 16.5812 9.97 15.3112 8.7C14.0412 7.43 11.9812 7.43 10.7112 8.7L8.2912 11.12C7.7812 11.63 7.50122 12.3 7.50122 13.01C7.50122 13.72 7.7812 14.4 8.2912 14.9C8.5812 15.19 8.5812 15.67 8.2912 15.96C8.0012 16.25 7.5212 16.25 7.2312 15.96C6.4412 15.17 6.01123 14.12 6.01123 13C6.01123 11.88 6.4412 10.83 7.2312 10.04L9.65125 7.61998C11.5012 5.76998 14.5212 5.76998 16.3712 7.61998C18.2212 9.46998 18.2212 12.49 16.3712 14.34L14.1512 16.56C13.6112 17.11 12.9112 17.38 12.2012 17.38Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M15.0015 22.75H9.00146C3.57147 22.75 1.25146 20.43 1.25146 15V9C1.25146 3.57 3.57147 1.25 9.00146 1.25H15.0015C20.4315 1.25 22.7515 3.57 22.7515 9V15C22.7515 20.43 20.4315 22.75 15.0015 22.75ZM9.00146 2.75C4.39146 2.75 2.75146 4.39 2.75146 9V15C2.75146 19.61 4.39146 21.25 9.00146 21.25H15.0015C19.6115 21.25 21.2515 19.61 21.2515 15V9C21.2515 4.39 19.6115 2.75 15.0015 2.75H9.00146Z" fill="#0C0507"/>
|
|
4
|
+
</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 d="M9.46992 15.2799C9.27992 15.2799 9.08992 15.2099 8.93992 15.0599C8.11992 14.2399 7.66992 13.1499 7.66992 11.9999C7.66992 9.60992 9.60992 7.66992 11.9999 7.66992C13.1499 7.66992 14.2399 8.11992 15.0599 8.93992C15.1999 9.07992 15.2799 9.26992 15.2799 9.46992C15.2799 9.66992 15.1999 9.85992 15.0599 9.99992L9.99992 15.0599C9.84992 15.2099 9.65992 15.2799 9.46992 15.2799ZM11.9999 9.16992C10.4399 9.16992 9.16992 10.4399 9.16992 11.9999C9.16992 12.4999 9.29992 12.9799 9.53992 13.3999L13.3999 9.53992C12.9799 9.29992 12.4999 9.16992 11.9999 9.16992Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M5.60009 18.51C5.43009 18.51 5.25009 18.45 5.11009 18.33C4.04009 17.42 3.08009 16.3 2.26009 15C1.20009 13.35 1.20009 10.66 2.26009 8.99998C4.70009 5.17998 8.25009 2.97998 12.0001 2.97998C14.2001 2.97998 16.3701 3.73998 18.2701 5.16998C18.6001 5.41998 18.6701 5.88998 18.4201 6.21998C18.1701 6.54998 17.7001 6.61998 17.3701 6.36998C15.7301 5.12998 13.8701 4.47998 12.0001 4.47998C8.77009 4.47998 5.68009 6.41998 3.52009 9.80998C2.77009 10.98 2.77009 13.02 3.52009 14.19C4.27009 15.36 5.13009 16.37 6.08009 17.19C6.39009 17.46 6.43009 17.93 6.16009 18.25C6.02009 18.42 5.81009 18.51 5.60009 18.51Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M12.0001 21.02C10.6701 21.02 9.37006 20.75 8.12006 20.22C7.74006 20.06 7.56006 19.62 7.72006 19.24C7.88006 18.86 8.32006 18.68 8.70006 18.84C9.76006 19.29 10.8701 19.52 11.9901 19.52C15.2201 19.52 18.3101 17.58 20.4701 14.19C21.2201 13.02 21.2201 10.98 20.4701 9.81C20.1601 9.32 19.8201 8.85 19.4601 8.41C19.2001 8.09 19.2501 7.62 19.5701 7.35C19.8901 7.09 20.3601 7.13 20.6301 7.46C21.0201 7.94 21.4001 8.46 21.7401 9C22.8001 10.65 22.8001 13.34 21.7401 15C19.3001 18.82 15.7501 21.02 12.0001 21.02Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M12.6901 16.2701C12.3401 16.2701 12.0201 16.0201 11.9501 15.6601C11.8701 15.2501 12.1401 14.8601 12.5501 14.7901C13.6501 14.5901 14.5701 13.6701 14.7701 12.5701C14.8501 12.1601 15.2401 11.9001 15.6501 11.9701C16.0601 12.0501 16.3301 12.4401 16.2501 12.8501C15.9301 14.5801 14.5501 15.9501 12.8301 16.2701C12.7801 16.2601 12.7401 16.2701 12.6901 16.2701Z" fill="#0C0507"/>
|
|
6
|
+
<path d="M1.99994 22.75C1.80994 22.75 1.61994 22.68 1.46994 22.53C1.17994 22.24 1.17994 21.76 1.46994 21.47L8.93994 14C9.22994 13.71 9.70994 13.71 9.99994 14C10.2899 14.29 10.2899 14.77 9.99994 15.06L2.52994 22.53C2.37994 22.68 2.18994 22.75 1.99994 22.75Z" fill="#0C0507"/>
|
|
7
|
+
<path d="M14.53 10.2199C14.34 10.2199 14.15 10.1499 14 9.99994C13.71 9.70994 13.71 9.22994 14 8.93994L21.47 1.46994C21.76 1.17994 22.24 1.17994 22.53 1.46994C22.82 1.75994 22.82 2.23994 22.53 2.52994L15.06 9.99994C14.91 10.1499 14.72 10.2199 14.53 10.2199Z" fill="#0C0507"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9999 16.3299C9.60992 16.3299 7.66992 14.3899 7.66992 11.9999C7.66992 9.60992 9.60992 7.66992 11.9999 7.66992C14.3899 7.66992 16.3299 9.60992 16.3299 11.9999C16.3299 14.3899 14.3899 16.3299 11.9999 16.3299ZM11.9999 9.16992C10.4399 9.16992 9.16992 10.4399 9.16992 11.9999C9.16992 13.5599 10.4399 14.8299 11.9999 14.8299C13.5599 14.8299 14.8299 13.5599 14.8299 11.9999C14.8299 10.4399 13.5599 9.16992 11.9999 9.16992Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M12.0001 21.02C8.24008 21.02 4.69008 18.82 2.25008 15C1.19008 13.35 1.19008 10.66 2.25008 8.99998C4.70008 5.17998 8.25008 2.97998 12.0001 2.97998C15.7501 2.97998 19.3001 5.17998 21.7401 8.99998C22.8001 10.65 22.8001 13.34 21.7401 15C19.3001 18.82 15.7501 21.02 12.0001 21.02ZM12.0001 4.47998C8.77008 4.47998 5.68008 6.41998 3.52008 9.80998C2.77008 10.98 2.77008 13.02 3.52008 14.19C5.68008 17.58 8.77008 19.52 12.0001 19.52C15.2301 19.52 18.3201 17.58 20.4801 14.19C21.2301 13.02 21.2301 10.98 20.4801 9.80998C18.3201 6.41998 15.2301 4.47998 12.0001 4.47998Z" fill="#0C0507"/>
|
|
4
|
+
</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 d="M16.5015 18.25H14.9915C14.5815 18.25 14.2415 17.91 14.2415 17.5C14.2415 17.09 14.5815 16.75 14.9915 16.75H16.5015C19.1215 16.75 21.2515 14.62 21.2515 12C21.2515 9.38 19.1215 7.25 16.5015 7.25H15.0015C14.5915 7.25 14.2515 6.91 14.2515 6.5C14.2515 6.09 14.5815 5.75 15.0015 5.75H16.5015C19.9515 5.75 22.7515 8.55 22.7515 12C22.7515 15.45 19.9515 18.25 16.5015 18.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M9.00146 18.25H7.50146C4.05146 18.25 1.25146 15.45 1.25146 12C1.25146 8.55 4.05146 5.75 7.50146 5.75H9.00146C9.41146 5.75 9.75146 6.09 9.75146 6.5C9.75146 6.91 9.41146 7.25 9.00146 7.25H7.50146C4.88146 7.25 2.75146 9.38 2.75146 12C2.75146 14.62 4.88146 16.75 7.50146 16.75H9.00146C9.41146 16.75 9.75146 17.09 9.75146 17.5C9.75146 17.91 9.41146 18.25 9.00146 18.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M16.0015 12.75H8.00146C7.59146 12.75 7.25146 12.41 7.25146 12C7.25146 11.59 7.59146 11.25 8.00146 11.25H16.0015C16.4115 11.25 16.7515 11.59 16.7515 12C16.7515 12.41 16.4115 12.75 16.0015 12.75Z" fill="#0C0507"/>
|
|
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 d="M18.6115 6.68001C18.2015 6.68001 17.8615 6.34001 17.8615 5.93001V4.42001C17.8615 3.82001 17.3715 3.32001 16.7615 3.32001H3.83145C3.23145 3.32001 2.73146 3.81001 2.73146 4.42001V5.93001C2.73146 6.34001 2.39146 6.68001 1.98146 6.68001C1.57146 6.68001 1.24146 6.34001 1.24146 5.93001V4.42001C1.24146 2.99001 2.41146 1.82001 3.84145 1.82001H16.7615C18.1915 1.82001 19.3615 2.98001 19.3615 4.42001V5.93001C19.3615 6.34001 19.0215 6.68001 18.6115 6.68001Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M10.3015 18.85C9.89145 18.85 9.55145 18.51 9.55145 18.1V3.32001C9.55145 2.91001 9.89145 2.57001 10.3015 2.57001C10.7115 2.57001 11.0515 2.91001 11.0515 3.32001V18.1C11.0515 18.52 10.7115 18.85 10.3015 18.85Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M12.4815 18.85H6.90146C6.49146 18.85 6.15146 18.51 6.15146 18.1C6.15146 17.69 6.49146 17.35 6.90146 17.35H12.4815C12.8915 17.35 13.2315 17.69 13.2315 18.1C13.2315 18.51 12.8915 18.85 12.4815 18.85Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M22.0115 13.2C21.6015 13.2 21.2615 12.86 21.2615 12.45V11.65C21.2615 11.34 21.0015 11.08 20.6915 11.08H13.6815C13.2715 11.08 12.9315 10.74 12.9315 10.33C12.9315 9.92002 13.2715 9.58002 13.6815 9.58002H20.6915C21.8315 9.58002 22.7615 10.51 22.7615 11.65V12.45C22.7615 12.87 22.4315 13.2 22.0115 13.2Z" fill="#0C0507"/>
|
|
6
|
+
<path d="M16.0815 22.18C15.6715 22.18 15.3315 21.84 15.3315 21.43V10.87C15.3315 10.46 15.6715 10.12 16.0815 10.12C16.4915 10.12 16.8315 10.46 16.8315 10.87V21.43C16.8315 21.84 16.4915 22.18 16.0815 22.18Z" fill="#0C0507"/>
|
|
7
|
+
<path d="M18.2215 22.18H13.9415C13.5315 22.18 13.1915 21.84 13.1915 21.43C13.1915 21.02 13.5315 20.68 13.9415 20.68H18.2215C18.6315 20.68 18.9715 21.02 18.9715 21.43C18.9715 21.84 18.6315 22.18 18.2215 22.18Z" fill="#0C0507"/>
|
|
8
|
+
</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 d="M21 20.25H11C10.59 20.25 10.25 19.91 10.25 19.5C10.25 19.09 10.59 18.75 11 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M21 13.25H11C10.59 13.25 10.25 12.91 10.25 12.5C10.25 12.09 10.59 11.75 11 11.75H21C21.41 11.75 21.75 12.09 21.75 12.5C21.75 12.91 21.41 13.25 21 13.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21 6.25H11C10.59 6.25 10.25 5.91 10.25 5.5C10.25 5.09 10.59 4.75 11 4.75H21C21.41 4.75 21.75 5.09 21.75 5.5C21.75 5.91 21.41 6.25 21 6.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M3.99994 7.25C3.80994 7.25 3.61994 7.18 3.46994 7.03L2.46994 6.03C2.17994 5.74 2.17994 5.26 2.46994 4.97C2.75994 4.68 3.23994 4.68 3.52994 4.97L3.99994 5.44L6.46994 2.97C6.75994 2.68 7.23994 2.68 7.52994 2.97C7.81994 3.26 7.81994 3.74 7.52994 4.03L4.52994 7.03C4.37994 7.18 4.18994 7.25 3.99994 7.25Z" fill="#0C0507"/>
|
|
6
|
+
<path d="M3.99994 14.25C3.80994 14.25 3.61994 14.18 3.46994 14.03L2.46994 13.03C2.17994 12.74 2.17994 12.26 2.46994 11.97C2.75994 11.68 3.23994 11.68 3.52994 11.97L3.99994 12.44L6.46994 9.97C6.75994 9.68 7.23994 9.68 7.52994 9.97C7.81994 10.26 7.81994 10.74 7.52994 11.03L4.52994 14.03C4.37994 14.18 4.18994 14.25 3.99994 14.25Z" fill="#0C0507"/>
|
|
7
|
+
<path d="M3.99994 21.25C3.80994 21.25 3.61994 21.18 3.46994 21.03L2.46994 20.03C2.17994 19.74 2.17994 19.26 2.46994 18.97C2.75994 18.68 3.23994 18.68 3.52994 18.97L3.99994 19.44L6.46994 16.97C6.75994 16.68 7.23994 16.68 7.52994 16.97C7.81994 17.26 7.81994 17.74 7.52994 18.03L4.52994 21.03C4.37994 21.18 4.18994 21.25 3.99994 21.25Z" fill="#0C0507"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.0015 12.75H4.88147C4.47147 12.75 4.13147 12.41 4.13147 12V4.5C4.13147 2.98 5.36147 1.75 6.88147 1.75H12.0015C15.0315 1.75 17.5015 4.22 17.5015 7.25C17.5015 10.28 15.0315 12.75 12.0015 12.75ZM5.62147 11.25H12.0015C14.2115 11.25 16.0015 9.46 16.0015 7.25C16.0015 5.04 14.2115 3.25 12.0015 3.25H6.88147C6.19147 3.25 5.63147 3.81 5.63147 4.5V11.25H5.62147Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M14.3815 22.25H6.88147C5.36147 22.25 4.13147 21.02 4.13147 19.5V12C4.13147 11.59 4.47147 11.25 4.88147 11.25H14.3815C17.4115 11.25 19.8815 13.72 19.8815 16.75C19.8815 19.78 17.4115 22.25 14.3815 22.25ZM5.62147 12.75V19.5C5.62147 20.19 6.18147 20.75 6.87147 20.75H14.3715C16.5815 20.75 18.3715 18.96 18.3715 16.75C18.3715 14.54 16.5815 12.75 14.3715 12.75H5.62147Z" fill="#0C0507"/>
|
|
4
|
+
</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 d="M18.8815 3.75H9.62147C9.21147 3.75 8.88147 3.41 8.88147 3C8.88147 2.59 9.22147 2.25 9.63147 2.25H18.8815C19.2915 2.25 19.6315 2.59 19.6315 3C19.6315 3.41 19.2915 3.75 18.8815 3.75Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M14.3815 21.75H5.12146C4.71146 21.75 4.37146 21.41 4.37146 21C4.37146 20.59 4.71146 20.25 5.12146 20.25H14.3715C14.7815 20.25 15.1215 20.59 15.1215 21C15.1215 21.41 14.7915 21.75 14.3815 21.75Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M9.75144 21.75C9.69144 21.75 9.63144 21.74 9.57144 21.73C9.17144 21.63 8.92144 21.22 9.02144 20.82L13.5214 2.81998C13.6214 2.41998 14.0214 2.16998 14.4314 2.26998C14.8314 2.36998 15.0814 2.77998 14.9814 3.17998L10.4814 21.18C10.3914 21.52 10.0914 21.75 9.75144 21.75Z" fill="#0C0507"/>
|
|
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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M16.7415 10.25H7.26147C6.85147 10.25 6.51147 9.91 6.51147 9.5C6.51147 9.09 6.85147 8.75 7.26147 8.75H16.7315C17.1415 8.75 17.4815 9.09 17.4815 9.5C17.4815 9.91 17.1515 10.25 16.7415 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M16.7415 20.25H7.26147C6.85147 20.25 6.51147 19.91 6.51147 19.5C6.51147 19.09 6.85147 18.75 7.26147 18.75H16.7315C17.1415 18.75 17.4815 19.09 17.4815 19.5C17.4815 19.91 17.1515 20.25 16.7415 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</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.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z" fill="#0C0507"/>
|
|
3
|
+
<path d="M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z" fill="#0C0507"/>
|
|
4
|
+
<path d="M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z" fill="#0C0507"/>
|
|
5
|
+
<path d="M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z" fill="#0C0507"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M12.2015 11.8L10.7914 13.21C10.0114 13.99 10.0114 15.26 10.7914 16.04C11.5714 16.82 12.8415 16.82 13.6215 16.04L15.8415 13.82C17.4015 12.26 17.4015 9.72999 15.8415 8.15999C14.2815 6.59999 11.7515 6.59999 10.1815 8.15999L7.76147 10.58C6.42147 11.92 6.42147 14.09 7.76147 15.43" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.00146 22H15.0015C20.0015 22 22.0015 20 22.0015 15V9C22.0015 4 20.0015 2 15.0015 2H9.00146C4.00146 2 2.00146 4 2.00146 9V15C2.00146 20 4.00146 22 9.00146 22Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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 d="M14.5299 9.46992L9.46992 14.5299C8.81992 13.8799 8.41992 12.9899 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C12.9899 8.41992 13.8799 8.81992 14.5299 9.46992Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.8201 5.76998C16.0701 4.44998 14.0701 3.72998 12.0001 3.72998C8.47009 3.72998 5.18009 5.80998 2.89009 9.40998C1.99009 10.82 1.99009 13.19 2.89009 14.6C3.68009 15.84 4.60009 16.91 5.60009 17.77" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path opacity="0.4" d="M8.41992 19.5299C9.55992 20.0099 10.7699 20.2699 11.9999 20.2699C15.5299 20.2699 18.8199 18.1899 21.1099 14.5899C22.0099 13.1799 22.0099 10.8099 21.1099 9.39993C20.7799 8.87993 20.4199 8.38993 20.0499 7.92993" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path opacity="0.4" d="M15.5099 12.7C15.2499 14.11 14.0999 15.26 12.6899 15.52" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M9.47 14.53L2 22" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M22 2L14.53 9.47" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M15.5799 11.9999C15.5799 13.9799 13.9799 15.5799 11.9999 15.5799C10.0199 15.5799 8.41992 13.9799 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C13.9799 8.41992 15.5799 10.0199 15.5799 11.9999Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.0001 20.27C15.5301 20.27 18.8201 18.19 21.1101 14.59C22.0101 13.18 22.0101 10.81 21.1101 9.39997C18.8201 5.79997 15.5301 3.71997 12.0001 3.71997C8.47009 3.71997 5.18009 5.79997 2.89009 9.39997C1.99009 10.81 1.99009 13.18 2.89009 14.59C5.18009 18.19 8.47009 20.27 12.0001 20.27Z" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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 d="M14.9915 17.5H16.5015C19.5215 17.5 22.0015 15.03 22.0015 12C22.0015 8.98 19.5315 6.5 16.5015 6.5H14.9915" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M9.00146 6.5H7.50146C4.47146 6.5 2.00146 8.97 2.00146 12C2.00146 15.02 4.47146 17.5 7.50146 17.5H9.00146" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path opacity="0.4" d="M8.00146 12H16.0015" stroke="#0C0507" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|