UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.27 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("@amaui/ui-react"); const IconMaterialApi = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Api', short_name: 'Api', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m9.875 8.125-2.5-2.5 3.2-3.2q.3-.3.675-.45.375-.15.75-.15t.75.15q.375.15.675.45l3.2 3.2-2.5 2.5L12 6Zm-4.25 8.5-3.2-3.2q-.3-.3-.45-.675-.15-.375-.15-.75t.15-.75q.15-.375.45-.675l3.2-3.2 2.5 2.5L6 12l2.125 2.125Zm12.75 0-2.5-2.5L18 12l-2.125-2.125 2.5-2.5 3.2 3.2q.3.3.45.675.15.375.15.75t-.15.75q-.15.375-.45.675ZM12 22.175q-.375 0-.75-.15t-.675-.45l-3.2-3.2 2.5-2.5L12 18l2.125-2.125 2.5 2.5-3.2 3.2q-.3.3-.675.45-.375.15-.75.15ZM13.425 12q0 .575-.425 1-.425.425-1 .425T11 13q-.425-.425-.425-1T11 11q.425-.425 1-.425T13 11q.425.425.425 1Z" }) }))); }); IconMaterialApi.displayName = 'AmauiIconMaterialApi'; exports.default = IconMaterialApi;