a-icons 1.0.23 → 1.0.24
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/es/ChevronUpFilled.js
CHANGED
|
@@ -20,8 +20,7 @@ import Icon from 'a-base-icon/lib/Icon';
|
|
|
20
20
|
function ChevronUpFilled(componentProps) {
|
|
21
21
|
var IconNode = function IconNode(props) {
|
|
22
22
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
-
|
|
24
|
-
height: 24,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
25
24
|
fill: "none",
|
|
26
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
27
26
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
package/lib/ChevronUpFilled.js
CHANGED
|
@@ -67,8 +67,7 @@ var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
|
67
67
|
function ChevronUpFilled(componentProps) {
|
|
68
68
|
var IconNode = function IconNode(props) {
|
|
69
69
|
return React.createElement("svg", __assign({
|
|
70
|
-
|
|
71
|
-
height: 24,
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
72
71
|
fill: "none",
|
|
73
72
|
xmlns: "http://www.w3.org/2000/svg"
|
|
74
73
|
}, props), React.createElement("rect", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "2c935268a3d1f4d731fb20f7803eac30216fd03f"
|
|
26
26
|
}
|
package/src/ChevronUpFilled.tsx
CHANGED
|
@@ -3,7 +3,7 @@ import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
|
3
3
|
|
|
4
4
|
function ChevronUpFilled(componentProps: IconProps) {
|
|
5
5
|
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
7
|
<rect
|
|
8
8
|
fill="currentColor"
|
|
9
9
|
width={19.12}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect fill="currentColor" width="19.12" height="19.12" rx="2" transform="matrix(0 -1 -1 0 21.52 21.6)" />
|
|
3
3
|
<path d="M7.18997 8.90001C6.99113 8.90018 6.80049 8.97931 6.65997 9.12001C6.51702 9.25929 6.4364 9.45042 6.4364 9.65001C6.4364 9.84959 6.51702 10.0407 6.65997 10.18L11.43 14.96C11.5705 15.1007 11.7611 15.1798 11.96 15.18C12.1588 15.1798 12.3495 15.1007 12.49 14.96L17.26 10.18C17.4029 10.0407 17.4835 9.84959 17.4835 9.65001C17.4835 9.45042 17.4029 9.25929 17.26 9.12001C16.9672 8.82755 16.4928 8.82755 16.2 9.12001L11.96 13.37L7.71997 9.12001C7.57713 8.98283 7.38797 8.90431 7.18997 8.90001Z" fill="white"/>
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect fill="currentColor" width="19.12" height="19.12" rx="2" transform="matrix(0 -1 -1 0 21.52 21.6)" />
|
|
3
3
|
<path d="M7.18997 8.90001C6.99113 8.90018 6.80049 8.97931 6.65997 9.12001C6.51702 9.25929 6.4364 9.45042 6.4364 9.65001C6.4364 9.84959 6.51702 10.0407 6.65997 10.18L11.43 14.96C11.5705 15.1007 11.7611 15.1798 11.96 15.18C12.1588 15.1798 12.3495 15.1007 12.49 14.96L17.26 10.18C17.4029 10.0407 17.4835 9.84959 17.4835 9.65001C17.4835 9.45042 17.4029 9.25929 17.26 9.12001C16.9672 8.82755 16.4928 8.82755 16.2 9.12001L11.96 13.37L7.71997 9.12001C7.57713 8.98283 7.38797 8.90431 7.18997 8.90001Z" fill="white"/>
|
|
4
4
|
</svg>
|