UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.18 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconNumberSmall24 = 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: "M8 6c-1.10457 0-2 .89543-2 2v8c0 1.1046.89543 2 2 2h8c1.1046 0 2-.8954 2-2V8c0-1.10457-.8954-2-2-2zM7 8c0-.55228.44771-1 1-1h8c.5523 0 1 .44772 1 1v8c0 .5523-.4477 1-1 1H8c-.55229 0-1-.4477-1-1zm4.4975 1.54975c.0275-.27477-.173-.51979-.4477-.54727-.2748-.02747-.5198.173-.5473.44777L10.4475 10H9.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5h.8475l-.2 2H9.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5h.5475l-.045.4502c-.02749.2748.173.5198.4477.5473.2748.0275.5198-.173.5473-.4477l.055-.5498h1.495l-.045.4502c-.0275.2748.173.5198.4477.5473.2748.0275.5198-.173.5473-.4477l.055-.5498H14.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-.8475l.2-2H14.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-.5475l.045-.45025c.0275-.27477-.173-.51979-.4477-.54727-.2748-.02747-.5198.173-.5473.44777L12.9475 10h-1.495zM11.1525 13l.2-2h1.495l-.2 2z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-number-small-24.js.map