@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.75 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconFirstDraft16 = 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.02662 2.31604c.10161.25677-.02418.54729-.28095.6489-1.03111.40801-1.93558 1.0316-2.69808 1.90769-1.76861 2.03205-1.09027 4.72719.52624 6.26107.87384.8292 2.03651 1.0216 3.20889.7537.18406-.0421.36712-.0953.54781-.1588L7.06398 8.35114c-.13769-.36718-.04806-.78095.22923-1.05823.27728-.27729.69105-.36692 1.05823-.22923l3.41666 1.28125c.178-.50965.2584-1.05555.2251-1.67514-.0678-1.10349-.379-1.78519-.7716-2.19439-.3891-.4057-.9137-.60148-1.53021-.62416-1.26639-.04657-2.79277.64926-3.74426 1.50183-.20566.18428-.52176.16695-.70604-.03871s-.16695-.52177.03871-.70605c1.08953-.97626 2.85789-1.81489 4.44835-1.75639.81195.02986 1.60625.2965 2.21515.93124.6053.63102.9711 1.56727 1.0482 2.82736l.0002.00361c.0418.77495-.0654 1.45694-.2871 2.082l.6468.24255c.4099.15371.6722.55615.6473.9932-.0249.43702-.3312.80712-.7559.91332l-1.9179.4794-.4794 1.9179c-.1062.4247-.4763.731-.91332.7559-.43705.0249-.83949-.2374-.9932-.6473l-.25726-.686c-.22249.079-.44844.1451-.67619.1972-1.41376.3231-2.94631.1105-4.12002-1.0032l.34044-.3588-.34044.3588c-1.88099-1.7848-2.81477-5.08938-.59223-7.64299.87044-1.00011 1.90865-1.71576 3.08444-2.18102.25677-.10161.5473.02418.6489.28095m2.57041 9.94186L9.87531 13l.26759-1.0702.1596-.6386.1978-.7912.7912-.1978.6565-.1641 1.0523-.26309-.7159-.26848-.9333-.34998-.0171-.00641-2.09092-.78409-1.24277-.46604.46604 1.24277.77573 2.06862.01477.0394z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-first-draft-16.js.map