import { createIcon } from '../lib/create-icon' const SvgPositiveStateIcon = createIcon(props => { return ( ) }) export default SvgPositiveStateIcon