1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

toggle, phone fixes, box

This commit is contained in:
codecalm
2020-03-09 23:42:33 +01:00
parent 7d642c6704
commit 587748e3c9
12 changed files with 51 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
name: Jekyll site CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --trace"

View File

@@ -13,6 +13,7 @@
"homepage": "https://github.com/tabler/tabler-icons#readme",
"main": "gulpfile.js",
"scripts": {
"optimize": "gulp optimize",
"build": "gulp optimize && gulp build && gulp icons-sprite"
},
"description": "",

12
src/_icons/dashboard.svg Normal file
View File

@@ -0,0 +1,12 @@
---
---
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="12" y1="3" x2="12" y2="5" />
<line x1="3" y1="12" x2="5" y2="12" />
<line x1="19" y1="12" x2="21" y2="12" />
<line x1="7" y1="7" x2="5.65" y2="5.65" />
<line x1="17" y1="7" x2="18.35" y2="5.65" />
<line x1="12" y1="9" x2="12" y2="15" />
<path d="M5.35 18a9 9 0 0113.3 0" />
</svg>

10
src/_icons/lifebuoy.svg Normal file
View File

@@ -0,0 +1,10 @@
---
---
<svg>
<circle cx="12" cy="12" r="4" />
<circle cx="12" cy="12" r="9" />
<line x1="15" y1="15" x2="18.35" y2="18.35" />
<line x1="9" y1="15" x2="5.65" y2="18.35" />
<line x1="5.65" y1="5.65" x2="9" y2="9" />
<line x1="18.35" y1="5.65" x2="15" y2="9" />
</svg>

9
src/_icons/package.svg Normal file
View File

@@ -0,0 +1,9 @@
---
---
<svg>
<polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" />
<line x1="12" y1="12" x2="20" y2="7.5" />
<line x1="12" y1="12" x2="12" y2="21" />
<line x1="12" y1="12" x2="4" y2="7.5" />
<line x1="16" y1="5.25" x2="8" y2="9.75" />
</svg>

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" />
<path d="M15 7a2 2 0 012 2" />
<path d="M15 3a6 6 0 016 6" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="8" cy="12" r="2" />
<rect x="2" y="6" width="20" height="12" rx="6" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="16" cy="12" r="2" />
<rect x="2" y="6" width="20" height="12" rx="6" />
</svg>