@icongo/mc
Version:
Micon Icons
13 lines • 921 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlNearbySharing = 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: "m1024 512 512 512-512 512v-256q-209 0-404.5 65T256 1536q0-106 27.5-204t77.5-183.5T481 993t155.5-120T820 795.5t204-27.5V512zm128 384h-128q-96 0-185 27t-165.5 77-137 121-99.5 158q139-63 287-95t300-32h128v75l203-203-203-203v75zm0 768 128-128v384H0V896h128v896h1024v-128zM1024 256q106 0 204.5 27.5T1412 361t155 120 120 155 77.5 183.5T1792 1024h-128q0-88-23-170t-64.5-153-100-129.5-129.5-100-153-64.5-170-23V256zm0-256q141 0 272 36.5t245 103 207.5 160 160 207.5 103 245 36.5 272h-128q0-123-32-237.5t-90.5-214T1657 391t-181.5-140.5-214-90.5-237.5-32V0z"
})
}));
export { MCMdlNearbySharing };