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 IconMaterialChatW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChatW100Filled', short_name: 'Chat', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7 13.35h6.025q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1H6.975q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1Zm0-3h10.025q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1H6.975q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1Zm0-3h10.025q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1H6.975q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1ZM3.3 17.7V4.8q0-.65.425-1.075Q4.15 3.3 4.8 3.3h14.4q.65 0 1.075.425.425.425.425 1.075v10.4q0 .65-.425 1.075-.425.425-1.075.425H6.1l-1.525 1.525q-.35.35-.812.162Q3.3 18.2 3.3 17.7Z" }) }))); }); IconMaterialChatW100Filled.displayName = 'AmauiIconMaterialChatW100Filled'; exports.default = IconMaterialChatW100Filled;