import * as React from 'react'; const Library = ({ width, height, color }) => ( ); export default Library;