@icongo/li
Version:
LibreICONS Icons
15 lines • 509 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiEmailForward = 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: "M13 6.667 8.333 2v2.667C3.667 5.333 1.667 8.667 1 12c1.667-2.333 4-3.4 7.333-3.4v2.733L13 6.667z"
})
}));
export { LIGuiEmailForward };