@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 608 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconChevronDownLarge24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M7.64645 10.1464c.19526-.19522.51184-.19522.7071 0L12 13.7929l3.6464-3.6465c.1953-.19522.5119-.19522.7072 0 .1952.1953.1952.5119 0 .7072l-4 4c-.1953.1952-.5119.1952-.7072 0l-3.99995-4c-.19527-.1953-.19527-.5119 0-.7072", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-chevron-down-large-24.js.map