aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-09 23:42:33 +0100
committercodecalm <codecalm@gmail.com>2020-03-09 23:42:33 +0100
commit587748e3c998dedf23d273e3ce522a2ca46900e6 (patch)
tree37300a0d52b99d1f8e1eb7b79c3bcdeb55708f6b
parentjekyll build fix (diff)
downloadtabler-icons-587748e3c998dedf23d273e3ce522a2ca46900e6.tar.xz
toggle, phone fixes, box
-rw-r--r--.github/workflows/jekyll.yml20
-rw-r--r--package.json1
-rw-r--r--src/_icons/dashboard.svg12
-rw-r--r--src/_icons/lifebuoy.svg10
-rw-r--r--src/_icons/package.svg9
-rw-r--r--src/_icons/phone-call.svg7
-rw-r--r--src/_icons/phone-incoming.svg (renamed from src/_icons/call-incoming.svg)0
-rw-r--r--src/_icons/phone-outgoing.svg (renamed from src/_icons/call-outgoing.svg)0
-rw-r--r--src/_icons/phone-pause.svg (renamed from src/_icons/call-pause.svg)0
-rw-r--r--src/_icons/phone.svg (renamed from src/_icons/call.svg)0
-rw-r--r--src/_icons/toggle-left.svg6
-rw-r--r--src/_icons/toggle-right.svg6
12 files changed, 51 insertions, 20 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
deleted file mode 100644
index 5b2d4ea..0000000
--- a/.github/workflows/jekyll.yml
+++ /dev/null
@@ -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"
diff --git a/package.json b/package.json
index 510a4dc..fa23e08 100644
--- a/package.json
+++ b/package.json
@@ -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": "",
diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg
new file mode 100644
index 0000000..14d5b22
--- /dev/null
+++ b/src/_icons/dashboard.svg
@@ -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>
diff --git a/src/_icons/lifebuoy.svg b/src/_icons/lifebuoy.svg
new file mode 100644
index 0000000..b722b53
--- /dev/null
+++ b/src/_icons/lifebuoy.svg
@@ -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>
diff --git a/src/_icons/package.svg b/src/_icons/package.svg
new file mode 100644
index 0000000..d1446f8
--- /dev/null
+++ b/src/_icons/package.svg
@@ -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>
diff --git a/src/_icons/phone-call.svg b/src/_icons/phone-call.svg
new file mode 100644
index 0000000..2cfee3e
--- /dev/null
+++ b/src/_icons/phone-call.svg
@@ -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>
diff --git a/src/_icons/call-incoming.svg b/src/_icons/phone-incoming.svg
index 65cd290..65cd290 100644
--- a/src/_icons/call-incoming.svg
+++ b/src/_icons/phone-incoming.svg
diff --git a/src/_icons/call-outgoing.svg b/src/_icons/phone-outgoing.svg
index a9dcc5a..a9dcc5a 100644
--- a/src/_icons/call-outgoing.svg
+++ b/src/_icons/phone-outgoing.svg
diff --git a/src/_icons/call-pause.svg b/src/_icons/phone-pause.svg
index ede347c..ede347c 100644
--- a/src/_icons/call-pause.svg
+++ b/src/_icons/phone-pause.svg
diff --git a/src/_icons/call.svg b/src/_icons/phone.svg
index a538cfd..a538cfd 100644
--- a/src/_icons/call.svg
+++ b/src/_icons/phone.svg
diff --git a/src/_icons/toggle-left.svg b/src/_icons/toggle-left.svg
new file mode 100644
index 0000000..b93fa13
--- /dev/null
+++ b/src/_icons/toggle-left.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="8" cy="12" r="2" />
+ <rect x="2" y="6" width="20" height="12" rx="6" />
+</svg>
diff --git a/src/_icons/toggle-right.svg b/src/_icons/toggle-right.svg
new file mode 100644
index 0000000..7ab34b8
--- /dev/null
+++ b/src/_icons/toggle-right.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="16" cy="12" r="2" />
+ <rect x="2" y="6" width="20" height="12" rx="6" />
+</svg>