@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 601 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPoll24 = 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: "M4.5 4c-.27614 0-.5.22386-.5.5v14c0 .2761.22386.5.5.5s.5-.2239.5-.5V18h11c.5523 0 1-.4477 1-1v-3h3c.5523 0 1-.4477 1-1v-3c0-.55228-.4477-1-1-1h-6V6c0-.55228-.4477-1-1-1H5v-.5c0-.27614-.22386-.5-.5-.5M5 6v3h8V6zm0 4v3h15v-3H5m0 4v3h11v-3z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-poll-24.js.map