@aydee-app/icons 1.3.4 → 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.
- package/dist/icons/react/GraduationCap.d.ts.map +1 -1
- package/dist/icons/react/GraduationCap.js +1 -2
- package/dist/icons/react/Star.d.ts.map +1 -1
- package/dist/icons/react/Star.js +1 -2
- package/dist/icons/react-native/GraduationCap.js +2 -2
- package/dist/icons/react-native/GraduationCap.js.map +1 -1
- package/dist/icons/react-native/Star.js +2 -2
- package/dist/icons/react-native/Star.js.map +1 -1
- package/dist/icons/svelte/GraduationCap.svelte +2 -2
- package/dist/icons/svelte/Star.svelte +2 -2
- package/dist/vanilla/icons/graduation-cap.svg +1 -1
- package/dist/vanilla/icons/star.svg +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraduationCap.d.ts","sourceRoot":"","sources":["../../../src/generated/icons/react/GraduationCap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACvE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"GraduationCap.d.ts","sourceRoot":"","sources":["../../../src/generated/icons/react/GraduationCap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACvE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAUtD,CAAC;AAEF,eAAO,MAAM,iBAAiB,8BAAgB,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export const GraduationCap = ({ 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", { d: "
|
|
8
|
+
React.createElement("path", { fill: "none", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: strokeWidth, d: "M3.6 9.6v7.663c1.633.481 5.6 2.023 8.4 4.337 1.68-1.735 6.3-3.614 8.4-4.337V9.6M0 7.807 12 2.4l12 5.407-12 5.409z" })));
|
|
10
9
|
};
|
|
11
10
|
GraduationCap.displayName = "GraduationCap";
|
|
12
11
|
export const GraduationCapIcon = GraduationCap;
|
|
@@ -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 GraduationCap = ({ size = 30, strokeWidth = 2, className, ...props }) => {
|
|
5
|
-
return (<Icon size={size} className={className} viewBox="0 0 24 24"
|
|
6
|
-
<Path d="
|
|
5
|
+
return (<Icon size={size} className={className} viewBox="0 0 24 24" {...props}>
|
|
6
|
+
<Path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth={strokeWidth} d="M3.6 9.6v7.663c1.633.481 5.6 2.023 8.4 4.337 1.68-1.735 6.3-3.614 8.4-4.337V9.6M0 7.807 12 2.4l12 5.407-12 5.409z"/>
|
|
7
7
|
</Icon>);
|
|
8
8
|
};
|
|
9
9
|
export const GraduationCapIcon = GraduationCap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraduationCap.js","sourceRoot":"","sources":["../../../src/generated/icons/react-native/GraduationCap.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,aAAa,GAAiC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,WAAW,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IACjH,OAAO,CACL,CAAC,IAAI,CACH,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,OAAO,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"GraduationCap.js","sourceRoot":"","sources":["../../../src/generated/icons/react-native/GraduationCap.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,aAAa,GAAiC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,WAAW,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IACjH,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,cAAc,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,mHAAmH,EAChN;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC"}
|
|
@@ -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 d="
|
|
11
|
+
<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width={strokeWidth} d="M3.6 9.6v7.663c1.633.481 5.6 2.023 8.4 4.337 1.68-1.735 6.3-3.614 8.4-4.337V9.6M0 7.807 12 2.4l12 5.407-12 5.409z"/>
|
|
12
12
|
</svg>
|
|
@@ -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 d="
|
|
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-linejoin="round" stroke-width="2" d="M3.6 9.6v7.663c1.633.481 5.6 2.023 8.4 4.337 1.68-1.735 6.3-3.614 8.4-4.337V9.6M0 7.807 12 2.4l12 5.407-12 5.409z"/></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>
|