UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 737 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStat0 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Stat0", short_name: "Stat0", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M423-257 257-423q-12-12-18-27t-6-30q0-15 6-30t18-27l166-166q12-12 27-18t30-6q15 0 30 6t27 18l166 166q12 12 18 27t6 30q0 15-6 30t-18 27L537-257q-12 12-27 18t-30 6q-15 0-30-6t-27-18Zm57-57 166-166-166-166-166 166 166 166Zm0-166Z" })); }); IconMaterialStat0.displayName = 'OnesyIconMaterialStat0'; export default IconMaterialStat0;