@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 967 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPodiumFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PodiumFilled",
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-360h-72l7-69q5-49-27.5-85T591-550H369q-49 0-81.5 36T260-429l7 69h-72q-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-780ZM384-150h192q16 0 27-10t13-26l24-249q2-22-12-38.5T591-490H369q-23 0-37 16.5T320-435l24 249q2 16 13 26t27 10Z"
}));
});
IconMaterialPodiumFilled.displayName = 'OnesyIconMaterialPodiumFilled';
export default IconMaterialPodiumFilled;