import * as React from 'react'; const PrintIcon: React.FC<{ className?: string, title?: string }> = ({ className, title }) => ( {title} Created with Sketch Beta. ); export default PrintIcon;