import React from 'react'; import { IIcon } from './index'; export const IconBuffini: React.FC = (props) => { const { className = '', color = '', size = '', strokeWidth = 2, ...otherProps } = props; return ( Buffini Icon ); };