Skip to content

Commit

Permalink
Add sparkles icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SjaakSchilperoort committed Jun 25, 2024
1 parent 4b2dcf7 commit f2d9927
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@observation.org/react-native-components",
"version": "1.37.0",
"version": "1.38.0",
"main": "src/index.ts",
"repository": "[email protected]:observation/react-native-components.git",
"author": "Observation.org",
Expand Down
4 changes: 4 additions & 0 deletions src/lib/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import { faShareNodes as faShareNodesLight } from '@fortawesome/pro-light-svg-ic
import { faShield as faShieldLight } from '@fortawesome/pro-light-svg-icons/faShield'
import { faShieldCheck as faShieldCheckLight } from '@fortawesome/pro-light-svg-icons/faShieldCheck'
import { faSlidersH as faSlidersHLight } from '@fortawesome/pro-light-svg-icons/faSlidersH'
import { faSparkles as faSparklesLight } from '@fortawesome/pro-light-svg-icons/faSparkles'
import { faSquare as faSquareLight } from '@fortawesome/pro-light-svg-icons/faSquare'
import { faStars as faStarsLight } from '@fortawesome/pro-light-svg-icons/faStars'
import { faSwatchbook as faSwatchbookLight } from '@fortawesome/pro-light-svg-icons/faSwatchbook'
Expand Down Expand Up @@ -165,6 +166,7 @@ import { faShareNodes as faShareNodesSolid } from '@fortawesome/pro-solid-svg-ic
import { faShield as faShieldSolid } from '@fortawesome/pro-solid-svg-icons/faShield'
import { faShieldCheck as faShieldCheckSolid } from '@fortawesome/pro-solid-svg-icons/faShieldCheck'
import { faSlidersH as faSlidersHSolid } from '@fortawesome/pro-solid-svg-icons/faSlidersH'
import { faSparkles as faSparklesSolid } from '@fortawesome/pro-solid-svg-icons/faSparkles'
import { faSquare as faSquareSolid } from '@fortawesome/pro-solid-svg-icons/faSquare'
import { faStars as faStarsSolid } from '@fortawesome/pro-solid-svg-icons/faStars'
import { faSwatchbook as faSwatchbookSolid } from '@fortawesome/pro-solid-svg-icons/faSwatchbook'
Expand Down Expand Up @@ -261,6 +263,7 @@ type IconName = Extract<
| 'shield-check'
| 'sliders-h'
| 'square'
| 'sparkles'
| 'stars'
| 'swatchbook'
| 'tally'
Expand Down Expand Up @@ -355,6 +358,7 @@ const icons: { [key in IconName]: { light: IconDefinition; solid: IconDefinition
shield: { light: faShieldLight, solid: faShieldSolid },
'shield-check': { light: faShieldCheckLight, solid: faShieldCheckSolid },
'sliders-h': { light: faSlidersHLight, solid: faSlidersHSolid },
sparkles: { light: faSparklesLight, solid: faSparklesSolid },
square: { light: faSquareLight, solid: faSquareSolid },
stars: { light: faStarsLight, solid: faStarsSolid },
swatchbook: { light: faSwatchbookLight, solid: faSwatchbookSolid },
Expand Down

0 comments on commit f2d9927

Please sign in to comment.