@icongo/mc
Version:
Micon Icons
13 lines • 852 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlTapAndSend = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M2048 1024v1024H1024v-512h128v384h768v-768h-165l82 83-90 90-237-237 237-237 90 90-82 83h293zm-640 0q0 80-30 149.5t-82.5 122T1173 1378t-149 30q-80 0-149.5-30t-122-82.5-82.5-122-30-149.5q0-79 30-149t82.5-122.5 122-82.5 149.5-30q79 0 149 30t122.5 82.5T1378 875t30 149zm-640 0q0 53 20 99.5t55 81.5 81.5 55 99.5 20 99.5-20 81.5-55 55-81.5 20-99.5-20-99.5-55-81.5-81.5-55-99.5-20-99.5 20-81.5 55-55 81.5-20 99.5zM301 723l237 237-237 237-90-90 82-83H0V0h1024v512H896V128H128v768h165l-82-83z"
})
}));
export { MCMdlTapAndSend };