@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 597 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconChevronRight24 = 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: "M11.1464 9.64645c.1953-.19527.5119-.19527.7072 0l2 1.99995c.1952.1953.1952.5119 0 .7072l-2 2c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072L12.7929 12l-1.6465-1.6464c-.1952-.1953-.1952-.51189 0-.70715", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-chevron-right-24.js.map