UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 719 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSticky16 = 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 4h7c.2761 0 .5.22386.5.5V8H8.5c-.27614 0-.5.22386-.5.5V12H4.5c-.27614 0-.5-.2239-.5-.5v-7c0-.27614.22386-.5.5-.5M9 11.9445a1 1 0 0 0 .37868-.2374l2.32842-2.32842A1 1 0 0 0 11.9445 9H9zM11.5 3h-7C3.67157 3 3 3.67157 3 4.5v7c0 .8284.67157 1.5 1.5 1.5h4.17157a2 2 0 0 0 1.41423-.5858l2.3284-2.3284A2 2 0 0 0 13 8.67157V4.5c0-.82843-.6716-1.5-1.5-1.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-sticky-16.js.map