@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 2.11 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSaturationSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { d: "M13.9772 13.5436c-.138-1.3698-.8902-2.5583-1.9771-3.2858-1.0869.7275-1.8392 1.916-1.9772 3.2858.5968.2923 1.2678.4564 1.9772.4564.7093 0 1.3803-.1641 1.9771-.4564", fill: "currentColor", fillOpacity: "0.3" }),
h("path", { "clip-rule": "evenodd", d: "M7.54553 8.85739C8.15285 8.62645 8.81166 8.5 9.5 8.5c.9002 0 1.7499.21628 2.5.59972.7501-.38344 1.5998-.59972 2.5-.59972.6883 0 1.3472.12645 1.9545.35739C16.1426 6.67651 14.2671 5 12 5S7.85736 6.67651 7.54553 8.85739m3.45537.899c-.9632.79521-1.65115 1.91201-1.89931 3.18601-.87011-.7334-1.45829-1.7906-1.57872-2.98592C8.11964 9.66412 8.79065 9.5 9.5 9.5c.5263 0 1.0315.09035 1.5009.25639M12 10.2578c1.0869.7275 1.8391 1.916 1.9771 3.2857C13.3804 13.8359 12.7094 14 12 14s-1.3804-.1641-1.9771-.4565c.138-1.3697.8902-2.5582 1.9771-3.2857m2.8984 2.6846c-.2481-1.274-.9361-2.3908-1.8993-3.18601C13.4685 9.59035 13.9737 9.5 14.5 9.5c.7094 0 1.3804.16414 1.9771.45648-.1204 1.19532-.7086 2.25252-1.5787 2.98592m-.9439 1.7002C13.3472 14.8736 12.6883 15 12 15s-1.3472-.1264-1.9545-.3574c.1846 1.291.9172 2.4052 1.9545 3.0996 1.0373-.6944 1.7699-1.8086 1.9545-3.0996m-.9554 3.601c1.1954-.9868 1.9668-2.469 1.9998-4.1323 1.2237-.7975 2.1103-2.0688 2.3995-3.5537C18.3778 11.3831 19 12.6189 19 14c0 2.4853-2.0147 4.5-4.5 4.5-.5263 0-1.0315-.0904-1.5009-.2564M12 18.9003c.7501.3834 1.5998.5997 2.5.5997 3.0376 0 5.5-2.4624 5.5-5.5 0-1.9312-.9954-3.63-2.5011-4.61125C17.4397 6.40254 15.0004 4 12 4S6.56035 6.40254 6.5011 9.38875C4.99538 10.37 4 12.0688 4 14c0 3.0376 2.46243 5.5 5.5 5.5.9002 0 1.7499-.2163 2.5-.5997m-.9991-.6567c-.4694.1661-.9746.2564-1.5009.2564C7.01472 18.5 5 16.4853 5 14c0-1.3811.62221-2.6169 1.60159-3.4424.28922 1.4849 1.17583 2.7562 2.39951 3.5537.033 1.6633.80438 3.1455 1.9998 4.1323", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-saturation-small-24.js.map