@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.48 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconCommunity16 = 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: "M8.06302 12.9805C8.02386 12.9997 8.00529 13 8 13s-.02386-.0003-.06302-.0195c-.04276-.021-.11057-.0653-.1977-.1538-.17988-.1826-.3879-.4981-.58397-.9687-.34796-.8351-.59632-2.00928-.64613-3.358h2.98164c-.04981 1.34872-.29817 2.5229-.64613 3.358-.19607.4706-.40409.7861-.58397.9687-.08713.0885-.15494.1328-.1977.1538M9.49082 7.5H6.50918c.04981-1.34872.29817-2.52292.64613-3.35803.19607-.47056.40409-.78608.58397-.96868.08713-.08845.15494-.13279.1977-.1538C7.97614 3.00026 7.99471 3 8 3s.02386.00026.06302.01949c.04276.02101.11057.06535.1977.1538.17988.1826.3879.49812.58397.96868.34796.83511.59632 2.00931.64613 3.35803m1.00058 1c-.0596 1.7365-.4275 3.2634-.9719 4.2649 1.8658-.5945 3.2562-2.2545 3.4558-4.2649zm2.4839-1h-2.4839c-.0596-1.73654-.4275-3.2634-.9719-4.26493 1.8658.59449 3.2562 2.25456 3.4558 4.26493m-7.46674 0c.05969-1.73654.42751-3.2634.97194-4.26493C4.61466 3.82956 3.22429 5.48963 3.02469 7.5zm-2.48387 1c.1996 2.0104 1.58997 3.6704 3.45581 4.2649-.54443-1.0015-.91225-2.5284-.97194-4.2649zM14 8c0-3.31371-2.6863-6-6-6-3.31371 0-6 2.68629-6 6 0 3.3137 2.68629 6 6 6 3.3137 0 6-2.6863 6-6", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-community-16.js.map