Gazebo_simulation-Frontend/node_modules/@material-ui/icons/esm/FormatStrikethrough.js
2020-12-21 10:29:31 -05:00

5 lines
226 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M10 19h4v-3h-4v3zM5 4v3h5v3h4V7h5V4H5zM3 14h18v-2H3v2z"
}), 'FormatStrikethrough');