import * as React from 'react'; import classNames from 'classnames'; import AccessibleSVG from '../accessible-svg'; import { bdlGray50 } from '../../styles/variables'; import { Icon } from '../iconTypes'; const IconCollectionsStarFilled = ({ className = '', color = bdlGray50, height = 16, title, width = 16 }: Icon) => ( ); export default IconCollectionsStarFilled;