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

5 lines
240 B
JavaScript

import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement("path", {
d: "M16 13h-3V3h-2v10H8l4 4 4-4zM4 19v2h16v-2H4z"
}), 'VerticalAlignBottomSharp');