import { rem } from '@mantine/core'; interface Props { size?: number | string; } function IconDrawio({ size }: Props) { return ( ); } export default IconDrawio;