aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/icons/svg-paths
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Spinner componentArmand Philippot2023-10-241-1/+2
| | | | | | | * Message should be set as children * Default message is no longer available (depending on use case, the consumer might prefer aria-label instead) * It is now possible to define the message position
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-2423-0/+750
Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.