@icongo/li
Version:
LibreICONS Icons
15 lines • 494 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiBack = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "green",
d: "M1 7.333 5.667 12V9.333c4.666-.666 6.666-4 7.333-7.333-1.667 2.333-4 3.4-7.333 3.4V2.667L1 7.333z"
})
}));
export { LIGuiBack };