1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 10:54:38 +00:00

feat(icons): add multiple new icon components and update index export

This commit is contained in:
2025-06-15 15:36:18 +07:00
parent 2c6b5be279
commit fc7eacffbd
10 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 46 46" aria-hidden="true">
<path d="M33.7717 43.6041H12.2283c-1.5758 0-3.08708-.6259-4.20136-1.7402-1.11428-1.1143-1.74027-2.6256-1.74027-4.2014V8.33748c0-1.57583.62599-3.08711 1.74027-4.20139s2.62556-1.74028 4.20136-1.74028h13.2059c.5204.00082 1.0356.10454 1.5159.30519.4802.20065.916.49428 1.2824.86398l10.35 10.48412c.7251.7357 1.1313 1.7272 1.1308 2.76v20.8534c0 1.5758-.626 3.0871-1.7402 4.2014-1.1143 1.1143-2.6256 1.7402-4.2014 1.7402ZM12.2283 5.27081c-.8133 0-1.5933.3231-2.1684.89821-.57514.57511-.89823 1.35513-.89823 2.16846V37.6625c0 .8133.32309 1.5933.89823 2.1684.5751.5752 1.3551.8982 2.1684.8982h21.5434c.8133 0 1.5933-.323 2.1684-.8982.5751-.5751.8982-1.3551.8982-2.1684V16.8091c-.0067-.2784-.1158-.5446-.3066-.7475l-10.35-10.48412c-.0983-.09776-.215-.17517-.3432-.22779-.1283-.05262-.2657-.07943-.4043-.07888H12.2283Z" />
<path d="M38.2183 17.7292H31.855c-1.9588 0-3.8377-.7769-5.2246-2.1602-1.387-1.3833-2.1687-3.2602-2.1737-5.219V3.83334c-.0012-.19809.0391-.39424.1183-.5758.0792-.18156.1956-.34452.3417-.47836.1617-.13807.3528-.23744.5587-.29058.2059-.05314.4212-.05864.6296-.01609.787.13945 1.5108.52143 2.07 1.0925l10.35 10.48419c.5179.5292.8765 1.1933 1.035 1.9166.0462.2085.0447.4247-.0043.6325-.0491.2079-.1444.4019-.2789.5678-.1345.1658-.3048.2991-.498.39-.1932.0908-.4045.1369-.618.1347l.0575.0384ZM27.3317 6.74668V10.35c.005 1.1963.4838 2.342 1.3316 3.1861.8477.8442 1.9954 1.3181 3.1917 1.3181h3.4883l-8.0116-8.10752Zm3.8141 26.29662L27.1592 29.21c.9012-1.2509 1.3903-2.7516 1.3991-4.2934.0188-1.7085-.5337-3.3743-1.5698-4.7329-1.036-1.3587-2.4962-2.3323-4.1488-2.7664-1.6525-.434-3.4027-.3036-4.9727.3706-1.5699.6742-2.8697 1.8535-3.693 3.3507-.8232 1.4972-1.1227 3.2265-.8509 4.9133.2717 1.6869 1.0992 3.2346 2.351 4.3975s2.8561 1.8743 4.5584 2.0213c1.7023.147 3.4049-.2788 4.8375-1.2099l4.1017 3.8333c.2676.258.6249.4023.9966.4025.1955.0022.3891-.0378.5677-.1172.1786-.0793.338-.1963.4673-.3428.2501-.2751.3839-.6365.3731-1.0082-.0107-.3717-.165-.7248-.4306-.9851ZM16.33 24.9166c.0001-.9216.2726-1.8227.7831-2.59.5106-.7674 1.2365-1.3667 2.0866-1.7228.8501-.3561 1.7865-.4531 2.6915-.2788s1.7384.6122 2.3954 1.2586 1.1083 1.4725 1.2973 2.3746c.189.9021.1073 1.8399-.2349 2.6956-.3423.8558-.9298 1.5914-1.6887 2.1144-.7589.5229-1.6554.81-2.577.8251-.6198.0076-1.2351-.1076-1.8102-.339-.5751-.2314-1.0988-.5744-1.5407-1.0091-.4419-.4348-.7933-.9528-1.034-1.5241-.2407-.5712-.3659-1.1845-.3684-1.8045Z" />
</svg>
</template>