@icongo/li
Version:
LibreICONS Icons
14 lines • 504 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiActionExport = 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", {
d: "M11.507 11.004c-1.662.06-2.662-.68-3.507-1.504 0 1.957 1.742 3.497 3.507 3.514V14L14 12.005l-2.493-1.994v.993z"
})
}));
export { LIGuiActionExport };