UNPKG

@material-ui/icons

Version:

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

8 lines 420 B
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 20h24v4H0v-4z" }), /*#__PURE__*/React.createElement("path", { d: "M11 3L5.5 17h2.25l1.12-3h6.25l1.12 3h2.25L13 3h-2zm-1.38 9L12 5.67 14.38 12H9.62z" })), 'FormatColorTextOutlined');