viconic-react-icons 1.5.7 → 1.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +1 -1
- package/src/copyicons-smart-loader.js +0 -2
package/dist/index.js
CHANGED
|
@@ -1665,8 +1665,6 @@ var import_react = __toESM(require("react"));
|
|
|
1665
1665
|
display: inline-flex !important;
|
|
1666
1666
|
align-items: center;
|
|
1667
1667
|
justify-content: center;
|
|
1668
|
-
background: none !important;
|
|
1669
|
-
background-color: transparent !important;
|
|
1670
1668
|
|
|
1671
1669
|
}
|
|
1672
1670
|
:where(viconic-icon).svg-loaded:not(.ci-multicolor) svg {
|
package/dist/index.mjs
CHANGED
|
@@ -1630,8 +1630,6 @@ import React, { useEffect, useRef } from "react";
|
|
|
1630
1630
|
display: inline-flex !important;
|
|
1631
1631
|
align-items: center;
|
|
1632
1632
|
justify-content: center;
|
|
1633
|
-
background: none !important;
|
|
1634
|
-
background-color: transparent !important;
|
|
1635
1633
|
|
|
1636
1634
|
}
|
|
1637
1635
|
:where(viconic-icon).svg-loaded:not(.ci-multicolor) svg {
|
package/package.json
CHANGED
|
@@ -1855,8 +1855,6 @@
|
|
|
1855
1855
|
display: inline-flex !important;
|
|
1856
1856
|
align-items: center;
|
|
1857
1857
|
justify-content: center;
|
|
1858
|
-
background: none !important;
|
|
1859
|
-
background-color: transparent !important;
|
|
1860
1858
|
|
|
1861
1859
|
}
|
|
1862
1860
|
:where(viconic-icon).svg-loaded:not(.ci-multicolor) svg {
|