import React from 'react' import { IconProps } from './types' export const IconSolidPlusSm = ({ size = '1em', ...props }: IconProps) => { return ( ) }