UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 373 B
import React from 'react'; export default function TableOfContentsIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-table-of-contents ${props.className}`} viewBox="0 0 24 24" > <path d="M3 9h14V7H3v2m0 4h14v-2H3v2m0 4h14v-2H3v2m16 0h2v-2h-2v2m0-10v2h2V7h-2m0 6h2v-2h-2v2z" /> </svg> ); }