UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 720 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPentagonW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PentagonW100Filled", short_name: "Pentagon", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M302-146q-20 0-35.5-11T245-187L125-548q-6-19 0-38t23-30l298-208q16-11 34-11t34 11l298 208q17 11 23 30t0 38L715-187q-6 19-21.5 30T658-146H302Z" })); }); IconMaterialPentagonW100Filled.displayName = 'OnesyIconMaterialPentagonW100Filled'; export default IconMaterialPentagonW100Filled;