UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 809 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStat0W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Stat0W100Filled", short_name: "Stat0", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M438.16-315.84 315.84-438.16Q307-447 303-458t-4-22q0-11 4-22t12.84-19.84l122.32-122.32Q447-653 458-657t22-4q11 0 22 4t19.84 12.84l122.32 122.32Q653-513 657-502t4 22q0 11-4 22t-12.84 19.84L521.84-315.84Q513-307 502-303t-22 4q-11 0-22-4t-19.84-12.84Z" })); }); IconMaterialStat0W100Filled.displayName = 'OnesyIconMaterialStat0W100Filled'; export default IconMaterialStat0W100Filled;