aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/icons/svg-paths/svg-paths.tsx
Commit message (Collapse)AuthorAgeFilesLines
* build: improve bundle sizeArmand Philippot2023-12-201-18/+59
| | | | | | | | | * add `sideEffects` in package.json to activate tree shaking for barrel files * use dynamic imports on social links and icons * resize social media images * resize large project image (demo apcom) * resize website logo
* feat(components): add a Help icon shapeArmand Philippot2023-11-111-0/+4
|
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-0/+82
Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.