From 77528ba8e616d51a69834a6a3b9a4af66dec6706 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 8 Nov 2022 01:51:59 +0300 Subject: Icon: fix svg path --- vnext/src/ui/Icon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src') diff --git a/vnext/src/ui/Icon.js b/vnext/src/ui/Icon.js index a9cd8a95..0386182f 100644 --- a/vnext/src/ui/Icon.js +++ b/vnext/src/ui/Icon.js @@ -22,7 +22,7 @@ function IconElement(props) { var klass = 'icon' + (!props.noFill ? ' icon--' + props.name : '') + size + className; var name = '#' + props.name + '-icon'; - var useTag = ``; + var useTag = ``; var Icon = createElement('svg', { className: 'icon__cnt', dangerouslySetInnerHTML: { __html: useTag } }); return createElement( 'div', -- cgit v1.2.3