@pushwoosh/kit-icons 2.0.12 → 2.0.13
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/package.json +1 -1
- package/tutorial-icon/assets/index.d.ts +3 -3
- package/tutorial-icon/assets/index.js +6 -3
- package/tutorial-icon/assets/name_tutorial_size_medium_view_filled.js +6 -1
- package/tutorial-icon/assets/name_tutorial_size_small_view_filled.js +6 -1
- package/tutorial-icon/assets/name_tutorial_size_small_view_lined.js +6 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const AssetMap: {
|
|
3
3
|
medium: {
|
|
4
|
-
filled:
|
|
4
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
6
|
};
|
|
7
7
|
small: {
|
|
8
|
-
filled:
|
|
9
|
-
lined:
|
|
8
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
@@ -2,13 +2,16 @@
|
|
|
2
2
|
/* eslint @typescript-eslint/comma-dangle: off */
|
|
3
3
|
|
|
4
4
|
import TutorialMediumLinedIcon from "./name_tutorial_size_medium_view_lined.js";
|
|
5
|
+
import TutorialMediumFilledIcon from "./name_tutorial_size_medium_view_filled.js";
|
|
6
|
+
import TutorialSmallLinedIcon from "./name_tutorial_size_small_view_lined.js";
|
|
7
|
+
import TutorialSmallFilledIcon from "./name_tutorial_size_small_view_filled.js";
|
|
5
8
|
export const AssetMap = {
|
|
6
9
|
'medium': {
|
|
7
|
-
'filled':
|
|
10
|
+
'filled': TutorialMediumFilledIcon,
|
|
8
11
|
'lined': TutorialMediumLinedIcon
|
|
9
12
|
},
|
|
10
13
|
'small': {
|
|
11
|
-
'filled':
|
|
12
|
-
'lined':
|
|
14
|
+
'filled': TutorialSmallFilledIcon,
|
|
15
|
+
'lined': TutorialSmallLinedIcon
|
|
13
16
|
}
|
|
14
17
|
};
|
|
@@ -4,5 +4,10 @@ const NameTutorialSizeMediumViewFilledSvg = props => /*#__PURE__*/React.createEl
|
|
|
4
4
|
width: 24,
|
|
5
5
|
height: 24,
|
|
6
6
|
fill: "none"
|
|
7
|
-
}, props)
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M21.529 10.032a.75.75 0 0 0-.2-1.206l-8.1-4.05a2.75 2.75 0 0 0-2.459 0L2.68 8.822a.75.75 0 0 0-.43.678v7a.75.75 0 0 0 1.5 0v-5.463a.2.2 0 0 1 .29-.179l1.42.71.067.03 5.914 2.957a1.25 1.25 0 0 0 1.118 0l5.606-2.803.067-.03 3.097-1.548a.8.8 0 0 0 .2-.142M17.75 13.96a.2.2 0 0 0-.29-.179l-4.23 2.116a2.75 2.75 0 0 1-2.46 0L6.54 13.78a.2.2 0 0 0-.29.18v1.91c0 1.235.77 2.253 1.806 2.927 1.043.678 2.44 1.073 3.944 1.073s2.901-.395 3.944-1.073c1.036-.674 1.806-1.692 1.806-2.927z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
8
13
|
export default NameTutorialSizeMediumViewFilledSvg;
|
|
@@ -4,5 +4,10 @@ const NameTutorialSizeSmallViewFilledSvg = props => /*#__PURE__*/React.createEle
|
|
|
4
4
|
width: 16,
|
|
5
5
|
height: 16,
|
|
6
6
|
fill: "none"
|
|
7
|
-
}, props)
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M15.782 6.35a.75.75 0 0 0-.202-1.205L9.23 1.97a2.75 2.75 0 0 0-2.46 0L.428 5.14a.75.75 0 0 0-.43.679L0 5.835v5.624a.75.75 0 0 0 1.5 0V7.356a.2.2 0 0 1 .29-.179l1.01.506.051.023L7.441 10a1.25 1.25 0 0 0 1.118 0l4.342-2.171.051-.023 2.628-1.314a.8.8 0 0 0 .201-.144m-3.004 3.542a.2.2 0 0 0-.29-.179l-3.258 1.63a2.75 2.75 0 0 1-2.46 0l-3.259-1.63a.2.2 0 0 0-.29.18v1.059c0 1.06.661 1.921 1.522 2.48.867.564 2.02.888 3.257.888 1.236 0 2.39-.324 3.257-.888.86-.559 1.521-1.42 1.521-2.48z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
8
13
|
export default NameTutorialSizeSmallViewFilledSvg;
|
|
@@ -4,5 +4,10 @@ const NameTutorialSizeSmallViewLinedSvg = props => /*#__PURE__*/React.createElem
|
|
|
4
4
|
width: 16,
|
|
5
5
|
height: 16,
|
|
6
6
|
fill: "none"
|
|
7
|
-
}, props)
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M15.932 6.35a.75.75 0 0 1-.355.363l-2.69 1.344a.2.2 0 0 0-.11.18v2.53l-.001.045c-.032 1.024-.681 1.855-1.52 2.4-.867.564-2.02.888-3.256.888s-2.39-.324-3.256-.888c-.84-.545-1.488-1.377-1.52-2.401l-.001-.043V8.236a.2.2 0 0 0-.11-.179l-1.323-.66a.2.2 0 0 0-.29.178v4.101a.75.75 0 0 1-1.5 0V6.05a.75.75 0 0 1 .43-.689l6.34-3.17a2.75 2.75 0 0 1 2.46 0l6.348 3.174a.75.75 0 0 1 .354.985m-11.21 4.382c0 .385.242.834.839 1.223.59.383 1.45.645 2.439.645.988 0 1.849-.262 2.439-.646.597-.388.838-.837.838-1.222V9.186a.2.2 0 0 0-.29-.179l-1.757.88a2.75 2.75 0 0 1-2.46 0l-1.758-.88a.2.2 0 0 0-.29.18zm8.492-4.873a.2.2 0 0 1 0 .358l-1.507.753-.03.016L8.56 8.545a1.25 1.25 0 0 1-1.118 0l-3.118-1.56-.03-.015-1.507-.753a.2.2 0 0 1 0-.358L7.44 3.532a1.25 1.25 0 0 1 1.118 0z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
8
13
|
export default NameTutorialSizeSmallViewLinedSvg;
|