UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 408 B
import React from 'react'; export default function ImageAlbumIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-image-album ${props.className}`} viewBox="0 0 24 24" > <path d="M6 19l3-3.86 2.14 2.58 3-3.86L18 19H6M6 4h5v8l-2.5-1.5L6 12M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z" /> </svg> ); }