@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 716 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconStrokeLineArrow24 = 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: "M8.85355 8.14626c.19523.19529.19518.51187-.00011.7071L6.70728 10.9989 18.5 10.9998c.2762 0 .5.2239.5.5s-.2239.5-.5.5l-11.7931-.0009 2.14665 2.1474c.19523.1953.19518.5118-.00012.7071-.19529.1952-.51188.1951-.70711-.0002l-2.99993-3.0009c-.19523-.1953-.19518-.5119.00011-.7071l2.99994-2.99905c.19529-.19523.51187-.19519.70711.00011", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-stroke-line-arrow-24.js.map