UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.26 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 IconMaterialEcoW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EcoW100', short_name: 'Eco', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M252-212.5q-38-38.5-59-87.72T172-402q0-53 20.5-106t65.5-98q71-71 201.5-87.5T700-706q12 2 21 6t15 10q6 6 8.5 14t3.5 18q2 54-.5 117t-13 123q-10.5 60-31 112.5T648-218q-44 45-95.5 65.5T449.74-132Q396-132 343-153q-53-21-91-59.5Zm54 8.5q32 22 70.5 33t73.5 11q46.68 0 92.34-18Q588-196 628-238q17.81-18 36.12-50.5t31.67-85q13.36-52.5 20.28-127Q723-575 720-678q-49-2-111.5-.5t-125 11Q421-658 366.5-639T280-588q-44 44-62 92.5T200-406q0 53 21.5 101t56.5 77q20-68 67.5-130.5T488-480q-68 59-113 123t-69 153Zm0 0Zm0 0Z" }) }))); }); IconMaterialEcoW100.displayName = 'OnesyIconMaterialEcoW100'; exports.default = IconMaterialEcoW100;