UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 374 B
import React from 'react'; export default function TableChairIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-table-chair ${props.className}`} viewBox="0 0 24 24" > <path d="M12 22H6a2 2 0 0 1 2-2V8H2V5h14v3h-6v12a2 2 0 0 1 2 2M22 2v20h-2v-7h-5v7h-2v-8a2 2 0 0 1 2-2h5V2z" /> </svg> ); }