UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 782 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconActionNextSmall24 = 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: "M15.1464 7.14742c-.1952.19526-.1952.51185 0 .70711l2.1465 2.14647H8.5c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5h1c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5h-1c-1.38071 0-2.5-1.1193-2.5-2.5s1.11929-2.5 2.5-2.5h8.7929l-2.1465 2.1464c-.1952.1953-.1952.5119 0 .7071.1953.1953.5119.1953.7072 0l3-2.9999A.5004.5004 0 0 0 19 10.501a.5.5 0 0 0-.1464-.3535l-3-3.00008c-.1953-.19526-.5119-.19526-.7072 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-action-next-small-24.js.map