/* eslint-disable linebreak-style */ import React from 'react'; const bnbIcon = (fill: string, size: number, style?: React.CSSProperties) => ( ); export default bnbIcon;