Gazebo_simulation-Frontend/node_modules/@material-ui/icons/esm/FormatItalicOutlined.js

5 lines
224 B
JavaScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4h-8z"
}), 'FormatItalicOutlined');