@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.2 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPodiumFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PodiumFilled', short_name: 'Podium', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialPodiumFilled;
;