UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.11 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 IconMaterialApiW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ApiW100', short_name: 'Api', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m480-400-80-80 80-80 80 80-80 80Zm-85-217-58-58 101-101q9-9 20-13t22-4q11 0 22 4t20 13l101 101-58 58-85-85-85 85ZM285-337 184-438q-9-9-13-20t-4-22q0-11 4-22t13-20l101-101 58 58-85 85 85 85-58 58Zm390 0-58-58 85-85-85-85 58-58 101 101q9 9 13 20t4 22q0 11-4 22t-13 20L675-337ZM438-184 337-285l58-58 85 85 85-85 58 58-101 101q-9 9-20 13t-22 4q-11 0-22-4t-20-13Z" }) }))); }); IconMaterialApiW100.displayName = 'OnesyIconMaterialApiW100'; exports.default = IconMaterialApiW100;