@lukso/web-components 1.154.0 → 1.155.1
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/attach-square-BDYuLWN1.js +3 -0
- package/dist/attach-square-BEkoBfpV.js +3 -0
- package/dist/attach-square-BF4bK2lN.cjs +7 -0
- package/dist/attach-square-B_oIBENK.js +3 -0
- package/dist/attach-square-CMjY_cQG.cjs +7 -0
- package/dist/attach-square-CPsLNqIT.cjs +7 -0
- package/dist/attach-square-Ch9_iq5a.js +3 -0
- package/dist/attach-square-D0YgLg2d.cjs +7 -0
- package/dist/attach-square-DGJ30O7H.js +3 -0
- package/dist/attach-square-DHjVapDw.cjs +7 -0
- package/dist/attach-square-Dtfj1Edy.js +3 -0
- package/dist/attach-square-nLmVYCe2.cjs +7 -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 +136 -18
- package/dist/components/lukso-icon/index.d.ts +24 -0
- package/dist/components/lukso-icon/index.d.ts.map +1 -1
- package/dist/components/lukso-icon/index.js +136 -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 +2008 -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 +2006 -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/eye-BGOT4dkg.cjs +7 -0
- package/dist/eye-BJFvKUDu.cjs +7 -0
- package/dist/eye-BRB1atdh.js +3 -0
- package/dist/eye-Bf4VFl7a.js +3 -0
- package/dist/eye-CC9LXMQ1.js +3 -0
- package/dist/eye-CK1M03ez.cjs +7 -0
- package/dist/eye-CXBFLyYh.cjs +7 -0
- package/dist/eye-CcM-Nmq0.js +3 -0
- package/dist/eye-DP4zhXsm.cjs +7 -0
- package/dist/eye-DaGlp3S9.js +3 -0
- package/dist/eye-slash-4QawqpXV.js +3 -0
- package/dist/eye-slash-5K5tDUZr.cjs +7 -0
- package/dist/eye-slash-BnjvF1ME.cjs +7 -0
- package/dist/eye-slash-BxKMkFDP.js +3 -0
- package/dist/eye-slash-CZVpq_gN.cjs +7 -0
- package/dist/eye-slash-Chha_f6F.js +3 -0
- package/dist/eye-slash-CzBrFoLA.js +3 -0
- package/dist/eye-slash-DD4uAbjM.cjs +7 -0
- package/dist/eye-slash-DGM6ST4a.js +3 -0
- package/dist/eye-slash-DaVNSGPe.cjs +7 -0
- package/dist/eye-slash-iagfBjcI.cjs +7 -0
- package/dist/eye-slash-j5X2mtyc.js +3 -0
- package/dist/frame-BcRKV975.js +3 -0
- package/dist/frame-CHLzNIw4.cjs +7 -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/link-BWjOQDxe.js +3 -0
- package/dist/link-C248CAet.cjs +7 -0
- package/dist/link-CaiWNqlz.cjs +7 -0
- package/dist/link-Ccxf5n-l.cjs +7 -0
- package/dist/link-CrnK4TCj.js +3 -0
- package/dist/link-CtsNQupk.cjs +7 -0
- package/dist/link-CxQZZHzv.js +3 -0
- package/dist/link-DCLn1IDs.cjs +7 -0
- package/dist/link-DUkoe5Km.js +3 -0
- package/dist/link-DkkL7LfC.js +3 -0
- package/dist/link-YlDhxD95.js +3 -0
- package/dist/link-ck4nib4k.cjs +7 -0
- 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/smallcaps-4db6OP5z.cjs +7 -0
- package/dist/smallcaps-BRGmz5X1.js +3 -0
- package/dist/smallcaps-C3aFFEMg.cjs +7 -0
- package/dist/smallcaps-CQH0e-Qr.js +3 -0
- package/dist/smallcaps-CrTAH_fl.cjs +7 -0
- package/dist/smallcaps-Csx5r5fL.js +3 -0
- package/dist/smallcaps-D57em6lZ.js +3 -0
- package/dist/smallcaps-DMxoMhLq.cjs +7 -0
- package/dist/smallcaps-DTc90-wB.js +3 -0
- package/dist/smallcaps-DvQw3mgt.cjs +7 -0
- package/dist/smallcaps-EMohyYps.js +3 -0
- package/dist/smallcaps-tS0-FTm4.cjs +7 -0
- 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/task-5wAtmLia.cjs +7 -0
- package/dist/task-BFFgtsR7.cjs +7 -0
- package/dist/task-CPHbx6Xp.js +3 -0
- package/dist/task-CPK0Xitw.js +3 -0
- package/dist/task-CWMoBPrR.js +3 -0
- package/dist/task-CZeuxLHS.cjs +7 -0
- package/dist/task-CpUWZ14w.cjs +7 -0
- package/dist/task-D2dHPypM.js +3 -0
- package/dist/task-DHjlHB5u.js +3 -0
- package/dist/task-INl8gJof.cjs +7 -0
- package/dist/task-YBjBROjF.cjs +7 -0
- package/dist/task-rAZ4_dJi.js +3 -0
- package/dist/text-bold-B9Uuus_K.js +3 -0
- package/dist/text-bold-Bpds56iN.cjs +7 -0
- package/dist/text-bold-BwjfWLnV.js +3 -0
- package/dist/text-bold-CGib54xr.js +3 -0
- package/dist/text-bold-D9E9gOwG.js +3 -0
- package/dist/text-bold-D9y0G3W6.cjs +7 -0
- package/dist/text-bold-DA18Cobf.cjs +7 -0
- package/dist/text-bold-FVlP-onb.js +3 -0
- package/dist/text-bold-dNsqnxrJ.cjs +7 -0
- package/dist/text-bold-hD59fjBM.cjs +7 -0
- package/dist/text-bold-q4PQl2lp.cjs +7 -0
- package/dist/text-bold-yLyZsv3k.js +3 -0
- package/dist/text-italic-BAQsDLCD.cjs +7 -0
- package/dist/text-italic-BBbdgOV8.js +3 -0
- package/dist/text-italic-BLRmyoa_.cjs +7 -0
- package/dist/text-italic-BRpMpFEP.cjs +7 -0
- package/dist/text-italic-BbSEOHaR.js +3 -0
- package/dist/text-italic-BbY_nLh3.cjs +7 -0
- package/dist/text-italic-BqvfDpZ_.js +3 -0
- package/dist/text-italic-COwZp8nN.js +3 -0
- package/dist/text-italic-D-86ejcb.js +3 -0
- package/dist/text-italic-D5L8cO7S.cjs +7 -0
- package/dist/text-italic-Dqj-AGrY.cjs +7 -0
- package/dist/text-italic-JVNLjL6A.js +3 -0
- package/dist/textalign-center-BNXKb7o1.js +3 -0
- package/dist/textalign-center-BgDrvLgu.js +3 -0
- package/dist/textalign-center-BiW7-UK8.cjs +7 -0
- package/dist/textalign-center-BjXTeLZ9.js +3 -0
- package/dist/textalign-center-CMfGM3nt.cjs +7 -0
- package/dist/textalign-center-CZUB_mi5.cjs +7 -0
- package/dist/textalign-center-DV1ZVVJ9.js +3 -0
- package/dist/textalign-center-DhIAARrX.cjs +7 -0
- package/dist/textalign-center-DssUllZx.cjs +7 -0
- package/dist/textalign-center-DuFr4Z0N.js +3 -0
- package/dist/textalign-center-TtJrRcy1.cjs +7 -0
- package/dist/textalign-center-XZiUcsoS.js +3 -0
- package/dist/textalign-justifycenter-1H0ry4i1.cjs +7 -0
- package/dist/textalign-justifycenter-B4Okp5WQ.js +3 -0
- package/dist/textalign-justifycenter-BanoqoY2.cjs +7 -0
- package/dist/textalign-justifycenter-BrM7y8Q-.cjs +7 -0
- package/dist/textalign-justifycenter-BvuL2Tc9.js +3 -0
- package/dist/textalign-justifycenter-ByaUTZOq.cjs +7 -0
- package/dist/textalign-justifycenter-C7GGAIEd.cjs +7 -0
- package/dist/textalign-justifycenter-C_15oG-O.js +3 -0
- package/dist/textalign-justifycenter-Cd3T_URi.js +3 -0
- package/dist/textalign-justifycenter-Cuq0nA7n.js +3 -0
- package/dist/textalign-justifycenter-DTB7BpEM.cjs +7 -0
- package/dist/textalign-justifycenter-GJYh78KA.js +3 -0
- package/dist/textalign-left-BBkJw9sM.js +3 -0
- package/dist/textalign-left-CQFeWNky.cjs +7 -0
- package/dist/textalign-left-CVLtezzT.cjs +7 -0
- package/dist/textalign-left-CrkiT20G.js +3 -0
- package/dist/textalign-left-Czv9gCWL.js +3 -0
- package/dist/textalign-left-DDV2YTsX.js +3 -0
- package/dist/textalign-left-DbbIELEG.js +3 -0
- package/dist/textalign-left-DmbcMnUt.cjs +7 -0
- package/dist/textalign-left-DwMDZkz6.cjs +7 -0
- package/dist/textalign-left-FcEEgVUa.js +3 -0
- package/dist/textalign-left-HOX6BrC8.cjs +7 -0
- package/dist/textalign-left-Tim7PD2T.cjs +7 -0
- package/dist/textalign-right-AzUv7Wy_.cjs +7 -0
- package/dist/textalign-right-B4RMoyPu.js +3 -0
- package/dist/textalign-right-Bh1GtPWc.cjs +7 -0
- package/dist/textalign-right-BwpxVvNc.js +3 -0
- package/dist/textalign-right-CKoFhqEE.js +3 -0
- package/dist/textalign-right-CQKHpAQn.cjs +7 -0
- package/dist/textalign-right-CSi5EldQ.js +3 -0
- package/dist/textalign-right-CaDWcT07.cjs +7 -0
- package/dist/textalign-right-CoIc3IEi.js +3 -0
- package/dist/textalign-right-D-peBkxs.cjs +7 -0
- package/dist/textalign-right-DxQZxeBV.cjs +7 -0
- package/dist/textalign-right-LtrQalb-.js +3 -0
- 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,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const base = require('./base-NFGX42U4.cjs');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @license
|
|
7
|
+
* Copyright 2017 Google LLC
|
|
8
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
9
|
+
*/function e(e,r){return (n,s,i)=>{const o=t=>t.renderRoot?.querySelector(e)??null;return base.e(n,s,{get(){return o(this)}})}}
|
|
10
|
+
|
|
11
|
+
exports.e = e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as TailwindElement, T as TailwindStyledElement } from '../../index-
|
|
1
|
+
export { a as TailwindElement, T as TailwindStyledElement } from '../../index-BWp0TAbf.js';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.99146 5.93001V4.42001C1.99146 3.40001 2.82146 2.57001 3.84145 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\"/>\n<path d=\"M10.3015 18.1V3.32001\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90146 18.1H12.4815\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M13.6812 10.3398H20.6912C21.4212 10.3398 22.0112 10.9298 22.0112 11.6598V12.4598\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0815 21.4301V10.8701\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9409 21.4297H18.2209\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = smallcaps;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.99146 5.93001V4.42001C1.99146 3.40001 2.82146 2.57001 3.84145 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\"/>\n<path d=\"M10.3015 18.1V3.32001\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90146 18.1H12.4815\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M13.6812 10.3398H20.6912C21.4212 10.3398 22.0112 10.9298 22.0112 11.6598V12.4598\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0815 21.4301V10.8701\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9409 21.4297H18.2209\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { smallcaps as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = smallcaps;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { smallcaps as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = smallcaps;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { smallcaps as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<path d=\"M10.3015 18.1V3.32001V2.57001\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90146 18.1H12.4815\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<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\"/>\n<path d=\"M16.0815 21.43V10.87\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9415 21.43H18.2215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { smallcaps as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<path d=\"M10.3015 18.0999V3.31995\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90146 18.1H12.4815\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<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\"/>\n<path d=\"M16.0815 21.43V10.87\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9415 21.4301H18.2215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = smallcaps;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<path d=\"M10.3015 18.0999V3.31995\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90146 18.1H12.4815\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<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\"/>\n<path d=\"M16.0815 21.43V10.87\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9415 21.4301H18.2215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { smallcaps as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<path d=\"M10.3015 18.1V3.32001V2.57001\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90146 18.1H12.4815\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<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\"/>\n<path d=\"M16.0815 21.43V10.87\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9415 21.43H18.2215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = smallcaps;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { smallcaps as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const smallcaps = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = smallcaps;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11 19.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 12.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 5.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = task;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = task;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 5.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { task as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { task as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { task as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = task;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = task;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.5H16.49\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 5.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { task as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11 19.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 12.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 5.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { task as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.5H16.49\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 5.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = task;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 5.5H21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = task;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const task = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { task as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textBold as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textBold;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textBold as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textBold as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textBold as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textBold;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textBold;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" 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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textBold as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textBold;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textBold;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" 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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textBold;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textBold = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textBold as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62146 3H18.8715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12146 21H14.3715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.2515 3L9.75146 21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textItalic;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62146 3H18.8715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12146 21H14.3715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2515 3L9.75146 21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textItalic as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62146 3H18.8715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12146 21H14.3715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5015 17.99L9.75146 21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2515 3L11.5015 14.01\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textItalic;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textItalic;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62146 3H18.8715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12146 21H14.3715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.2515 3L9.75146 21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textItalic as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textItalic;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62146 3H18.8715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12146 21H14.3715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5015 17.99L9.75146 21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2515 3L11.5015 14.01\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textItalic as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textItalic as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textItalic as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textItalic;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62146 3H18.8715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12146 21H14.3715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2515 3L9.75146 21\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textItalic;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textItalic = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textItalic as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignCenter as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 9.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 19.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignCenter as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 9.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 19.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignCenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignCenter as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignCenter;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignCenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<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\"/>\n<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\"/>\n<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\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignCenter as default };
|