A pure html/css folder icon with a customisable aspect ratio and tab.
import { Folder } from '@marvelapp/ui';
<Box width={100}> <Folder color="orange" ratio={5 / 4} tabSize={9}></Folder> </Box>