UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

10 lines 562 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M4 4v13.17L5.17 16H15v-6h5V4z", opacity: ".3" }), /*#__PURE__*/React.createElement("path", { d: "M5.17 16L4 17.17V4h16v6h2V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9v-2H5.17z" }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", { d: "M19 23l3.5-7h-2.2l1.7-4h-5v6h2z" }))), 'QuickreplyTwoTone');