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

8 lines
507 B
JavaScript

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: "M11 8v5l4.25 2.52.77-1.28-3.52-2.09V8zm10 2V3l-2.64 2.64C16.74 4.01 14.49 3 12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9h-2c0 3.86-3.14 7-7 7s-7-3.14-7-7 3.14-7 7-7c1.93 0 3.68.79 4.95 2.05L14 10h7z"
})), 'UpdateSharp');