Skip to content

Commit

Permalink
feat(chore): generate sprite from svg folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car committed Sep 19, 2024
1 parent 6ce0132 commit ed1f1d2
Show file tree
Hide file tree
Showing 123 changed files with 1,252 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/update-sprites.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { Meta } from '@storybook/blocks';

<Meta title="Développement/Mis à jour du sprite.svg" />

# Mise à jour du Sprites SVG

## Récupération des nouveaux svg flat ( pas de téléchargement via Figma ou autre outils )

Ensuite générer le `pix-sprite.svg`

```shell
npm run svg:generate-sprite
```

Effectuer le re-mapping des icons dans le composant `helpers/icons.js` si besoin.
Loading

0 comments on commit ed1f1d2

Please sign in to comment.