UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.13 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 IconMaterialMetroW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MetroW100', short_name: 'Metro', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-202v-537q0-20 14.5-34.5t34.77-14.5h21.53q15.2 0 28.2 9t18 23l191 505 189-503q6-16 19.56-25 13.56-9 30.35-9h16.14q21.95 0 37.45 15.51Q788-756.98 788-735v533q0 12.5-8.75 21.25T758-172q-12.5 0-21.25-8.75T728-202v-532L518-191q-3 8-10.3 13.5-7.31 5.5-16.44 5.5h-23.13q-9.13 0-16.63-5.5Q444-183 441-191L232-730v528q0 12.5-8.75 21.25T202-172q-12.5 0-21.25-8.75T172-202Z" }) }))); }); IconMaterialMetroW100.displayName = 'OnesyIconMaterialMetroW100'; exports.default = IconMaterialMetroW100;