UNPKG

@navinc/base-react-components

Version:
5 lines 668 B
import { jsx as _jsx } from "react/jsx-runtime"; // downloaded from https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Achat%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4024 const Chat = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:chat" }, props, { viewBox: "0 -960 960 960", children: _jsx("path", { d: "M240-400h320v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z" }) }))); export default Chat; //# sourceMappingURL=chat.js.map