UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialChatW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ChatW100", short_name: "Chat", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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.7Zm.7.1L5.8 16h13.4q.35 0 .575-.225Q20 15.55 20 15.2V4.8q0-.35-.225-.575Q19.55 4 19.2 4H4.8q-.35 0-.575.225Q4 4.45 4 4.8Zm0-13V4v13.8Z" })); }); IconMaterialChatW100.displayName = 'AmauiIconMaterialChatW100'; export default IconMaterialChatW100;