UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 911 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPlannerReview = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PlannerReview", short_name: "PlannerReview", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m208-320 106-490q3-14 13.5-22t24.5-8h17q14 0 24.5 8.5T407-809l115 541 71-302q3-13 13.5-21.5T631-600h19q14 0 24 8t13 21l65 251h88q17 0 28.5 11.5T880-280q0 17-11.5 28.5T840-240H721q-14 0-24.5-8T682-270l-40-158-75 318q-3 14-13.5 22T529-80h-17q-14 0-25-8.5T473-111L360-642l-81 371q-3 14-14 22.5t-25 8.5H120q-17 0-28.5-11.5T80-280q0-17 11.5-28.5T120-320h88Z" })); }); IconMaterialPlannerReview.displayName = 'OnesyIconMaterialPlannerReview'; export default IconMaterialPlannerReview;