@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.17 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSaturation16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M8.00045 9.29155c.44055 0 .85811-.09836 1.23193-.27432-.15621-.75876-.60926-1.40916-1.23243-1.82446-.62305.41522-1.07604 1.06546-1.23233 1.82403.37405.17623.79193.27475 1.23283.27475m-2.09958-.90132c.20621-.62938.56843-1.18811 1.04092-1.63048a2.91 2.91 0 0 0-.54584-.05136c-.44054 0-.85811.09836-1.23193.27432.11097.53899.37173 1.02331.73685 1.40752m2.09908-2.3374c-.48917-.22127-1.0322-.34444-1.604-.34444-.43779 0-.85871.0722-1.2515.20535C5.37398 4.54391 6.56527 3.5 8.00045 3.5c1.43531 0 2.62665 1.0441 2.85605 2.4141-.3931-.13338-.8144-.20571-1.25254-.20571-.57181 0-1.11484.12317-1.60401.34444m3.89605.40073a4 4 0 0 0 .0004-.05778C11.8964 4.2442 10.1521 2.5 8.00045 2.5 5.84878 2.5 4.1045 4.2442 4.1045 6.39578q0 .02858.00041.05706C3.13221 7.16116 2.5 8.30883 2.5 9.60416c0 2.15154 1.74428 3.89574 3.89595 3.89574.5718 0 1.11483-.1231 1.604-.3444.48917.2213 1.0322.3444 1.60401.3444 2.15164 0 3.89594-1.7442 3.89594-3.89574 0-1.29489-.6318-2.44222-1.6039-3.1506m-1.0592.52958c-.3741-.17623-.7919-.27475-1.23284-.27475-.1866 0-.36907.01764-.54585.05136.4727.44255.83501 1.00156 1.04119 1.63126.3654-.38423.6264-.86868.7375-1.40787m.8667.62658c.4936.51931.7964 1.22152.7964 1.99444 0 1.59924-1.2965 2.89574-2.89594 2.89574-.1866 0-.36907-.0176-.54585-.0513.7593-.7109 1.23379-1.7223 1.23379-2.84444 0-.01905-.0001-.03807-.0004-.05706.6544-.47654 1.1547-1.15194 1.412-1.93738M7.99995 12.0155c.65171-.4343 1.11735-1.1257 1.25201-1.9293-.3928.1331-.81372.2054-1.25151.2054-.43818 0-.85946-.0724-1.25256-.2058.13458.8038.60027 1.4954 1.25206 1.9297m-1.05816.4331c-.75929-.7109-1.23378-1.7223-1.23378-2.84444a4 4 0 0 1 .00042-.05778c-.65415-.47666-1.15418-1.15207-1.41132-1.93745C3.80315 8.12832 3.5 8.83085 3.5 9.60416c0 1.59924 1.29652 2.89574 2.89595 2.89574.1866 0 .36907-.0176.54584-.0513", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-saturation-16.js.map