@uiw/react-icon
Advanced tools
Comparing version 5.0.0-bate-3 to 5.0.0-bate-4
@@ -20,3 +20,3 @@ "use strict"; | ||
var IconStyleBase = _styledComponents["default"].span(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2["default"])(["\n height: 1em;\n width: 1em;\n & svg {\n height: 1em;\n width: 1em;\n }\n display: inline-flex;\n align-self: center;\n position: relative;\n transition: color 0.3s;\n box-sizing: inherit;\n ", "\n ", "\n"])), function (props) { | ||
var IconStyleBase = _styledComponents["default"].span(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2["default"])(["\n height: 1em;\n width: 1em;\n fill: 'currentColor';\n & svg {\n height: 1em;\n width: 1em;\n fill: 'currentColor';\n }\n display: inline-flex;\n align-self: center;\n position: relative;\n transition: color 0.3s;\n box-sizing: inherit;\n ", "\n ", "\n"])), function (props) { | ||
var _props$params; | ||
@@ -23,0 +23,0 @@ |
@@ -7,3 +7,3 @@ import _taggedTemplateLiteralLoose from "@babel/runtime/helpers/taggedTemplateLiteralLoose"; | ||
var loadingCircle = keyframes(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n"]))); | ||
export var IconStyleBase = styled.span(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n height: 1em;\n width: 1em;\n & svg {\n height: 1em;\n width: 1em;\n }\n display: inline-flex;\n align-self: center;\n position: relative;\n transition: color 0.3s;\n box-sizing: inherit;\n ", "\n ", "\n"])), props => { | ||
export var IconStyleBase = styled.span(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n height: 1em;\n width: 1em;\n fill: 'currentColor';\n & svg {\n height: 1em;\n width: 1em;\n fill: 'currentColor';\n }\n display: inline-flex;\n align-self: center;\n position: relative;\n transition: color 0.3s;\n box-sizing: inherit;\n ", "\n ", "\n"])), props => { | ||
var _props$params; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@uiw/react-icon", | ||
"version": "5.0.0-bate-3", | ||
"version": "5.0.0-bate-4", | ||
"description": "Icon component", | ||
@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>", |
@@ -26,5 +26,7 @@ import React from 'react'; | ||
width: 1em; | ||
fill: 'currentColor'; | ||
& svg { | ||
height: 1em; | ||
width: 1em; | ||
fill: 'currentColor'; | ||
} | ||
@@ -31,0 +33,0 @@ display: inline-flex; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48259
319