Compare commits

..

9 Commits

Author SHA1 Message Date
db2364f996 Related Projects: Add figma-feather (#1160)
Co-authored-by: Cole Bemis <colebemis@github.com>
2023-03-21 14:11:27 -06:00
3a07390450 Related Projects: add qwik-feather-icons (#1171)
Co-authored-by: Eduardo García Maleta <57372721+yeyon@users.noreply.github.com>
Co-authored-by: Cole Bemis <colebemis@github.com>
2023-03-21 14:09:53 -06:00
7395097bac Add related project (#1195)
Add [astro-feather](https://github.com/gabrlyg/astro-feather) to the list of related projects.
2023-03-21 14:07:52 -06:00
c381800c96 Add Feather viewer (#1196)
🙂
2023-03-21 14:07:06 -06:00
f81cd40fdc feat: Add table icon (#1138) 2022-03-29 16:37:37 -07:00
a7e39d665f Update GITHUB_TOKEN permissions 2022-03-29 16:30:25 -07:00
7da2950653 Remove GITHUB_TOKEN env variable 2022-03-29 16:23:24 -07:00
d657e8aa56 Add env variables 2022-03-29 16:15:31 -07:00
508003d9d3 chore: Add ci.yml workflow 2022-03-29 16:07:02 -07:00
3 changed files with 20 additions and 0 deletions

View File

@ -17,3 +17,6 @@ jobs:
- name: Release - name: Release
if: github.ref_name == 'master' if: github.ref_name == 'master'
run: npx semantic-release run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -390,6 +390,7 @@ Caught a mistake or want to contribute to the documentation? [Edit this page on
## Related Projects ## Related Projects
- [feathericons.dev](http://feathericons.dev) - Feather viewer featuring [30+ brand icons](https://feathericons.dev/?iconset=brands) and [40+ payment services icons](https://feathericons.dev/?iconset=payments)
- [angular-feather](https://github.com/michaelbazos/angular-feather) - Feather icons for Angular applications - [angular-feather](https://github.com/michaelbazos/angular-feather) - Feather icons for Angular applications
- [elm-feather](https://github.com/1602/elm-feather) - Feather icons for Elm applications - [elm-feather](https://github.com/1602/elm-feather) - Feather icons for Elm applications
- [react-feather](https://github.com/carmelopullara/react-feather) - Feather icons as React components - [react-feather](https://github.com/carmelopullara/react-feather) - Feather icons as React components
@ -400,6 +401,9 @@ Caught a mistake or want to contribute to the documentation? [Edit this page on
- [django-feather](https://pypi.org/project/django-feather/) - Feather icons as Django Template Tag - [django-feather](https://pypi.org/project/django-feather/) - Feather icons as Django Template Tag
- [svelte-feather-icons](https://github.com/dylanblokhuis/svelte-feather-icons) - Feather icons as Svelte components - [svelte-feather-icons](https://github.com/dylanblokhuis/svelte-feather-icons) - Feather icons as Svelte components
- [gulp-feather](https://github.com/oToToT/gulp-feather) - Feather icons renderng using gulp - [gulp-feather](https://github.com/oToToT/gulp-feather) - Feather icons renderng using gulp
- [astro-feather](https://github.com/gabrlyg/astro-feather) - Feather icons as Astro components
- [qwik-feather-icons](https://github.com/yeyon/qwik-feather-icons) - Feather icons for Qwik, the Resumable Framework
- [figma-feather](https://github.com/kevintoepfer/figma-feather) Feather icons as a Figma component
## License ## License

13
icons/table.svg Normal file
View File

@ -0,0 +1,13 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" />
</svg>

After

Width:  |  Height:  |  Size: 329 B