@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 636 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconCheck16 = 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.7773 4.084c.2298.15317.2919.46361.1387.69337L7.91603 10.7774a.5002.5002 0 0 1-.36676.2202.5003.5003 0 0 1-.40282-.144l-3-3.00002c-.19527-.19527-.19527-.51185 0-.70711.19526-.19526.51184-.19526.7071 0L7.42229 9.7152 11.084 4.22267c.1532-.22976.4636-.29185.6933-.13867", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-check-16.js.map