@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 390 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconUnread16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { d: "M5 8c0-1.65685 1.34315-3 3-3s3 1.34315 3 3-1.34315 3-3 3-3-1.34315-3-3", fill: "currentColor" })));
//# sourceMappingURL=icon-unread-16.js.map