UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.39 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 IconMaterialSelfImprovementW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SelfImprovementW100Filled', short_name: 'SelfImprovement', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M272-196q-20 0-33-11t-13-31q0-14 8-23.5t20-14.5l172-68v-168q-73 86-127 122t-129 48q-6 1-11-3t-5-10q0-7 4.5-11t11.5-5q54-8 103-36.5t91-76.5l54-62q8-9 19-14.5t23-5.5h40q12 0 23 5.5t19 14.5l54 62q42 48 91 76.5T790-371q7 1 11.5 5t4.5 11q0 6-5 10t-11 3q-75-12-129-48T534-512v168l172 68q12 5 20 14.5t8 23.5q0 20-13 31t-33 11H400v-2q0-23 12.5-35.5T448-246h132q9 0 14.5-5.5T600-266q0-9-5.5-14.5T580-286H448q-39 0-63.5 24.5T360-198v2h-88Zm208-430q-27 0-45.5-18.5T416-690q0-27 18.5-45.5T480-754q27 0 45.5 18.5T544-690q0 27-18.5 45.5T480-626Z" }) }))); }); IconMaterialSelfImprovementW100Filled.displayName = 'OnesyIconMaterialSelfImprovementW100Filled'; exports.default = IconMaterialSelfImprovementW100Filled;