@nant-design/nant-icons
Version:
8 lines (6 loc) • 426 B
JSX
import React from 'react';
export const ChatboxOutline = (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"/>
</svg>;
};