@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.31 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPublicSmall24 = 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: "M12.4653 17.7382C12.2321 17.9683 12.076 18 12 18s-.2321-.0317-.4653-.2618c-.2375-.2344-.4972-.6231-.7369-1.1824-.4338-1.0123-.7375-2.4326-.7898-4.0558h3.984c-.0523 1.6232-.356 3.0435-.7898 4.0558-.2397.5593-.4994.948-.7369 1.1824M13.992 11.5h-3.984c.0523-1.62317.356-3.04354.7898-4.05583.2397-.55927.4994-.94797.7369-1.18233C11.7679 6.03173 11.924 6 12 6s.2321.03173.4653.26184c.2375.23436.4972.62306.7369 1.18233.4338 1.01229.7375 2.43266.7898 4.05583m1.0005 1c-.0659 2.1763-.5581 4.078-1.2829 5.2529 2.3272-.6905 4.0638-2.7547 4.2699-5.2529zm2.987-1c-.2061-2.49817-1.9427-4.56239-4.2699-5.25293.7248 1.17496 1.217 3.07661 1.2829 5.25293zm-8.97197 0c.06583-2.17632.55803-4.07797 1.28287-5.25293C7.96316 6.93761 6.22663 9.00183 6.02054 11.5zm-2.98699 1c.20609 2.4982 1.94262 4.5624 4.26986 5.2529-.72484-1.1749-1.21704-3.0766-1.28287-5.2529zM19 12c0-3.86599-3.134-7-7-7-3.86599 0-7 3.13401-7 7 0 3.866 3.13401 7 7 7 3.866 0 7-3.134 7-7", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-public-small-24.js.map