@aydee-app/icons 1.3.5 → 1.3.6
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["../../../src/generated/icons/react/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC9D,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["../../../src/generated/icons/react/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC9D,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAUpC,CAAC;AAEF,eAAO,MAAM,QAAQ,qBAAO,CAAC"}
|
package/dist/icons/react/Star.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export const Star = ({ size = 30, strokeWidth = 2, style, ...props }) => {
|
|
3
3
|
const svgStaticProps = {
|
|
4
|
-
fill: "none",
|
|
5
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
5
|
viewBox: "0 0 24 24"
|
|
7
6
|
};
|
|
8
7
|
return (React.createElement("svg", { style: { width: size, height: size, ...style }, ...svgStaticProps, ...props },
|
|
9
|
-
React.createElement("path", {
|
|
8
|
+
React.createElement("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth, d: "M4.006 4.006c5.772 8.045 5.753 7.96 0 15.988 8.044-5.772 7.96-5.753 15.988 0-5.772-8.044-5.753-7.96 0-15.988-8.044 5.772-7.96 5.753-15.988 0" })));
|
|
10
9
|
};
|
|
11
10
|
Star.displayName = "Star";
|
|
12
11
|
export const StarIcon = Star;
|
|
@@ -2,8 +2,8 @@ import * as React from "react";
|
|
|
2
2
|
import { Path } from "react-native-svg";
|
|
3
3
|
import { Icon } from "./Icon";
|
|
4
4
|
export const Star = ({ size = 30, strokeWidth = 2, className, ...props }) => {
|
|
5
|
-
return (<Icon size={size} className={className} viewBox="0 0 24 24"
|
|
6
|
-
<Path
|
|
5
|
+
return (<Icon size={size} className={className} viewBox="0 0 24 24" {...props}>
|
|
6
|
+
<Path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={strokeWidth} d="M4.006 4.006c5.772 8.045 5.753 7.96 0 15.988 8.044-5.772 7.96-5.753 15.988 0-5.772-8.044-5.753-7.96 0-15.988-8.044 5.772-7.96 5.753-15.988 0"/>
|
|
7
7
|
</Icon>);
|
|
8
8
|
};
|
|
9
9
|
export const StarIcon = Star;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Star.js","sourceRoot":"","sources":["../../../src/generated/icons/react-native/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAC;AAI9C,MAAM,CAAC,MAAM,IAAI,GAAwB,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,WAAW,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IAC/F,OAAO,CACL,CAAC,IAAI,CACH,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,OAAO,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"Star.js","sourceRoot":"","sources":["../../../src/generated/icons/react-native/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAC;AAI9C,MAAM,CAAC,MAAM,IAAI,GAAwB,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,WAAW,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IAC/F,OAAO,CACL,CAAC,IAAI,CACH,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,OAAO,CAAC,WAAW,CAEnB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,aAAa,CAAC,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,8IAA8I,EACjQ;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAC"}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<svg
|
|
5
5
|
width={size}
|
|
6
6
|
height={size}
|
|
7
|
-
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
|
|
8
8
|
class={className}
|
|
9
9
|
{...rest}
|
|
10
10
|
>
|
|
11
|
-
<path
|
|
11
|
+
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width={strokeWidth} d="M4.006 4.006c5.772 8.045 5.753 7.96 0 15.988 8.044-5.772 7.96-5.753 15.988 0-5.772-8.044-5.753-7.96 0-15.988-8.044 5.772-7.96 5.753-15.988 0"/>
|
|
12
12
|
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" data-default-stroke-width="2"><path
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" data-default-stroke-width="2"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.006 4.006c5.772 8.045 5.753 7.96 0 15.988 8.044-5.772 7.96-5.753 15.988 0-5.772-8.044-5.753-7.96 0-15.988-8.044 5.772-7.96 5.753-15.988 0"/></svg>
|