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:
20
.github/workflows/jekyll.yml
vendored
20
.github/workflows/jekyll.yml
vendored
@@ -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"
|
@@ -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
12
src/_icons/dashboard.svg
Normal 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
10
src/_icons/lifebuoy.svg
Normal 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
9
src/_icons/package.svg
Normal 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>
|
7
src/_icons/phone-call.svg
Normal file
7
src/_icons/phone-call.svg
Normal 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>
|
6
src/_icons/toggle-left.svg
Normal file
6
src/_icons/toggle-left.svg
Normal 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>
|
6
src/_icons/toggle-right.svg
Normal file
6
src/_icons/toggle-right.svg
Normal 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>
|
Reference in New Issue
Block a user