@aydee-app/icons 1.3.4 → 1.3.5
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-native/GraduationCap.js +2 -2
- package/dist/icons/react-native/GraduationCap.js.map +1 -1
- package/dist/icons/svelte/GraduationCap.svelte +2 -2
- package/dist/vanilla/icons/graduation-cap.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;
|
|
@@ -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"}
|
|
@@ -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>
|
|
@@ -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>
|