@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
5 lines • 330 B
JavaScript
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement("path", {
d: "M6.83 4l8 8H20v2h-3.17L22 19.17V4zM1.04 3.87l.96.96V20h15.17l2.96 2.96 1.41-1.41L2.45 2.45 1.04 3.87zM4 12h4v2H4v-2zm0 4h9.17l.83.83V18H4v-2z"
}), 'SubtitlesOffSharp');