@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 796 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconFeedback16 = 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 5c-.27614 0-.5.22385-.5.5v5c0 .2761.22386.5.5.5h5c.2761 0 .5-.2239.5-.5v-1c0-.27614.2239-.5.5-.5s.5.22386.5.5v1c0 .8284-.6716 1.5-1.5 1.5h-5c-.82843 0-1.5-.6716-1.5-1.5v-5C4 4.67157 4.67157 4 5.5 4h1c.27614 0 .5.22385.5.5s-.22386.5-.5.5zm4.7929 0H8.5c-.27614 0-.5-.22385-.5-.5s.22386-.5.5-.5H12v3.5c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5V5.7071L8.85355 7.85355c-.19526.19526-.51184.19526-.7071 0s-.19526-.51184 0-.7071z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-feedback-16.js.map