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

9 lines
348 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("circle", {
cx: "12",
cy: "19",
r: "2"
}), React.createElement("path", {
d: "M12 3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2z"
})), 'PriorityHighRounded');