UNPKG

@evg-b/evg-icons

Version:

material icons

19 lines (16 loc) 486 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var PriorityHigh = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("circle", { cx: "12", cy: "19", r: "2" }), /*#__PURE__*/React.createElement("path", { d: "M10 3h4v12h-4z" })), name: 'PriorityHigh' }); export default PriorityHigh;