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