@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 594 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconChevronDown24 = 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: "M9.64645 11.1464c.19526-.1952.51185-.1952.70715 0L12 12.7929l1.6464-1.6465c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072l-2 2c-.1953.1952-.5119.1952-.7072 0l-1.99995-2c-.19527-.1953-.19527-.5119 0-.7072", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-chevron-down-24.js.map