@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 850 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconBackwardSmall24 = 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.2929 7.29292c.286-.286.7161-.37155 1.0898-.21677S17 7.59557 17 8.00003V16c0 .4045-.2436.7691-.6173.9239s-.8038.0692-1.0898-.2168L12 13.4142v2.5859c0 .4044-.2436.7691-.6173.9239-.3737.1547-.8038.0692-1.0898-.2168l-4.00001-4c-.39052-.3905-.39052-1.0237 0-1.4142l4.00001-4.00002c.286-.286.7161-.37155 1.0898-.21677S12 7.59562 12 8.00009v2.58571zM12 12l.7071-.7071L15 9.00003l1-1V16l-1-1-2.2929-2.2929zm-2 3.0001 1 1V8.00009l-1 1L7.70711 11.293 7 12.0001l.70711.7071z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-backward-small-24.js.map