import React from 'react' import { Icon, IconProps } from './Icon' export const RowSelect = (props: IconProps) => ( ) export default RowSelect