diff options
author | codecalm <codecalm@gmail.com> | 2022-08-22 15:09:54 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-22 15:09:54 +0200 |
commit | a920bde8c006e3923aecf98639e7c138b5d25dc8 (patch) | |
tree | 6cc0872b39ca53a14ad26a78f076193a8098016c /src/_icons | |
parent | 18 new icons: `braces-asterix`, `clock-hour-1`, `clock-hour-10`, `clock-hour-... (diff) | |
download | tabler-icons-a920bde8c006e3923aecf98639e7c138b5d25dc8.tar.xz |
2 new icons: `braces-asterix`, `regex`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/braces-asterix.svg | 13 | ||||
-rw-r--r-- | src/_icons/regex.svg | 12 |
2 files changed, 25 insertions, 0 deletions
diff --git a/src/_icons/braces-asterix.svg b/src/_icons/braces-asterix.svg new file mode 100644 index 00000000..b7a486ba --- /dev/null +++ b/src/_icons/braces-asterix.svg @@ -0,0 +1,13 @@ +--- +category: Text +--- +<svg> + <path d="M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" /> + <path d="M12 11.875l3 -1.687" /> + <path d="M12 11.875v3.375" /> + <path d="M12 11.875l-3 -1.687" /> + <path d="M12 11.875l3 1.688" /> + <path d="M12 8.5v3.375" /> + <path d="M12 11.875l-3 1.688" /> + <path d="M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" /> +</svg> diff --git a/src/_icons/regex.svg b/src/_icons/regex.svg new file mode 100644 index 00000000..49d2a06c --- /dev/null +++ b/src/_icons/regex.svg @@ -0,0 +1,12 @@ +--- +category: Text +--- +<svg> + <path d="M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5z" /> + <path d="M17 7.875l3 -1.687" /> + <path d="M17 7.875v3.375" /> + <path d="M17 7.875l-3 -1.687" /> + <path d="M17 7.875l3 1.688" /> + <path d="M17 4.5v3.375" /> + <path d="M17 7.875l-3 1.688" /> +</svg> |