@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.69 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPublishedCommunitySmall24 = 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: "M11.0003 15.4438c-.2655-.7909-.4491-1.8051-.4911-2.9438h1.6366c.3642-.4068.8012-.747 1.2906-1h-2.9272c.0498-1.3487.2981-2.52292.6461-3.35803.1961-.47056.4041-.78608.584-.96868.0871-.08845.1549-.13279.1977-.1538C11.9761 7.00026 11.9947 7 12 7s.0239.00026.063.01949c.0428.02101.1106.06535.1977.1538.1799.1826.3879.49812.584.96868.3456.8295.593 1.99353.6451 3.33093.3092-.1547.6387-.2748.9834-.3552-.0969-1.57756-.4496-2.95529-.9537-3.88263 1.7835.56826 3.1326 2.11015 3.4225 4.00093.3757.127.7292.3023 1.0531.5185C17.8663 8.55461 15.2315 6 12 6c-3.31371 0-6 2.68629-6 6 0 3.2315 2.55461 5.8663 5.7545 5.9951C11.2779 17.281 11 16.4229 11 15.5c0-.0188.0001-.0375.0003-.0562m-.5198-8.20873C9.93607 8.2366 9.56825 9.76346 9.50856 11.5H7.02469c.1996-2.01037 1.58997-3.67044 3.45581-4.26493m0 9.52983c-1.86584-.5945-3.25621-2.2545-3.45581-4.2649h2.48387c.05969 1.7365.42751 3.2634.97194 4.2649M15.5 18c1.3807 0 2.5-1.1193 2.5-2.5S16.8807 13 15.5 13 13 14.1193 13 15.5s1.1193 2.5 2.5 2.5m0 1c1.933 0 3.5-1.567 3.5-3.5S17.433 12 15.5 12 12 13.567 12 15.5s1.567 3.5 3.5 3.5m1.4472-4.2764c.1235-.247.0234-.5473-.2236-.6708s-.5473-.0234-.6708.2236l-.6898 1.3795-.5094-.5095c-.1953-.1952-.5119-.1952-.7072 0-.1952.1953-.1952.5119 0 .7072l1 1c.1137.1136.275.1657.4337.1399a.4998.4998 0 0 0 .3671-.2699z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-published-community-small-24.js.map