@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
10 lines • 529 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: "M7 3h10v1H7zM7 20h10v1H7z",
opacity: ".3"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 4V3h10v1H7zm0 14V6h10v12H7zm0 3v-1h10v1H7z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 7H8v2h8V7z"
})), 'AdUnitsTwoTone');