UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.01 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMonospaceUppercaseNumber24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M9.35767 8.86625c0-.4439-.35985-.80375-.80375-.80375a.8037.8037 0 0 0-.4425.13278L6.56653 9.21412a.4348.4348 0 0 0-.19544.36299c0 .34618.38487.55359.67399.36314l1.19809-.78905a.03509.03509 0 0 1 .05438.0293v5.6638H7.02668c-.27615 0-.5.2239-.5.5s.22385.5.5.5h3.50002c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5H9.35767zm4.08013 6.26265c-.1658.3279.0725.7154.4399.7154.1864 0 .3569-.1051.4406-.2716l3.2081-6.38423a.777.777 0 0 0 .0827-.3489c0-.42917-.3479-.77707-.7771-.77707h-3.8282c-.2539 0-.4597.20584-.4597.45977 0 .25392.2058.45976.4597.45976h3.4619a.0491.0491 0 0 1 .0491.04909.049.049 0 0 1-.0053.02215z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-monospace-uppercase-number-24.js.map