@icongo/mc
Version:
Micon Icons
13 lines • 956 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlAddFriend = 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 1664v128h-256v256h-128v-256h-256v-128h256v-256h128v256h256zM1040 946q95 36 176.5 95t144.5 135.5 105 168 59 191.5h-130q-23-112-81-206t-141.5-162-187-106-217.5-38q-88 0-170 23t-153 64.5-129.5 100-100 129.5-64.5 153-23 170H0q0-120 35.5-231T136 1228t156.5-167T496 946q-113-74-176.5-186T256 512q0-106 40-199.5t109.5-163T568.5 40 768 0t199.5 40 163 109.5 109.5 163 40 199.5q0 66-16.5 129T1216 760t-75.5 103.5T1040 946zM384 512q0 80 30 149.5t82.5 122 122 82.5T768 896q79 0 149-30t122.5-82.5 82.5-122 30-149.5q0-79-30-149t-82.5-122.5T917 158t-149-30q-80 0-149.5 30t-122 82.5T414 363t-30 149z"
})
}));
export { MCMdlAddFriend };