import React from 'react'; function PDFIcon({styling, text, onClickFunc}) { return (
); } export default PDFIcon;