@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 889 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialStat0W100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Stat0W100",
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.84ZM503-337l120-120q9-9 9-23t-9-23L503-623q-9-9-23-9t-23 9L337-503q-9 9-9 23t9 23l120 120q9 9 23 9t23-9Zm-23-143Z"
}));
});
IconMaterialStat0W100.displayName = 'OnesyIconMaterialStat0W100';
export default IconMaterialStat0W100;