@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.11 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconContrast16 = 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: "M11.1649 11.8711C10.3029 12.5767 9.20086 13 8 13c-2.76142 0-5-2.2386-5-5 0-1.20086.42334-2.30285 1.12893-3.16486a.5.5 0 0 0 .01752.01841l6.99995 7.00005c.0061.006.0122.0118.0185.0175m.7062-.7062a.6.6 0 0 0-.0175-.0185L4.85355 4.14645a.5.5 0 0 0-.01841-.01752C5.69715 3.42334 6.79914 3 8 3c2.7614 0 5 2.23858 5 5 0 1.20086-.4233 2.3029-1.1289 3.1649M14 8c0 3.3137-2.6863 6-6 6-3.31371 0-6-2.6863-6-6 0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6m-3.5-3c0-.27614-.2239-.5-.5-.5-.27614 0-.5.22386-.5.5v.5H9c-.27614 0-.5.22386-.5.5s.22386.5.5.5h.5V7c0 .27614.22386.5.5.5.2761 0 .5-.22386.5-.5v-.5h.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5h-.5zm-6 5c0-.27614.22386-.5.5-.5h2c.27614 0 .5.22386.5.5 0 .2761-.22386.5-.5.5H5c-.27614 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-contrast-16.js.map