diff options
author | codecalm <codecalm@gmail.com> | 2021-12-25 22:02:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-12-25 22:02:57 +0100 |
commit | 747c29430917368dbb8ac0ef03873fa525a2055e (patch) | |
tree | 53d3d80e34105b861d4e2af04d5070bd6afc32e8 /icons | |
parent | Release 1.48.0 (diff) | |
download | tabler-icons-747c29430917368dbb8ac0ef03873fa525a2055e.tar.xz |
18 new icons: `brand-meta`, `circle-dot`, `clipboard-plus`, `creative-commons`, `exclamation-mark`, `face-mask`, `free-rights`, `git-pull-request-draft`, `kering`, `no-copyright`, `no-creative-commons`, `no-derivatives`, `player-eject`, `premium-rights`, `quote`, `refresh-dot`, `tag-off`, `tags-off`
Fixed icons: `copyleft`, `copyright`, `registered`, `copyleft`, `copyright`, `heading`, `registered`
Diffstat (limited to 'icons')
-rw-r--r-- | icons/brand-meta.svg | 6 | ||||
-rw-r--r-- | icons/circle-dot.svg | 6 | ||||
-rw-r--r-- | icons/copyleft.svg | 11 | ||||
-rw-r--r-- | icons/copyright.svg | 11 | ||||
-rw-r--r-- | icons/creative-commons.svg | 7 | ||||
-rw-r--r-- | icons/exclamation-mark.svg | 6 | ||||
-rw-r--r-- | icons/free-rights.svg | 10 | ||||
-rw-r--r-- | icons/git-pull-request-draft.svg | 10 | ||||
-rw-r--r-- | icons/no-copyright.svg | 8 | ||||
-rw-r--r-- | icons/no-creative-commons.svg | 9 | ||||
-rw-r--r-- | icons/no-derivatives.svg | 7 | ||||
-rw-r--r-- | icons/premium-rights.svg | 8 | ||||
-rw-r--r-- | icons/refresh-dot.svg | 7 | ||||
-rw-r--r-- | icons/registered.svg | 12 |
14 files changed, 100 insertions, 18 deletions
diff --git a/icons/brand-meta.svg b/icons/brand-meta.svg new file mode 100644 index 00000000..b69ea55f --- /dev/null +++ b/icons/brand-meta.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 10.174C13.766 7.39 15.315 6 16.648 6c2 0 3.263 2.213 4 5.217.704 2.869.5 6.783-2 6.783-1.114 0-2.648-1.565-4.148-3.652a27.627 27.627 0 0 1-2.5-4.174z"/> + <path d="M12 10.174C10.234 7.39 8.685 6 7.352 6c-2 0-3.263 2.213-4 5.217-.704 2.869-.5 6.783 2 6.783C6.466 18 8 16.435 9.5 14.348c1-1.391 1.833-2.783 2.5-4.174z"/> +</svg> diff --git a/icons/circle-dot.svg b/icons/circle-dot.svg new file mode 100644 index 00000000..6a054d2c --- /dev/null +++ b/icons/circle-dot.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="1"/> + <circle cx="12" cy="12" r="9"/> +</svg> diff --git a/icons/copyleft.svg b/icons/copyleft.svg index 1e4e718b..043d9e7d 100644 --- a/icons/copyleft.svg +++ b/icons/copyleft.svg @@ -1,7 +1,6 @@ -<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copyleft" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path stroke="none" d="M0 0h24v24H0z" fill="none"/> - <circle cx="12" cy="12" r="9" /> - <path d="M9.5 9a3.5 4 0 1 1 0 6" /> +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M10 9.75a3.016 3.016 0 0 1 4.163.173 2.993 2.993 0 0 1 0 4.154A3.016 3.016 0 0 1 10 14.25"/> </svg> - - diff --git a/icons/copyright.svg b/icons/copyright.svg index 1e06854f..f6598aa5 100644 --- a/icons/copyright.svg +++ b/icons/copyright.svg @@ -1,7 +1,6 @@ -<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copyright" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path stroke="none" d="M0 0h24v24H0z" fill="none"/> - <circle cx="12" cy="12" r="9" /> - <path d="M14.5 9a3.5 4 0 1 0 0 6" /> +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M14 9.75a3.016 3.016 0 0 0-4.163.173 2.993 2.993 0 0 0 0 4.154A3.016 3.016 0 0 0 14 14.25"/> </svg> - - diff --git a/icons/creative-commons.svg b/icons/creative-commons.svg new file mode 100644 index 00000000..44bef2f5 --- /dev/null +++ b/icons/creative-commons.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M10.5 10.5c-.847-.71-2.132-.658-2.914.116a1.928 1.928 0 0 0 0 2.768c.782.774 2.067.825 2.914.116"/> + <path d="M16.5 10.5c-.847-.71-2.132-.658-2.914.116a1.928 1.928 0 0 0 0 2.768c.782.774 2.067.825 2.914.116"/> +</svg> diff --git a/icons/exclamation-mark.svg b/icons/exclamation-mark.svg new file mode 100644 index 00000000..fab0f675 --- /dev/null +++ b/icons/exclamation-mark.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 19v.01"/> + <path d="M12 15V5"/> +</svg> diff --git a/icons/free-rights.svg b/icons/free-rights.svg new file mode 100644 index 00000000..cf5ef9d1 --- /dev/null +++ b/icons/free-rights.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M13.867 9.75c-.246-.48-.708-.769-1.2-.75h-1.334C10.597 9 10 9.67 10 10.5c0 .827.597 1.499 1.333 1.499h1.334c.736 0 1.333.671 1.333 1.5 0 .828-.597 1.499-1.333 1.499h-1.334c-.492.019-.954-.27-1.2-.75"/> + <path d="M12 7v2"/> + <path d="M12 15v2"/> + <path d="M6 6l1.5 1.5"/> + <path d="M16.5 16.5L18 18"/> +</svg> diff --git a/icons/git-pull-request-draft.svg b/icons/git-pull-request-draft.svg new file mode 100644 index 00000000..7d8f69b1 --- /dev/null +++ b/icons/git-pull-request-draft.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="6" cy="18" r="2"/> + <circle cx="6" cy="6" r="2"/> + <circle cx="18" cy="18" r="2"/> + <path d="M6 8v8"/> + <path d="M18 11h.01"/> + <path d="M18 6h.01"/> +</svg> diff --git a/icons/no-copyright.svg b/icons/no-copyright.svg new file mode 100644 index 00000000..02574313 --- /dev/null +++ b/icons/no-copyright.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M14 9.75a3.016 3.016 0 0 0-4.163.173 2.993 2.993 0 0 0 0 4.154A3.016 3.016 0 0 0 14 14.25"/> + <path d="M6 6l1.5 1.5"/> + <path d="M16.5 16.5L18 18"/> +</svg> diff --git a/icons/no-creative-commons.svg b/icons/no-creative-commons.svg new file mode 100644 index 00000000..0e475932 --- /dev/null +++ b/icons/no-creative-commons.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M10.5 10.5c-.847-.71-2.132-.658-2.914.116a1.928 1.928 0 0 0 0 2.768c.782.774 2.067.825 2.914.116"/> + <path d="M16.5 10.5c-.847-.71-2.132-.658-2.914.116a1.928 1.928 0 0 0 0 2.768c.782.774 2.067.825 2.914.116"/> + <path d="M6 6l1.5 1.5"/> + <path d="M16.5 16.5L18 18"/> +</svg> diff --git a/icons/no-derivatives.svg b/icons/no-derivatives.svg new file mode 100644 index 00000000..9664692d --- /dev/null +++ b/icons/no-derivatives.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M9 10h6"/> + <path d="M9 14h6"/> +</svg> diff --git a/icons/premium-rights.svg b/icons/premium-rights.svg new file mode 100644 index 00000000..d790b73a --- /dev/null +++ b/icons/premium-rights.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M13.867 9.75c-.246-.48-.708-.769-1.2-.75h-1.334C10.597 9 10 9.67 10 10.5c0 .827.597 1.499 1.333 1.499h1.334c.736 0 1.333.671 1.333 1.5 0 .828-.597 1.499-1.333 1.499h-1.334c-.492.019-.954-.27-1.2-.75"/> + <path d="M12 7v2"/> + <path d="M12 15v2"/> +</svg> diff --git a/icons/refresh-dot.svg b/icons/refresh-dot.svg new file mode 100644 index 00000000..3ac0b335 --- /dev/null +++ b/icons/refresh-dot.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4"/> + <path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4"/> + <circle cx="12" cy="12" r="1"/> +</svg> diff --git a/icons/registered.svg b/icons/registered.svg index f8040512..878d677e 100644 --- a/icons/registered.svg +++ b/icons/registered.svg @@ -1,7 +1,7 @@ -<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-registered" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path stroke="none" d="M0 0h24v24H0z" fill="none"/> - <circle cx="12" cy="12" r="9" /> - <path d="M9 16v-8h4a2 2 0 0 1 0 4h-4m3 0l3 4" /> +--- +--- +<svg> + <circle cx="12" cy="12" r="9"/> + <path d="M10 15V9h2a2 2 0 1 1 0 4h-2"/> + <path d="M14 15l-2-2"/> </svg> - - |