@icongo/li
Version:
LibreICONS Icons
14 lines • 643 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiEmailSend = 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: "m3.179 9.393.02.114.476 2.599a.588.588 0 0 0 .895.388c.662-.427 1.527-.994 1.504-1.027L3.179 9.393Zm-1.694-3.69a.756.756 0 0 0-.174 1.315L3.76 8.801l8.7-6.845-7.693 7.579 3.349 2.436a.843.843 0 0 0 1.286-.391l3.582-9.804a.27.27 0 0 0-.35-.345L1.483 5.703Z"
})
}));
export { LIGuiEmailSend };