@uiw/react-icon
Advanced tools
Comparing version 5.0.0-bate-4 to 5.0.0-bate-5
@@ -20,3 +20,3 @@ "use strict"; | ||
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 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 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 => { | ||
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-4", | ||
"version": "5.0.0-bate-5", | ||
"description": "Icon component", | ||
@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>", |
@@ -26,7 +26,7 @@ import React from 'react'; | ||
width: 1em; | ||
fill: 'currentColor'; | ||
fill: currentColor; | ||
& svg { | ||
height: 1em; | ||
width: 1em; | ||
fill: 'currentColor'; | ||
fill: currentColor; | ||
} | ||
@@ -33,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48239