import React from 'react'; const ImageLibraryIcon = ({ width = 24, height = 24, color = '#000' }) => ( ); export default ImageLibraryIcon;