@nant-design/nant-icons
Version:
8 lines (6 loc) • 485 B
JSX
import React from 'react';
export const ChatboxEllipses = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M408 48H104a72.08 72.08 0 0 0-72 72v192a72.08 72.08 0 0 0 72 72h24v64a16 16 0 0 0 26.25 12.29L245.74 384H408a72.08 72.08 0 0 0 72-72V120a72.08 72.08 0 0 0-72-72ZM160 248a32 32 0 1 1 32-32 32 32 0 0 1-32 32Zm96 0a32 32 0 1 1 32-32 32 32 0 0 1-32 32Zm96 0a32 32 0 1 1 32-32 32 32 0 0 1-32 32Z"/>
</svg>;
};