feat: refactored and added some stuff

This commit is contained in:
Nick 2024-12-14 23:59:50 -06:00
parent 38892eb748
commit c619757eff
27 changed files with 58 additions and 25 deletions

View file

@ -855,11 +855,10 @@ circleDots inner =
, SvgAttr.fill "currentColor"
]
, svg =
[ path
[ SvgAttr.d "M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"
]
[]
[ path
[ SvgAttr.d "M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"
]
[] ]
}