spaceout/front_end/node_modules/@material-ui/icons/esm/FormatUnderlinedTwoTone.js
2020-12-12 10:25:30 -05:00

5 lines
298 B
JavaScript

import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement("path", {
d: "M5 19h14v2H5zM6 3v8c0 3.31 2.69 6 6 6s6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6z"
}), 'FormatUnderlinedTwoTone');