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