aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/icons/svg-paths/icons-paths/cc-by-sa-icon-paths.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Copyright componentArmand Philippot2023-11-111-8/+11
| | | | | | | | | * remove `icon` prop (it is confusing because a copyright should have the copyright symbol, the license is not part of the copyright) * reorganize copyright informations I also updated the CC BY SA icon because the elements was in the wrong order.
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-0/+20
Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.