UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.04 kB
"use strict"; 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 IconMaterialStat0W100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Stat0W100Filled', short_name: 'Stat0', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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'; exports.default = IconMaterialStat0W100Filled;