@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.96 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSettingsSmall24 = 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: "M15.755 7.23427c-.3024.17611-.6842.1878-1.0051.00254-.321-.18532-.5018-.52198-.5003-.87204.0022-.5207-.3416-1.13842-1.0376-1.26004C12.8177 5.03581 12.4126 5 11.9999 5c-.4126 0-.8177.03582-1.2121.10474-.696.12162-1.03971.73935-1.03754 1.26005.00146.35006-.17933.68673-.50032.87205-.32088.18526-.70267.17357-1.00505-.00254-.44954-.26181-1.15487-.27288-1.60822.26711-.51877.61793-.93319 1.32754-1.21531 2.1017-.24174.66339.12141 1.26919.57325 1.52739.30404.1737.50532.4987.50532.8695 0 .3707-.20129.6957-.50533.8694-.45184.2582-.81501.864-.57327 1.5274.28211.7742.69654 1.4838 1.21531 2.1018.45335.54 1.15868.5289 1.60822.2671.30238-.1761.68417-.1878 1.00504-.0026.32099.1854.50178.522.50032.8721-.00217.5207.34158 1.1384 1.03758 1.2601.3944.0689.7995.1047 1.2121.1047.4127 0 .8178-.0358 1.2122-.1047.696-.1217 1.0397-.7394 1.0375-1.2601-.0015-.3501.1793-.6868.5003-.8721.3209-.1852.7027-.1736 1.0051.0026.4495.2618 1.1549.2729 1.6082-.2671.5188-.618.9332-1.3276 1.2154-2.1018.2417-.6634-.1215-1.2692-.5733-1.5274-.304-.1737-.5053-.4987-.5053-.8694 0-.3708.2013-.6958.5053-.8695.4518-.2582.815-.864.5732-1.52737-.2821-.77418-.6965-1.48382-1.2153-2.10176-.4534-.53999-1.1587-.52892-1.6082-.2671m-1.5051.86857c.644.37179 1.4088.34476 2.0083-.00444.1115-.06489.2562-.05278.3391.04596.4451.53013.8001 1.13836 1.0417 1.80116.0442.12118-.0178.25268-.1298.31678-.6029.3444-1.0092.9936-1.0092 1.7377 0 .744.4063 1.3932 1.0092 1.7377.112.064.174.1955.1298.3167-.2415.6628-.5966 1.271-1.0416 1.8012-.0829.0987-.2277.1108-.3391.0459-.5996-.3492-1.3644-.3762-2.0084-.0044-.6442.3719-1.0032 1.0481-1.0003 1.7423.0006.1291-.0825.2486-.2097.2708-.3378.059-.6853.0898-1.04.0898s-.7022-.0308-1.04-.0898c-.1272-.0222-.2102-.1417-.2097-.2708.0029-.6942-.3561-1.3704-1.0003-1.7423-.64396-.3718-1.40873-.3448-2.00831.0044-.11141.0649-.25616.0528-.33906-.0459-.44506-.5302-.80011-1.1384-1.04164-1.8012-.04418-.1212.01781-.2527.12983-.3167.60287-.3445 1.00921-.9937 1.00921-1.7377 0-.7441-.40633-1.3933-1.00919-1.7378-.11202-.064-.174-.1955-.12983-.31669.24154-.66279.59659-1.271 1.04164-1.80112.0829-.09874.22765-.11085.33906-.04596.59959.3492 1.36437.37623 2.00833.00443.64416-.37192 1.00316-1.04811 1.00036-1.74224-.0006-.12911.0825-.24859.2096-.27081.3378-.05903.6853-.08981 1.04-.08981s.7022.03078 1.04.0898c.1272.02223.2102.1417.2097.27081-.0029.69412.3561 1.3703 1.0003 1.74223M10.4999 12c0-.8284.6716-1.5 1.5-1.5.8285 0 1.5.6716 1.5 1.5s-.6715 1.5-1.5 1.5c-.8284 0-1.5-.6716-1.5-1.5m1.5-2.5c-1.3807 0-2.49996 1.1193-2.49996 2.5s1.11926 2.5 2.49996 2.5c1.3808 0 2.5-1.1193 2.5-2.5s-1.1192-2.5-2.5-2.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-settings-small-24.js.map