@icongo/mc
Version:
Micon Icons
13 lines • 504 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMobBluetooth = 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: "m1499 640-321 320 321 320-475 475v-640l-256 256-91-91 321-320-321-320 91-91 256 256V165zm-347-165v330l165-165zm165 805-165-165v330z"
})
}));
export { MCMdlMobBluetooth };