@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.25 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconNumber16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M4.5 3C3.67157 3 3 3.67157 3 4.5v7c0 .8284.67157 1.5 1.5 1.5h7c.8284 0 1.5-.6716 1.5-1.5v-7c0-.82843-.6716-1.5-1.5-1.5zM4 4.5c0-.27615.22386-.5.5-.5h7c.2761 0 .5.22385.5.5v7c0 .2761-.2239.5-.5.5h-7c-.27614 0-.5-.2239-.5-.5zm3.49751 1.04975c.02748-.27477-.17299-.51979-.44775-.54727-.27478-.02747-.51981.173-.54727.44777L6.44751 6H5.5c-.27614 0-.5.22385-.5.5s.22386.5.5.5h.8475l-.19999 2H5.5c-.27614 0-.5.22386-.5.5s.22386.5.5.5h.5475l-.04501.4502c-.02748.2748.17299.5198.44775.5473.27478.0275.51981-.173.54727-.4477L7.05249 10H8.5475l-.04501.4502c-.02748.2748.17299.5198.44775.5473.27478.0275.51981-.173.54727-.4477L9.55249 10H10.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5h-.8475l.19999-2H10.5c.2761 0 .5-.22385.5-.5s-.2239-.5-.5-.5h-.5475l.04501-.45025c.02749-.27477-.17299-.51979-.44775-.54727-.27478-.02747-.51981.173-.54727.44777L8.94751 6H7.4525zM7.1525 9l.19999-2H8.8475l-.19999 2z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-number-16.js.map