UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialBrandingWatermarkW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BrandingWatermarkW100Filled', short_name: 'BrandingWatermark', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.4 16.35h6.2q.325 0 .538-.213.212-.212.212-.537v-4.1q0-.325-.212-.538-.213-.212-.538-.212h-6.2q-.325 0-.537.212-.213.213-.213.538v4.1q0 .325.213.537.212.213.537.213ZM4.8 18.7q-.65 0-1.075-.425Q3.3 17.85 3.3 17.2V6.8q0-.65.425-1.075Q4.15 5.3 4.8 5.3h14.4q.65 0 1.075.425.425.425.425 1.075v10.4q0 .65-.425 1.075-.425.425-1.075.425Z" }) }))); }); IconMaterialBrandingWatermarkW100Filled.displayName = 'AmauiIconMaterialBrandingWatermarkW100Filled'; exports.default = IconMaterialBrandingWatermarkW100Filled;