@evg-b/evg-icons
Version:
material icons
19 lines (16 loc) • 642 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var PersonAddDisabled = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0V0z",
fill: "none"
}), /*#__PURE__*/React.createElement("circle", {
cx: "15",
cy: "8",
r: "4"
}), /*#__PURE__*/React.createElement("path", {
d: "M23 20v-2c0-2.3-4.1-3.7-6.9-3.9l6 5.9h.9zm-11.6-5.5C9.2 15.1 7 16.3 7 18v2h9.9l4 4 1.3-1.3-21-20.9L0 3.1l4 4V10H1v2h3v3h2v-3h2.9l2.5 2.5zM6 10v-.9l.9.9H6z"
})),
name: 'PersonAddDisabled'
});
export default PersonAddDisabled;