mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Compare commits
6 Commits
github-act
...
table-icon
Author | SHA1 | Date | |
---|---|---|---|
![]() |
77df66991c | ||
![]() |
a7e39d665f | ||
![]() |
7da2950653 | ||
![]() |
d657e8aa56 | ||
![]() |
508003d9d3 | ||
![]() |
4f14641d5f |
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||||
|
13
icons/table.svg
Normal file
13
icons/table.svg
Normal 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 |
Reference in New Issue
Block a user