import React from 'react'; const Pdf = ({ fill = '#D7DBDF', width = 24, className = '', viewBox = '0 0 49 48' }) => ( ); export default Pdf;