UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.63 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconOverflowClipSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M14 16.5c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5zm-1.5.5c-.2761 0-.5.2239-.5.5s.2239.5.5.5zm-5-6c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5zm-1.5.5c0 .2761.22386.5.5.5s.5-.2239.5-.5zm1 5c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5zm.5 1.5c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5zM6 14.5c0 .2761.22386.5.5.5s.5-.2239.5-.5zm1-1c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5zM9.5 17c-.27614 0-.5.2239-.5.5s.22386.5.5.5zm1 1c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm-1-8c-.27614 0-.5.2239-.5.5s.22386.5.5.5zm3.5 4.5c0 .2761.2239.5.5.5s.5-.2239.5-.5zm0 2v.5h1v-.5zm0 .5h-.5v1h.5zm-5.5-7H7v1h.5zM6 11v.5h1V11zm0 5.5v.5h1v-.5zM7 18h.5v-1H7zm0-3.5v-1H6v1zM9.5 18h1v-1h-1zm0-7h.5v-1h-.5zm3.5 3v.5h1V14zm-7 3c0 .5523.44772 1 1 1v-1zm1-7c-.55228 0-1 .4477-1 1h1zm6 7v1c.5523 0 1-.4477 1-1z", fill: "currentColor", fillOpacity: "0.3" }), h("path", { "clip-rule": "evenodd", d: "M16.5 6c.2761 0 .5.22386.5.5V7h.5c.2761 0 .5.22386.5.5s-.2239.5-.5.5H17v5h.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5H17v.5c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V14h-5v.5c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V14h-.5c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h.5V8h-.5c-.27614 0-.5-.22386-.5-.5s.22386-.5.5-.5h.5v-.5c0-.27614.2239-.5.5-.5s.5.22386.5.5V7h5v-.5c0-.27614.2239-.5.5-.5M11 8v2h2c.5523 0 1 .4477 1 1v2h2V8zm0 3v2h2v-2z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-overflow-clip-small-24.js.map