@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
7 lines • 399 B
JavaScript
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M15 17h2v-3h1v-2l-1-5H2l-1 5v2h1v6h9v-6h4v3zm-6 1H4v-4h5v4zM2 4h15v2H2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"
})), 'AddBusiness');