svelte-feather-icons icon indicating copy to clipboard operation
svelte-feather-icons copied to clipboard

Results 10 svelte-feather-icons issues
Sort by recently updated
recently updated
newest added

I wanted to add a title to icon but couldn't since props weren't passed. Can open a pr if this feature is welcome.

After updating `svelte-feather-icons` to 3.5.1, I'm getting the following error when running `jest`: ``` ● › Should render all props without sale TypeError: Cannot read property '$$' of undefined at...

So, after using these icons for a long time and not realising why my Sapper build was slow (about 2 minutes) I decided to do some logging. Turns out that...

The required Svelte dependency isn't correctly used: it should be installed as a dev _and_ a peer dependency, not as a regular dependency. With the current state of your repo,...

I'm using a Bootstrap template that I bought and it has some decimal size for regular feather icons. The way they did it was to set the width and the...

Hi - thanks for this library! I noticed that the build wasn't able to run on the latest version of node at time of writing but this seems to work....

![image](https://user-images.githubusercontent.com/43886029/203111279-f634197e-3f9b-4012-9486-7220688cfd32.png)

Since today, [svelte-check](https://npmjs.com/svelte-check) fails when using `svelte-feather-icons`. I created a minimal repository [here](https://github.com/Paultje52/svelte-feather-icons-bug/actions/runs/8342746411/job/22831570431) to reproduce the bug. You can also download the code [here](https://github.com/dylanblokhuis/svelte-feather-icons/files/14650483/svelte-feather-icons-bug-master.zip). ```html /home/runner/work/abc/abc/src/routes/+page.svelte:10:2 Error: Argument of type...

See issue https://github.com/dylanblokhuis/svelte-feather-icons/issues/26. Typescript and svelte-check complain when using `SvelteComponentTyped` instead of `SvelteComponent`, probably related to the [deprecation of the former](https://svelte.dev/docs/v4-migration-guide#sveltecomponenttyped-is-deprecated). This PR changes the build script to use `SvelteComponent`.