UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 542 B
import React from 'react'; export const ChatboxEllipsesOutline = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="M408 64H104a56.16 56.16 0 0 0-56 56v192a56.16 56.16 0 0 0 56 56h40v80l93.72-78.14a8 8 0 0 1 5.13-1.86H408a56.16 56.16 0 0 0 56-56V120a56.16 56.16 0 0 0-56-56Z" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <circle cx="160" cy="216" r="32"/> <circle cx="256" cy="216" r="32"/> <circle cx="352" cy="216" r="32"/> </svg>; };