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

8 lines
367 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(React.Fragment, null, React.createElement("defs", null, React.createElement("path", {
id: "a",
d: "M0 0h24v24H0z"
})), React.createElement("path", {
d: "M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z"
})), 'LineWeight');