@ledgerhq/icons-ui 0.2.1 → 0.2.2
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/native/ArrowBottomLight.js +1 -1
- package/native/BracketleftLight.js +2 -2
- package/native/BracketleftMedium.js +2 -2
- package/native/BracketleftRegular.js +2 -2
- package/native/BracketleftThin.js +2 -2
- package/native/BracketleftUltraLight.js +2 -2
- package/native/BracketrightLight.js +2 -2
- package/native/BracketrightMedium.js +2 -2
- package/native/BracketrightRegular.js +2 -2
- package/native/BracketrightThin.js +2 -2
- package/native/BracketrightUltraLight.js +2 -2
- package/native/ClockSolidMedium.js +1 -1
- package/native/PenUltraLight.js +1 -1
- package/native/PercentMedium.d.ts +6 -0
- package/native/PercentMedium.js +8 -0
- package/native/PieChartMedium.d.ts +6 -0
- package/native/PieChartMedium.js +9 -0
- package/native/Sort1Medium.js +1 -1
- package/native/SortLight.js +1 -1
- package/native/SortMedium.js +1 -1
- package/native/TransferLight.js +1 -1
- package/native/index.d.ts +2 -0
- package/native/index.js +2 -0
- package/package.json +1 -1
- package/react/ArrowBottomLight.js +1 -1
- package/react/BracketleftLight.js +2 -2
- package/react/BracketleftMedium.js +2 -2
- package/react/BracketleftRegular.js +2 -2
- package/react/BracketleftThin.js +2 -2
- package/react/BracketleftUltraLight.js +2 -2
- package/react/BracketrightLight.js +2 -2
- package/react/BracketrightMedium.js +2 -2
- package/react/BracketrightRegular.js +2 -2
- package/react/BracketrightThin.js +2 -2
- package/react/BracketrightUltraLight.js +2 -2
- package/react/ClockSolidMedium.js +1 -1
- package/react/PenUltraLight.js +1 -1
- package/react/PercentMedium.d.ts +6 -0
- package/react/PercentMedium.js +7 -0
- package/react/PieChartMedium.d.ts +6 -0
- package/react/PieChartMedium.js +8 -0
- package/react/Sort1Medium.js +1 -1
- package/react/SortLight.js +1 -1
- package/react/SortMedium.js +1 -1
- package/react/TransferLight.js +1 -1
- package/react/cjs/ArrowBottomLight.js +1 -1
- package/react/cjs/ArrowBottomLight.js.map +1 -1
- package/react/cjs/BracketleftLight.js +2 -2
- package/react/cjs/BracketleftLight.js.map +1 -1
- package/react/cjs/BracketleftMedium.js +2 -2
- package/react/cjs/BracketleftMedium.js.map +1 -1
- package/react/cjs/BracketleftRegular.js +2 -2
- package/react/cjs/BracketleftRegular.js.map +1 -1
- package/react/cjs/BracketleftThin.js +2 -2
- package/react/cjs/BracketleftThin.js.map +1 -1
- package/react/cjs/BracketleftUltraLight.js +2 -2
- package/react/cjs/BracketleftUltraLight.js.map +1 -1
- package/react/cjs/BracketrightLight.js +2 -2
- package/react/cjs/BracketrightLight.js.map +1 -1
- package/react/cjs/BracketrightMedium.js +2 -2
- package/react/cjs/BracketrightMedium.js.map +1 -1
- package/react/cjs/BracketrightRegular.js +2 -2
- package/react/cjs/BracketrightRegular.js.map +1 -1
- package/react/cjs/BracketrightThin.js +2 -2
- package/react/cjs/BracketrightThin.js.map +1 -1
- package/react/cjs/BracketrightUltraLight.js +2 -2
- package/react/cjs/BracketrightUltraLight.js.map +1 -1
- package/react/cjs/ClockSolidMedium.js +1 -1
- package/react/cjs/ClockSolidMedium.js.map +1 -1
- package/react/cjs/PenUltraLight.js +1 -1
- package/react/cjs/PenUltraLight.js.map +1 -1
- package/react/cjs/PercentMedium.js +43 -0
- package/react/cjs/PercentMedium.js.map +7 -0
- package/react/cjs/PieChartMedium.js +49 -0
- package/react/cjs/PieChartMedium.js.map +7 -0
- package/react/cjs/Sort1Medium.js +1 -1
- package/react/cjs/Sort1Medium.js.map +1 -1
- package/react/cjs/SortLight.js +1 -1
- package/react/cjs/SortLight.js.map +1 -1
- package/react/cjs/SortMedium.js +1 -1
- package/react/cjs/SortMedium.js.map +1 -1
- package/react/cjs/TransferLight.js +1 -1
- package/react/cjs/TransferLight.js.map +1 -1
- package/react/cjs/index.js +4 -0
- package/react/cjs/index.js.map +2 -2
- package/react/index.d.ts +2 -0
- package/react/index.js +2 -0
|
@@ -3,6 +3,6 @@ import { Path } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function ArrowBottomLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(Path, { d: "M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.
|
|
6
|
+
React.createElement(Path, { d: "M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.68a165.323 165.323 0 00-2.016-2.064l-3.264-3.288-.768.768L12 21.372z" }));
|
|
7
7
|
}
|
|
8
8
|
export default ArrowBottomLight;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketleftLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_10519)" },
|
|
7
7
|
React.createElement(Path, { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_10519" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketleftLight;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketleftMedium({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_11451)" },
|
|
7
7
|
React.createElement(Path, { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_11451" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketleftMedium;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketleftRegular({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_10986)" },
|
|
7
7
|
React.createElement(Path, { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_10986" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketleftRegular;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketleftThin({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_9585)" },
|
|
7
7
|
React.createElement(Path, { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_9585" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketleftThin;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketleftUltraLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_10052)" },
|
|
7
7
|
React.createElement(Path, { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_10052" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketleftUltraLight;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketrightLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_10517)" },
|
|
7
7
|
React.createElement(Path, { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_10517" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketrightLight;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketrightMedium({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_11449)" },
|
|
7
7
|
React.createElement(Path, { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_11449" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketrightMedium;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketrightRegular({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_10984)" },
|
|
7
7
|
React.createElement(Path, { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_10984" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketrightRegular;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketrightThin({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_9583)" },
|
|
7
7
|
React.createElement(Path, { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_9583" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketrightThin;
|
|
@@ -3,10 +3,10 @@ import { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function BracketrightUltraLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(G, { clipPath: "url(#
|
|
6
|
+
React.createElement(G, { clipPath: "url(#prefix__clip0_471_10050)" },
|
|
7
7
|
React.createElement(Path, { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
8
8
|
React.createElement(Defs, null,
|
|
9
|
-
React.createElement(ClipPath, { id: "
|
|
9
|
+
React.createElement(ClipPath, { id: "prefix__clip0_471_10050" },
|
|
10
10
|
React.createElement(Path, { d: "M0 0h24v24H0z" }))));
|
|
11
11
|
}
|
|
12
12
|
export default BracketrightUltraLight;
|
|
@@ -3,6 +3,6 @@ import { Path } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function ClockSolidMedium({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12
|
|
6
|
+
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21.36c-5.232 0-9.36-4.128-9.36-9.36 0-5.232 4.128-9.36 9.36-9.36 5.232 0 9.36 4.128 9.36 9.36 0 5.088-4.104 9.36-9.36 9.36zm2.784-5.232l-3.456-3.456A.962.962 0 0111.04 12V6.48h1.92v5.112l3.168 3.192-1.344 1.344z" }));
|
|
7
7
|
}
|
|
8
8
|
export default ClockSolidMedium;
|
package/native/PenUltraLight.js
CHANGED
|
@@ -3,6 +3,6 @@ import { Path } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function PenUltraLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(Path, { d: "M2.436 21.552l5.664-1.56 13.464-13.44-4.128-4.104-13.44 13.44-1.56 5.664zM3.588 20.4l1.152-4.104 2.952 2.952L3.588 20.4zm1.704-4.68l9.456-9.456 2.976 2.976-9.456 9.456-2.976-2.976zM15.
|
|
6
|
+
React.createElement(Path, { d: "M2.436 21.552l5.664-1.56 13.464-13.44-4.128-4.104-13.44 13.44-1.56 5.664zM3.588 20.4l1.152-4.104 2.952 2.952L3.588 20.4zm1.704-4.68l9.456-9.456 2.976 2.976-9.456 9.456-2.976-2.976zM15.324 5.712l2.112-2.136 2.976 2.976-2.136 2.112-2.952-2.952z" }));
|
|
7
7
|
}
|
|
8
8
|
export default PenUltraLight;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { Path } from "react-native-svg";
|
|
3
|
+
import Svg from "./StyledSvg";
|
|
4
|
+
function PercentMedium({ size = 16, color = "neutral.c100" }) {
|
|
5
|
+
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
+
React.createElement(Path, { d: "M18.352 4.21L4.21 18.352l1.442 1.443L19.795 5.652 18.352 4.21zM9 6.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM20 17.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z" }));
|
|
7
|
+
}
|
|
8
|
+
export default PercentMedium;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { Path } from "react-native-svg";
|
|
3
|
+
import Svg from "./StyledSvg";
|
|
4
|
+
function PieChartMedium({ size = 16, color = "neutral.c100" }) {
|
|
5
|
+
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
+
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4 10.9v-.95a7.45 7.45 0 00-7.45-7.45H13v8.4h8.4zm-2.322-3.074c.156.379.27.772.34 1.174H14.9V4.482a5.55 5.55 0 014.178 3.344z" }),
|
|
7
|
+
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10.95 4.5a8.45 8.45 0 108.45 8.45V12h-7.5V4.5h-.95zM7.311 7.504A6.55 6.55 0 0110 6.469V13.9h7.43A6.549 6.549 0 117.312 7.504z" }));
|
|
8
|
+
}
|
|
9
|
+
export default PieChartMedium;
|
package/native/Sort1Medium.js
CHANGED
|
@@ -3,6 +3,6 @@ import { Path } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function Sort1Medium({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(Path, { d: "
|
|
6
|
+
React.createElement(Path, { d: "M12.312 6.984L7.944 2.64 3.6 6.984 4.8 8.16l1.056-1.056c.384-.384.792-.816 1.176-1.248V20.4h1.824V5.808c.408.456.792.888 1.2 1.296l1.08 1.056 1.176-1.176zm-.624 10.032l4.368 4.344 4.344-4.344-1.2-1.176-1.056 1.056c-.384.384-.792.816-1.176 1.248V3.6h-1.824v14.592c-.408-.456-.792-.888-1.2-1.296l-1.08-1.056-1.176 1.176z" }));
|
|
7
7
|
}
|
|
8
8
|
export default Sort1Medium;
|
package/native/SortLight.js
CHANGED
|
@@ -3,6 +3,6 @@ import { Path } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function SortLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(Path, { d: "M12.312 6.984L7.944 2.64 3.6 6.984l.768.744 1.464-1.464a94.
|
|
6
|
+
React.createElement(Path, { d: "M12.312 6.984L7.944 2.64 3.6 6.984l.768.744 1.464-1.464a94.84 94.84 0 001.536-1.56V20.4H8.52V4.68c.528.528 1.032 1.08 1.56 1.584l1.464 1.464.768-.744zm-.6 10.032l4.344 4.344 4.344-4.344-.768-.768-1.464 1.464a97.129 97.129 0 00-1.536 1.584V3.6H15.48v15.72c-.504-.552-1.032-1.08-1.536-1.608l-1.488-1.464-.744.768z" }));
|
|
7
7
|
}
|
|
8
8
|
export default SortLight;
|
package/native/SortMedium.js
CHANGED
|
@@ -3,6 +3,6 @@ import { Path } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function SortMedium({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(Path, { d: "
|
|
6
|
+
React.createElement(Path, { d: "M2.64 13.548h12.72v-1.92H2.64v1.92zm0 5.52h5.92v-1.92H2.64v1.92zm0-11.04h18.72v-1.92H2.64v1.92z" }));
|
|
7
7
|
}
|
|
8
8
|
export default SortMedium;
|
package/native/TransferLight.js
CHANGED
|
@@ -3,6 +3,6 @@ import { Path } from "react-native-svg";
|
|
|
3
3
|
import Svg from "./StyledSvg";
|
|
4
4
|
function TransferLight({ size = 16, color = "neutral.c100" }) {
|
|
5
5
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
6
|
-
React.createElement(Path, { d: "M17.016 12.288l4.344-4.344L17.016 3.6l-.744.768 1.464 1.464c.504.504 1.032 1.032 1.56 1.536H3.6V8.52h15.72a97.
|
|
6
|
+
React.createElement(Path, { d: "M17.016 12.288l4.344-4.344L17.016 3.6l-.744.768 1.464 1.464c.504.504 1.032 1.032 1.56 1.536H3.6V8.52h15.72a97.046 97.046 0 00-1.584 1.536l-1.464 1.488.744.744zM2.64 16.056L6.984 20.4l.768-.768-1.464-1.464a97.129 97.129 0 00-1.584-1.536H20.4V15.48H4.68c.552-.528 1.08-1.032 1.608-1.56l1.464-1.464-.768-.768-4.344 4.368z" }));
|
|
7
7
|
}
|
|
8
8
|
export default TransferLight;
|
package/native/index.d.ts
CHANGED
|
@@ -398,7 +398,9 @@ export { default as OneCircledMediMedium } from "./OneCircledMediMedium";
|
|
|
398
398
|
export { default as OneCircledMedium } from "./OneCircledMedium";
|
|
399
399
|
export { default as OthersMedium } from "./OthersMedium";
|
|
400
400
|
export { default as PenMedium } from "./PenMedium";
|
|
401
|
+
export { default as PercentMedium } from "./PercentMedium";
|
|
401
402
|
export { default as PhoneMedium } from "./PhoneMedium";
|
|
403
|
+
export { default as PieChartMedium } from "./PieChartMedium";
|
|
402
404
|
export { default as PlaneMedium } from "./PlaneMedium";
|
|
403
405
|
export { default as PlayMedium } from "./PlayMedium";
|
|
404
406
|
export { default as PlusMedium } from "./PlusMedium";
|
package/native/index.js
CHANGED
|
@@ -398,7 +398,9 @@ export { default as OneCircledMediMedium } from "./OneCircledMediMedium";
|
|
|
398
398
|
export { default as OneCircledMedium } from "./OneCircledMedium";
|
|
399
399
|
export { default as OthersMedium } from "./OthersMedium";
|
|
400
400
|
export { default as PenMedium } from "./PenMedium";
|
|
401
|
+
export { default as PercentMedium } from "./PercentMedium";
|
|
401
402
|
export { default as PhoneMedium } from "./PhoneMedium";
|
|
403
|
+
export { default as PieChartMedium } from "./PieChartMedium";
|
|
402
404
|
export { default as PlaneMedium } from "./PlaneMedium";
|
|
403
405
|
export { default as PlayMedium } from "./PlayMedium";
|
|
404
406
|
export { default as PlusMedium } from "./PlusMedium";
|
package/package.json
CHANGED
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function ArrowBottomLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("path", { d: "M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.
|
|
5
|
+
React.createElement("path", { d: "M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.68a165.323 165.323 0 00-2.016-2.064l-3.264-3.288-.768.768L12 21.372z" }));
|
|
6
6
|
}
|
|
7
7
|
export default ArrowBottomLight;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketleftLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_10519)" },
|
|
6
6
|
React.createElement("path", { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_10519" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketleftLight;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketleftMedium({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_11451)" },
|
|
6
6
|
React.createElement("path", { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_11451" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketleftMedium;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketleftRegular({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_10986)" },
|
|
6
6
|
React.createElement("path", { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_10986" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketleftRegular;
|
package/react/BracketleftThin.js
CHANGED
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketleftThin({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_9585)" },
|
|
6
6
|
React.createElement("path", { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_9585" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketleftThin;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketleftUltraLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_10052)" },
|
|
6
6
|
React.createElement("path", { d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_10052" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketleftUltraLight;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketrightLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_10517)" },
|
|
6
6
|
React.createElement("path", { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_10517" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketrightLight;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketrightMedium({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_11449)" },
|
|
6
6
|
React.createElement("path", { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_11449" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketrightMedium;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketrightRegular({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_10984)" },
|
|
6
6
|
React.createElement("path", { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_10984" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketrightRegular;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketrightThin({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_9583)" },
|
|
6
6
|
React.createElement("path", { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_9583" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketrightThin;
|
|
@@ -2,10 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function BracketrightUltraLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("g", { clipPath: "url(#
|
|
5
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_471_10050)" },
|
|
6
6
|
React.createElement("path", { d: "M20.4 3.6V-7.44H3.6v2.448h14.352V3.6H20.4zM3.6 31.44h16.8V20.4h-2.448v8.592H3.6v2.448z" })),
|
|
7
7
|
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "
|
|
8
|
+
React.createElement("clipPath", { id: "prefix__clip0_471_10050" },
|
|
9
9
|
React.createElement("path", { d: "M0 0h24v24H0z" }))));
|
|
10
10
|
}
|
|
11
11
|
export default BracketrightUltraLight;
|
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function ClockSolidMedium({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21.36c-5.232 0-9.36-4.128-9.36-9.36 0-5.232 4.128-9.36 9.36-9.36 5.232 0 9.36 4.128 9.36 9.36 0 5.088-4.104 9.36-9.36 9.36zm2.784-5.232l-3.456-3.456A.962.962 0 0111.04 12V6.48h1.92v5.112l3.168 3.192-1.344 1.344z" }));
|
|
6
6
|
}
|
|
7
7
|
export default ClockSolidMedium;
|
package/react/PenUltraLight.js
CHANGED
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function PenUltraLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("path", { d: "M2.436 21.552l5.664-1.56 13.464-13.44-4.128-4.104-13.44 13.44-1.56 5.664zM3.588 20.4l1.152-4.104 2.952 2.952L3.588 20.4zm1.704-4.68l9.456-9.456 2.976 2.976-9.456 9.456-2.976-2.976zM15.
|
|
5
|
+
React.createElement("path", { d: "M2.436 21.552l5.664-1.56 13.464-13.44-4.128-4.104-13.44 13.44-1.56 5.664zM3.588 20.4l1.152-4.104 2.952 2.952L3.588 20.4zm1.704-4.68l9.456-9.456 2.976 2.976-9.456 9.456-2.976-2.976zM15.324 5.712l2.112-2.136 2.976 2.976-2.136 2.112-2.952-2.952z" }));
|
|
6
6
|
}
|
|
7
7
|
export default PenUltraLight;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg from "./StyledSvg";
|
|
3
|
+
function PercentMedium({ size = 16, color = "currentColor" }) {
|
|
4
|
+
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
+
React.createElement("path", { d: "M18.352 4.21L4.21 18.352l1.442 1.443L19.795 5.652 18.352 4.21zM9 6.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM20 17.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z" }));
|
|
6
|
+
}
|
|
7
|
+
export default PercentMedium;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg from "./StyledSvg";
|
|
3
|
+
function PieChartMedium({ size = 16, color = "currentColor" }) {
|
|
4
|
+
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4 10.9v-.95a7.45 7.45 0 00-7.45-7.45H13v8.4h8.4zm-2.322-3.074c.156.379.27.772.34 1.174H14.9V4.482a5.55 5.55 0 014.178 3.344z" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.95 4.5a8.45 8.45 0 108.45 8.45V12h-7.5V4.5h-.95zM7.311 7.504A6.55 6.55 0 0110 6.469V13.9h7.43A6.549 6.549 0 117.312 7.504z" }));
|
|
7
|
+
}
|
|
8
|
+
export default PieChartMedium;
|
package/react/Sort1Medium.js
CHANGED
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function Sort1Medium({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("path", { d: "
|
|
5
|
+
React.createElement("path", { d: "M12.312 6.984L7.944 2.64 3.6 6.984 4.8 8.16l1.056-1.056c.384-.384.792-.816 1.176-1.248V20.4h1.824V5.808c.408.456.792.888 1.2 1.296l1.08 1.056 1.176-1.176zm-.624 10.032l4.368 4.344 4.344-4.344-1.2-1.176-1.056 1.056c-.384.384-.792.816-1.176 1.248V3.6h-1.824v14.592c-.408-.456-.792-.888-1.2-1.296l-1.08-1.056-1.176 1.176z" }));
|
|
6
6
|
}
|
|
7
7
|
export default Sort1Medium;
|
package/react/SortLight.js
CHANGED
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function SortLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("path", { d: "M12.312 6.984L7.944 2.64 3.6 6.984l.768.744 1.464-1.464a94.
|
|
5
|
+
React.createElement("path", { d: "M12.312 6.984L7.944 2.64 3.6 6.984l.768.744 1.464-1.464a94.84 94.84 0 001.536-1.56V20.4H8.52V4.68c.528.528 1.032 1.08 1.56 1.584l1.464 1.464.768-.744zm-.6 10.032l4.344 4.344 4.344-4.344-.768-.768-1.464 1.464a97.129 97.129 0 00-1.536 1.584V3.6H15.48v15.72c-.504-.552-1.032-1.08-1.536-1.608l-1.488-1.464-.744.768z" }));
|
|
6
6
|
}
|
|
7
7
|
export default SortLight;
|
package/react/SortMedium.js
CHANGED
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function SortMedium({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("path", { d: "
|
|
5
|
+
React.createElement("path", { d: "M2.64 13.548h12.72v-1.92H2.64v1.92zm0 5.52h5.92v-1.92H2.64v1.92zm0-11.04h18.72v-1.92H2.64v1.92z" }));
|
|
6
6
|
}
|
|
7
7
|
export default SortMedium;
|
package/react/TransferLight.js
CHANGED
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import Svg from "./StyledSvg";
|
|
3
3
|
function TransferLight({ size = 16, color = "currentColor" }) {
|
|
4
4
|
return React.createElement(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: color },
|
|
5
|
-
React.createElement("path", { d: "M17.016 12.288l4.344-4.344L17.016 3.6l-.744.768 1.464 1.464c.504.504 1.032 1.032 1.56 1.536H3.6V8.52h15.72a97.
|
|
5
|
+
React.createElement("path", { d: "M17.016 12.288l4.344-4.344L17.016 3.6l-.744.768 1.464 1.464c.504.504 1.032 1.032 1.56 1.536H3.6V8.52h15.72a97.046 97.046 0 00-1.584 1.536l-1.464 1.488.744.744zM2.64 16.056L6.984 20.4l.768-.768-1.464-1.464a97.129 97.129 0 00-1.584-1.536H20.4V15.48H4.68c.552-.528 1.08-1.032 1.608-1.56l1.464-1.464-.768-.768-4.344 4.368z" }));
|
|
6
6
|
}
|
|
7
7
|
export default TransferLight;
|
|
@@ -36,7 +36,7 @@ function ArrowBottomLight({
|
|
|
36
36
|
viewBox: "0 0 24 24",
|
|
37
37
|
fill: color
|
|
38
38
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
39
|
-
d: "M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.
|
|
39
|
+
d: "M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.68a165.323 165.323 0 00-2.016-2.064l-3.264-3.288-.768.768L12 21.372z"
|
|
40
40
|
}));
|
|
41
41
|
}
|
|
42
42
|
var ArrowBottomLight_default = ArrowBottomLight;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/react/ArrowBottomLight.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from \"react\";\nimport Svg from \"./StyledSvg\";\ntype Props = {\n size?: number | string;\n color?: string;\n};\n\nfunction ArrowBottomLight({\n size = 16,\n color = \"currentColor\"\n}: Props): JSX.Element {\n return <Svg width={size} height={size} viewBox=\"0 0 24 24\" fill={color}><path d=\"M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.
|
|
4
|
+
"sourcesContent": ["import * as React from \"react\";\nimport Svg from \"./StyledSvg\";\ntype Props = {\n size?: number | string;\n color?: string;\n};\n\nfunction ArrowBottomLight({\n size = 16,\n color = \"currentColor\"\n}: Props): JSX.Element {\n return <Svg width={size} height={size} viewBox=\"0 0 24 24\" fill={color}><path d=\"M12 21.372l6.624-6.648-.744-.768-3.264 3.288c-.672.672-1.368 1.368-2.04 2.064V2.628h-1.152v16.68a165.323 165.323 0 00-2.016-2.064l-3.264-3.288-.768.768L12 21.372z\" /></Svg>;\n}\n\nexport default ArrowBottomLight;"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,uBAAgB;AAMhB,0BAA0B;AAAA,EACxB,OAAO;AAAA,EACP,QAAQ;AAAA,GACa;AACrB,SAAO,oCAAC,0BAAD;AAAA,IAAK,OAAO;AAAA,IAAM,QAAQ;AAAA,IAAM,SAAQ;AAAA,IAAY,MAAM;AAAA,KAAO,oCAAC,QAAD;AAAA,IAAM,GAAE;AAAA;AAAA;AAGlF,IAAO,2BAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -36,11 +36,11 @@ function BracketleftLight({
|
|
|
36
36
|
viewBox: "0 0 24 24",
|
|
37
37
|
fill: color
|
|
38
38
|
}, /* @__PURE__ */ React.createElement("g", {
|
|
39
|
-
clipPath: "url(#
|
|
39
|
+
clipPath: "url(#prefix__clip0_471_10519)"
|
|
40
40
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
41
41
|
d: "M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z"
|
|
42
42
|
})), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
43
|
-
id: "
|
|
43
|
+
id: "prefix__clip0_471_10519"
|
|
44
44
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
45
45
|
d: "M0 0h24v24H0z"
|
|
46
46
|
}))));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/react/BracketleftLight.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from \"react\";\nimport Svg from \"./StyledSvg\";\ntype Props = {\n size?: number | string;\n color?: string;\n};\n\nfunction BracketleftLight({\n size = 16,\n color = \"currentColor\"\n}: Props): JSX.Element {\n return <Svg width={size} height={size} viewBox=\"0 0 24 24\" fill={color}><g clipPath=\"url(#
|
|
4
|
+
"sourcesContent": ["import * as React from \"react\";\nimport Svg from \"./StyledSvg\";\ntype Props = {\n size?: number | string;\n color?: string;\n};\n\nfunction BracketleftLight({\n size = 16,\n color = \"currentColor\"\n}: Props): JSX.Element {\n return <Svg width={size} height={size} viewBox=\"0 0 24 24\" fill={color}><g clipPath=\"url(#prefix__clip0_471_10519)\"><path d=\"M3.6-7.44V3.6h2.448v-8.592H20.4V-7.44H3.6zm0 38.88h16.8v-2.448H6.048V20.4H3.6v11.04z\" /></g><defs><clipPath id=\"prefix__clip0_471_10519\"><path d=\"M0 0h24v24H0z\" /></clipPath></defs></Svg>;\n}\n\nexport default BracketleftLight;"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA,YAAuB;AACvB,uBAAgB;AAMhB,0BAA0B;AAAA,EACxB,OAAO;AAAA,EACP,QAAQ;AAAA,GACa;AACrB,SAAO,oCAAC,0BAAD;AAAA,IAAK,OAAO;AAAA,IAAM,QAAQ;AAAA,IAAM,SAAQ;AAAA,IAAY,MAAM;AAAA,KAAO,oCAAC,KAAD;AAAA,IAAG,UAAS;AAAA,KAAgC,oCAAC,QAAD;AAAA,IAAM,GAAE;AAAA,OAA8F,oCAAC,QAAD,MAAM,oCAAC,YAAD;AAAA,IAAU,IAAG;AAAA,KAA0B,oCAAC,QAAD;AAAA,IAAO,GAAE;AAAA;AAAA;AAGlR,IAAO,2BAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|