diff options
Diffstat (limited to 'src/_icons/currency-shekel.svg')
-rw-r--r-- | src/_icons/currency-shekel.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/currency-shekel.svg b/src/_icons/currency-shekel.svg new file mode 100644 index 00000000..32a4f26c --- /dev/null +++ b/src/_icons/currency-shekel.svg @@ -0,0 +1,7 @@ +--- +category: Currencies +--- +<svg> + <path d="M6 18v-12h4a4 4 0 0 1 4 4v4" /> + <path d="M18 6v12h-4a4 4 0 0 1 -4 -4v-4" /> +</svg> |