UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 979 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPodium = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Podium", short_name: "Podium", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M500-780q0 33-23.5 56.5T420-700q-13 0-24-3.5T374-715q-24 8-38.5 29T321-640h473q18 0 29.5 14t9.5 32l-28 200q-2 15-13.5 24.5T765-360H604v-80h127q5-30 8.5-60t8.5-60H212q5 30 8.5 60t8.5 60h127v80H195q-15 0-26.5-9.5T155-394l-28-200q-2-18 9.5-32t29.5-14h74q0-49 27-89t73-59q3-31 26-51.5t54-20.5q33 0 56.5 23.5T500-780ZM391-200h178l23-240H368l23 240Zm213 80H356q-16 0-26.5-10T317-156l-27-276q-4-35 20-61.5t59-26.5h222q35 0 59 26.5t20 61.5l-27 276q-2 16-12.5 26T604-120Z" })); }); IconMaterialPodium.displayName = 'OnesyIconMaterialPodium'; export default IconMaterialPodium;