@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 836 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconApprovedCheckmark16 = 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: "M13 8c0 2.7614-2.2386 5-5 5-2.76143 0-5-2.2386-5-5 0-2.76143 2.23857-5 5-5 2.7614 0 5 2.23857 5 5m1 0c0 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.5528-1.7764c.1235-.24698.0234-.54732-.2236-.67082-.24698-.12349-.54732-.02338-.67082.22362L7.86302 9.15591 6.35355 7.64645c-.19526-.19526-.51184-.19526-.7071 0s-.19526.51184 0 .7071l2 1.99995a.4997.4997 0 0 0 .43364.14.4997.4997 0 0 0 .36713-.2699z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-approved-checkmark-16.js.map