UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 498 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgSendPlaneLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m21.727 2.957-5.454 19.086c-.15.529-.475.553-.717.07L11 13 1.923 9.37c-.51-.205-.503-.51.034-.689L21.043 2.32c.529-.176.832.12.684.638m-2.692 2.14L6.812 9.17l5.637 2.255 3.04 6.08z" }) })); const Memo = memo(SvgSendPlaneLine); export default Memo;