UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 901 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconNotesOnRectangleSmall16 = 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: "M5.5 5h3c.27614 0 .5.22386.5.5V6H7.5C6.67157 6 6 6.67157 6 7.5V8h-.5c-.27614 0-.5-.22386-.5-.5v-2c0-.27614.22386-.5.5-.5m4.5.5V6h.5c.8284 0 1.5.67157 1.5 1.5v2c0 .8284-.6716 1.5-1.5 1.5h-3C6.67157 11 6 10.3284 6 9.5V9h-.5C4.67157 9 4 8.32843 4 7.5v-2C4 4.67157 4.67157 4 5.5 4h3c.82843 0 1.5.67157 1.5 1.5M9 7h1.5c.2761 0 .5.22386.5.5v2c0 .27614-.2239.5-.5.5h-3c-.27614 0-.5-.22386-.5-.5v-2c0-.27614.22386-.5.5-.5zm-.5 1c-.27614 0-.5.22386-.5.5s.22386.5.5.5h1c.27614 0 .5-.22386.5-.5S9.77614 8 9.5 8z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-notes-on-rectangle-small-16.js.map