UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.37 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 IconMaterialForestW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ForestW100Filled', short_name: 'Forest', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M572-162v-102h56v106q0 11.05-7.47 18.52Q613.05-132 602-132q-12.75 0-21.37-8.63Q572-149.25 572-162Zm-240 0v-130H154q-18.26 0-26.63-16-8.37-16 1.63-31l129-193h-20q-18 0-27-16t2-31l122-176q5-7 11.75-10t13.5-3q6.75 0 13.25 3t11.5 10l122 176q11 15 2 31t-27 16h-20l129 193q10 15 1.63 31-8.37 16-26.63 16H388v134q0 11.05-7.48 18.52Q373.05-132 362-132q-12.75 0-21.37-8.63Q332-149.25 332-162Zm323-130L514-504h22q18.38 0 27.19-16 8.81-16-2.19-31l-64-91 78-113q5-7 11.75-10t13.5-3q6.75 0 13.25 3t11.5 10l122 176q11 15 2 31t-27 16h-20l129 193q10 15 1.63 31-8.37 16-26.63 16H655Z" }) }))); }); IconMaterialForestW100Filled.displayName = 'OnesyIconMaterialForestW100Filled'; exports.default = IconMaterialForestW100Filled;