Add color prop to "Additional Props" example (#783)

The additional props example previously had no props at all, this adds the color prop to solve that problem.

authored by jcleme and committed by GitHub bd8b6696 89baeeeb

Changed files
+1 -1
docs
packages
+1 -1
docs/packages/lucide-svelte.md
··· 35 35 import { Camera } from 'lucide-svelte' 36 36 </script> 37 37 38 - <Camera /> 38 + <Camera color="#ff3e98" /> 39 39 ``` 40 40 41 41 ### Available props