@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 1.71 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconNormalNumber24 = 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.5097 15.6502c-.07347.2096-.27128.3498-.49332.3498-.36281 0-.61529-.3605-.49127-.7014l2.37693-6.53419c.11929-.32792.43096-.5462.77991-.5462.34908 0 .66085.21844.78004.54654l2.37361 6.53395c.1239.3409-.1286.7013-.4914.7013-.2221 0-.42-.1404-.4934-.3501L8.72253 9.56921a.04286.04286 0 0 0-.0809-.00002zm.16234-2.2378c0-.2518.20414-.4559.45596-.4559h3.1006c.2518 0 .4559.2041.4559.4559s-.2041.456-.4559.456H7.128c-.25182 0-.45596-.2042-.45596-.456", fill: "currentColor" }),
h("path", { d: "M13.6918 16c-.3037 0-.5498-.2461-.5498-.5497a.5497.5497 0 0 1 .1491-.3765l2.4537-2.6113c.2913-.3141.5307-.5877.7182-.8207.1899-.2331.3318-.4547.4255-.665.0937-.2102.1406-.4319.1406-.6649 0-.266-.0633-.49528-.19-.6878-.1266-.19505-.2989-.34577-.5167-.45216-.2179-.10639-.4623-.15959-.7334-.15959-.2888 0-.5408.05953-.7561.17859-.2128.11905-.3775.28497-.494.49776q-.06555.11966-.1065.25535c-.0803.26615-.2937.49695-.5717.49695-.2781 0-.5102-.2275-.458-.50062.05-.26177.1412-.50145.2737-.71905.2128-.34957.5053-.62188.8777-.81694q.5586-.29257 1.2615-.29257c.4737 0 .8917.09752 1.2539.29257.3623.19252.646.45344.8512.78275.2051.3293.3077.69788.3077 1.10576 0 .2887-.0532.5712-.1596.8473-.1038.2736-.2849.5788-.5433.9157-.2584.3344-.6181.741-1.0791 1.2197l-1.6334 1.7315a.0433.0433 0 0 0-.0119.0299c0 .024.0195.0435.0435.0435h3.0533c.2539 0 .4597.2058.4597.4598 0 .2539-.2058.4597-.4597.4597z", fill: "currentColor" })));
//# sourceMappingURL=icon-normal-number-24.js.map