@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.95 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSettings24 = 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: "M17.2874 6.04442c-.5617.23977-1.221.2204-1.7874-.10662-.5665-.32707-.913-.88852-.9861-1.49496-.0693-.57544-.4952-1.25266-1.2971-1.36116C12.8184 3.02778 12.4122 3 12 3s-.8184.02778-1.2168.08168c-.80196.1085-1.22778.78572-1.29715 1.36117-.0731.60644-.41956 1.1679-.98607 1.49497-.56642.32703-1.22575.34639-1.78744.10661-.53245-.2273-1.33006-.19735-1.82528.4405-.49669.63975-.90926 1.34876-1.22073 2.11043-.30616.74868.06771 1.45534.53119 1.80274.48898.3665.80223.9475.80223 1.6019s-.31325 1.2354-.80222 1.6019c-.46348.3474-.83734 1.0541-.53119 1.8028.31147.7616.72404 1.4706 1.22072 2.1104.49521.6378 1.29282.6678 1.82528.4405.56168-.2398 1.22101-.2204 1.78742.1066.56651.3271.91297.8885.98607 1.4949.06937.5755.49519 1.2527 1.29707 1.3612.3984.0539.8047.0817 1.2169.0817s.8184-.0278 1.2168-.0817c.8019-.1085 1.2277-.7857 1.2971-1.3611.0731-.6065.4196-1.1679.9861-1.495.5664-.327 1.2257-.3464 1.7874-.1066.5325.2273 1.3301.1973 1.8253-.4405.4967-.6398.9092-1.3488 1.2207-2.1104.3062-.7487-.0677-1.4554-.5312-1.8028C19.3132 13.2354 19 12.6544 19 12s.3132-1.2354.8022-1.6019c.4635-.3474.8374-1.05409.5312-1.80276-.3115-.76167-.724-1.47068-1.2207-2.11042-.4952-.63785-1.2928-.6678-1.8253-.4405M15 6.80383c.8505.49101 1.8414.51829 2.68.16029.2242-.0957.4933-.05849.6428.13405.4417.56897.8084 1.19915 1.085 1.87567.0924.22583-.0101.47776-.2053.62408C18.4724 10.1451 18 11.0174 18 12s.4724 1.8549 1.2025 2.4021c.1952.1463.2977.3982.2053.6241-.2766.6765-.6433 1.3067-1.085 1.8756-.1495.1926-.4186.2298-.6428.1341-.8386-.358-1.8296-.3308-2.68.1603-.8506.4911-1.3698 1.3358-1.4789 2.2413-.0292.2424-.1965.4571-.4384.4899C12.7286 19.9753 12.3672 20 12 20s-.7287-.0247-1.0828-.0727c-.2419-.0327-.4091-.2474-.4384-.4898-.1091-.9055-.62823-1.7502-1.47884-2.2413-.85047-.4911-1.84141-.5183-2.68004-.1603-.22419.0957-.49329.0585-.64277-.1341-.44173-.5689-.80836-1.1991-1.08501-1.8756-.09235-.2259.01012-.4778.20534-.6241.73008-.5472 1.20247-1.4195 1.20247-2.4021s-.4724-1.8548-1.20248-2.40205c-.19522-.14633-.29769-.39826-.20534-.62408.27665-.67653.64328-1.30672 1.08502-1.87569.14948-.19254.41859-.22975.64277-.13405.83863.35801 1.82959.33074 2.68006-.16028.85061-.49111 1.36972-1.33587 1.47892-2.24133.0292-.24239.1964-.45714.4383-.48987C11.2713 4.02474 11.6328 4 12 4s.7286.02474 1.0827.07265c.242.03274.4092.24748.4384.48987.1092.90545.6283 1.75021 1.4789 2.24131M9.49996 12c0-1.3807 1.11924-2.5 2.50004-2.5 1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5c-1.3808 0-2.50004-1.1193-2.50004-2.5M12 8.5c-1.933 0-3.50004 1.567-3.50004 3.5S10.067 15.5 12 15.5s3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-settings-24.js.map