@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
8 lines • 417 B
JavaScript
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
fillOpacity: ".36",
d: "M0 20h24v4H0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.5 17h2.25l1.12-3h6.25l1.12 3h2.25L13 3h-2L5.5 17zm8.88-5H9.62L12 5.67 14.38 12z"
})), 'FormatColorTextTwoTone');