diff options
author | codecalm <codecalm@gmail.com> | 2022-06-16 23:10:40 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-06-16 23:10:40 +0200 |
commit | a84b03eb03920382d7e072876b656ae52c3b7b01 (patch) | |
tree | b516712b8b60ece2add99fa0b840969a522bed7c /src/_icons/fridge.svg | |
parent | Release 1.69.0 (diff) | |
download | tabler-icons-a84b03eb03920382d7e072876b656ae52c3b7b01.tar.xz |
18 new icons: `arrows-exchange-2`, `arrows-exchange`, `category-2`, `category`, `direction-sign`, `discount-check`, `fish-hook`, `fridge`, `health-recognition`, `history-toggle`, `meteor`, `number`, `scan-eye`, `schema`, `screenshot`, `text-decrease`, `text-increase`, `text-recognition`
Diffstat (limited to 'src/_icons/fridge.svg')
-rw-r--r-- | src/_icons/fridge.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/fridge.svg b/src/_icons/fridge.svg new file mode 100644 index 00000000..b9471898 --- /dev/null +++ b/src/_icons/fridge.svg @@ -0,0 +1,9 @@ +--- +category: Devices +--- +<svg> + <rect x="5" y="3" width="14" height="18" rx="2" /> + <path d="M5 10h14" /> + <path d="M9 13v3" /> + <path d="M9 6v1" /> +</svg> |