@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 982 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconHelpSmall24 = 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 18c3.3137 0 6-2.6863 6-6 0-3.31371-2.6863-6-6-6-3.31371 0-6 2.68629-6 6 0 3.3137 2.68629 6 6 6m0 1c3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7-3.86599 0-7 3.13401-7 7 0 3.866 3.13401 7 7 7m0-10c-.5523 0-1 .44772-1 1 0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5c0-1.10457.8954-2 2-2s2 .89543 2 2c0 .8747-.5612 1.617-1.3416 1.889-.0627.0218-.1115.056-.1388.0861-.0126.014-.0175.0236-.019.0272l-.0006.0015v.4992c0 .2762-.2239.5-.5.5s-.5-.2238-.5-.5v-.5c0-.5779.4634-.9308.8293-1.0583.3912-.1364.6707-.5085.6707-.9447 0-.55228-.4477-1-1-1m0 6.5c.4142 0 .75-.3358.75-.75S12.4142 14 12 14s-.75.3358-.75.75.3358.75.75.75", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-help-small-24.js.map