UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.3 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconContrastSmall24 = 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 18.9999c1.753 0 3.3556-.6444 4.5836-1.7093L6.70926 7.41626C5.64441 8.64432 5 10.2469 5 11.9999c0 3.866 3.13401 7 7 7m-4-5c-.27614 0-.5.2238-.5.5 0 .2761.22386.5.5.5h3c.2761 0 .5-.2239.5-.5 0-.2762-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }), h("path", { "clip-rule": "evenodd", d: "M16.5836 17.2907C15.3556 18.3556 13.753 19 12 19c-3.86599 0-7-3.134-7-7 0-1.753.64441-3.35557 1.70926-4.58363zm.7071-.7071L7.41637 6.70926C8.64443 5.64441 10.247 5 12 5c3.866 0 7 3.13401 7 7 0 1.753-.6444 3.3556-1.7093 4.5836M20 12c0 4.4183-3.5817 8-8 8-4.41828 0-8-3.5817-8-8 0-4.41828 3.58172-8 8-8 4.4183 0 8 3.58172 8 8m-5-4c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v1h-1c-.2761 0-.5.22386-.5.5s.2239.5.5.5h1v1c0 .2761.2239.5.5.5s.5-.2239.5-.5v-1h1c.2761 0 .5-.22386.5-.5S16.2761 9 16 9h-1zm-7.5 6.5c0-.2761.22386-.5.5-.5h3c.2761 0 .5.2239.5.5s-.2239.5-.5.5H8c-.27614 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-contrast-small-24.js.map