import React from 'react' import { BaseIcon, BaseIconDefaultProps, Icon } from '../_utils/icon' export const AloneInTheBackIcon = (props: Icon) => ( ) AloneInTheBackIcon.defaultProps = BaseIconDefaultProps