diff options
author | codecalm <codecalm@gmail.com> | 2022-03-28 13:56:31 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-28 13:56:31 +0200 |
commit | 45524bd42bb5808c09a1746dc47f054bb82215df (patch) | |
tree | b15f032fa2398efa6125f9cd96f68c01c277294f /src/_icons/currency-baht.svg | |
parent | Release 1.59.0 (diff) | |
download | tabler-icons-45524bd42bb5808c09a1746dc47f054bb82215df.tar.xz |
fix #218 - Thai Baht currency
Diffstat (limited to 'src/_icons/currency-baht.svg')
-rw-r--r-- | src/_icons/currency-baht.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/currency-baht.svg b/src/_icons/currency-baht.svg new file mode 100644 index 00000000..0c463799 --- /dev/null +++ b/src/_icons/currency-baht.svg @@ -0,0 +1,12 @@ +--- +tags: [thb, thai, baht, money, banknote, pay] +category: Currencies +version: "1.39" +--- +<svg> + <path d="M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" /> + <path d="M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" /> + <path d="M8 6v12" /> + <path d="M11 4v2" /> + <path d="M11 18v2" /> +</svg> |