UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 900 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPriorityHighW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PriorityHighW100Filled", short_name: "PriorityHigh", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-232q-11.55 0-19.77-8.23Q452-248.45 452-260q0-11.55 8.23-19.77Q468.45-288 480-288q11.55 0 19.77 8.23Q508-271.55 508-260q0 11.55-8.23 19.77Q491.55-232 480-232Zm-.16-126q-5.84 0-9.84-4.11-4-4.12-4-9.89v-394q0-5.78 4.16-9.89t10-4.11q5.84 0 9.84 4.11t4 9.89v394q0 5.77-4.16 9.89-4.16 4.11-10 4.11Z" })); }); IconMaterialPriorityHighW100Filled.displayName = 'OnesyIconMaterialPriorityHighW100Filled'; export default IconMaterialPriorityHighW100Filled;