UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.3 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconTint16 = 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: "m7.99965 3 .73387-.67929a1 1 0 0 0-1.46775 0zm3.60395 6c-.2565-1.77789-1.97688-4.06802-2.94502-5.23803C8.26785 3.28976 7.99965 3 7.99965 3c.73387-.67929.73399-.67916.73412-.67901l.00034.00036.00092.001.00283.00306.00954.01039.03402.03735c.02909.0321.07075.07842.12319.13765.10482.11838.25299.28868.43011.50032.35331.42219.82638 1.01431 1.30148 1.691.473.67356.9616 1.44995 1.3354 2.2393.3659.77255.6644 1.64495.6644 2.48715C12.636 11.9702 10.5432 14 7.99965 14c-2.54353 0-4.63637-2.0298-4.63637-4.57143 0-.8422.29855-1.7146.66441-2.48715.37381-.78935.86242-1.56574 1.33539-2.2393.47516-.67669.94818-1.26881 1.30149-1.691.17712-.21164.32529-.38194.43011-.50032a16 16 0 0 1 .12319-.13765l.03402-.03735.00954-.01039.00283-.00306.00092-.001.00034-.00036c.00013-.00015.00025-.00028.73413.67901 0 0-.26821.28976-.65894.76197C6.37257 4.93198 4.6522 7.22211 4.39565 9zm-.0139 1H4.40958c.27848 1.7008 1.77979 3 3.59007 3s3.31155-1.2992 3.59005-3", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-tint-16.js.map