@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 1.88 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSmallCaps24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { d: "M6.8471 15.4945c-.07346.2095-.27128.3498-.49332.3498-.3628 0-.61529-.3605-.49127-.7014l2.37693-6.53419c.11929-.32793.43097-.54621.77991-.54621.34908 0 .66085.21844.78004.54654L12.173 15.143c.1239.3409-.1286.7013-.4914.7013-.2221 0-.42-.1404-.4934-.3501L9.05993 9.4135a.04286.04286 0 0 0-.08089-.00002zm.16234-2.2378c0-.2518.20414-.456.45596-.456h3.1006c.2518 0 .4559.2042.4559.456s-.2041.456-.4559.456H7.4654c-.25182 0-.45596-.2042-.45596-.456", fill: "currentColor" }),
h("path", { d: "M17.4351 11.9803c-.2338 0-.4309-.1585-.5513-.3589a1.4 1.4 0 0 0-.0357-.0566q-.12195-.1827-.2937-.3102c-.1144-.0868-.2455-.1523-.3933-.1966-.1459-.0462-.3056-.0693-.4792-.0693-.3083 0-.5835.0776-.8254.2327s-.4321.3831-.5706.6841c-.1366.2992-.205.6657-.205 1.0997 0 .4339.0684.8014.205 1.1024.1385.301.3296.53.5734.6869.2437.1551.5263.2327.8476.2327.2917 0 .5447-.0563.7589-.169.2161-.1144.3823-.276.4986-.4847.1153-.2035.1743-.443.1772-.7185a.01792.01792 0 0 1 .0208-.0176c.0215.0037.0188.0353-.003.0353h-1.2268c-.0665 0-.1205-.0539-.1205-.1205v-.2714c0-.2165.1755-.392.392-.392h1.2256c.3718 0 .6731.3014.6731.6731q0 .72855-.3102 1.2576c-.205.3527-.4884.625-.8504.8171-.3601.1902-.7737.2853-1.2409.2853-.5189 0-.975-.1173-1.3683-.3518-.3933-.2364-.6999-.5724-.9196-1.0082s-.3296-.9529-.3296-1.5512c0-.4561.0646-.8642.1939-1.2243.1292-.3601.3102-.6657.5429-.9168.2345-.253.5087-.445.8226-.5761.3139-.133.6565-.1995 1.0277-.1995.312 0 .6029.0462.8725.1385.2696.0905.5096.2198.7201.3878q.3186.2493.5235.5955c.0332.056.0635.1133.0911.1721.1388.2956-.1165.5924-.443.5924", fill: "currentColor" })));
//# sourceMappingURL=icon-small-caps-24.js.map