From 03522fee489b812a02dd380f3bc5238c0a0cd6a1 Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Fri, 13 Oct 2017 13:53:01 +0300
Subject: [PATCH] Fix import.svg after 10bb79a. (#24359)

It was mistakenly the same as lightning.svg.
---
 _includes/icons/import.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/icons/import.svg b/_includes/icons/import.svg
index 72a4b603bc..0a9dbb2696 100644
--- a/_includes/icons/import.svg
+++ b/_includes/icons/import.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" focusable="false"{% if include.width %} width="{{ include.width }}"{% endif %}{% if include.height %} height="{{ include.height }}"{% endif %} fill="none" stroke="currentcolor" stroke-width="2"{% if include.class %} class="{{ include.class }}"{% endif %} viewBox="0 0 32 32" stroke-linecap="round" stroke-linejoin="round"><title>Import icon</title><path d="M18 13l8-11L8 13l6 6-8 11 18-11z"/></svg>
+<svg xmlns="http://www.w3.org/2000/svg" focusable="false"{% if include.width %} width="{{ include.width }}"{% endif %}{% if include.height %} height="{{ include.height }}"{% endif %} fill="none" stroke="currentcolor" stroke-width="2"{% if include.class %} class="{{ include.class }}"{% endif %} viewBox="0 0 32 32" stroke-linecap="round" stroke-linejoin="round"><title>Import icon</title><path d="M28 22v8H4v-8M16 4v20m-8-8l8 8 8-8"/></svg>