@internation/lms-web-icons 0.2.24 → 0.2.25
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.
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var React = tslib_1.__importStar(require("react"));
|
|
5
|
-
var SvgComponent = function (props) {
|
|
6
|
-
|
|
7
|
-
React.createElement("
|
|
8
|
-
|
|
5
|
+
var SvgComponent = function (props) {
|
|
6
|
+
var _a, _b, _c;
|
|
7
|
+
return (React.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: props.width || 18, height: props.height || 18, viewBox: "0 0 18 18", fill: "none" }, props),
|
|
8
|
+
React.createElement("path", { fill: (_a = props.color) !== null && _a !== void 0 ? _a : "#47D16C", d: "M14.828 2.866c-.51-.161-1.085-.24-1.749-.28-.758-.047-1.68-.047-2.81-.047H7.717c-1.337 0-2.384 0-3.22.08-.854.08-1.552.249-2.168.626A4.792 4.792 0 0 0 .706 4.896c.064-1.203.233-2 .672-2.63.23-.33.508-.62.825-.86C3.183.664 4.58.664 7.377.664h4.474c1.406 0 2.109 0 2.546.455.335.35.413.864.431 1.747Z" }),
|
|
9
|
+
React.createElement("path", { fill: (_b = props.color) !== null && _b !== void 0 ? _b : "#47D16C", d: "M1.28 5.154C.666 6.156.666 7.52.666 10.247c0 2.728 0 4.092.614 5.094.344.56.815 1.032 1.376 1.376 1.002.614 2.365.614 5.093.614h2.5c2.728 0 4.092 0 5.094-.614a4.166 4.166 0 0 0 1.376-1.376c.403-.658.541-1.472.589-2.726H12.03a2.898 2.898 0 0 1 0-5.796h5.2c-.083-.69-.235-1.214-.511-1.665a4.167 4.167 0 0 0-1.376-1.376 3.028 3.028 0 0 0-.51-.25c-.961-.364-2.29-.364-4.584-.364h-2.5c-2.728 0-4.091 0-5.093.614A4.167 4.167 0 0 0 1.28 5.154Z" }),
|
|
10
|
+
React.createElement("path", { fill: (_c = props.color) !== null && _c !== void 0 ? _c : "#47D16C", fillRule: "evenodd", d: "M17.314 8.07H12.03a1.648 1.648 0 0 0 0 3.295h5.3c.003-.345.003-.717.003-1.118 0-.847 0-1.563-.019-2.178ZM12.03 9.091a.625.625 0 1 0 0 1.25h2.273a.625.625 0 0 0 0-1.25H12.03Z", clipRule: "evenodd" })));
|
|
11
|
+
};
|
|
9
12
|
exports.default = SvgComponent;
|
|
10
13
|
//# sourceMappingURL=tWallet.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tWallet.js","sourceRoot":"","sources":["../../../src/icons/tWallet.tsx"],"names":[],"mappings":";;;AAAA,mDAA+B;
|
|
1
|
+
{"version":3,"file":"tWallet.js","sourceRoot":"","sources":["../../../src/icons/tWallet.tsx"],"names":[],"mappings":";;;AAAA,mDAA+B;AAI/B,IAAM,YAAY,GAAmB,UAAC,KAAK;;IAAK,OAAA,CAC9C,8CACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,EAAE,EACxB,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,EAAE,EAC1B,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK;QAET,8BACE,IAAI,EAAE,MAAA,KAAK,CAAC,KAAK,mCAAI,SAAS,EAC9B,CAAC,EAAC,4SAA4S,GAC9S;QACF,8BACE,IAAI,EAAE,MAAA,KAAK,CAAC,KAAK,mCAAI,SAAS,EAC9B,CAAC,EAAC,sbAAsb,GACxb;QACF,8BACE,IAAI,EAAE,MAAA,KAAK,CAAC,KAAK,mCAAI,SAAS,EAC9B,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+KAA+K,EACjL,QAAQ,EAAC,SAAS,GAClB,CACE,CACP,CAAA;CAAA,CAAC;AACF,kBAAe,YAAY,CAAC"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
var SvgComponent = function (props) {
|
|
4
|
-
|
|
5
|
-
React.createElement("
|
|
6
|
-
|
|
3
|
+
var SvgComponent = function (props) {
|
|
4
|
+
var _a, _b, _c;
|
|
5
|
+
return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: props.width || 18, height: props.height || 18, viewBox: "0 0 18 18", fill: "none" }, props),
|
|
6
|
+
React.createElement("path", { fill: (_a = props.color) !== null && _a !== void 0 ? _a : "#47D16C", d: "M14.828 2.866c-.51-.161-1.085-.24-1.749-.28-.758-.047-1.68-.047-2.81-.047H7.717c-1.337 0-2.384 0-3.22.08-.854.08-1.552.249-2.168.626A4.792 4.792 0 0 0 .706 4.896c.064-1.203.233-2 .672-2.63.23-.33.508-.62.825-.86C3.183.664 4.58.664 7.377.664h4.474c1.406 0 2.109 0 2.546.455.335.35.413.864.431 1.747Z" }),
|
|
7
|
+
React.createElement("path", { fill: (_b = props.color) !== null && _b !== void 0 ? _b : "#47D16C", d: "M1.28 5.154C.666 6.156.666 7.52.666 10.247c0 2.728 0 4.092.614 5.094.344.56.815 1.032 1.376 1.376 1.002.614 2.365.614 5.093.614h2.5c2.728 0 4.092 0 5.094-.614a4.166 4.166 0 0 0 1.376-1.376c.403-.658.541-1.472.589-2.726H12.03a2.898 2.898 0 0 1 0-5.796h5.2c-.083-.69-.235-1.214-.511-1.665a4.167 4.167 0 0 0-1.376-1.376 3.028 3.028 0 0 0-.51-.25c-.961-.364-2.29-.364-4.584-.364h-2.5c-2.728 0-4.091 0-5.093.614A4.167 4.167 0 0 0 1.28 5.154Z" }),
|
|
8
|
+
React.createElement("path", { fill: (_c = props.color) !== null && _c !== void 0 ? _c : "#47D16C", fillRule: "evenodd", d: "M17.314 8.07H12.03a1.648 1.648 0 0 0 0 3.295h5.3c.003-.345.003-.717.003-1.118 0-.847 0-1.563-.019-2.178ZM12.03 9.091a.625.625 0 1 0 0 1.25h2.273a.625.625 0 0 0 0-1.25H12.03Z", clipRule: "evenodd" })));
|
|
9
|
+
};
|
|
7
10
|
export default SvgComponent;
|
|
8
11
|
//# sourceMappingURL=tWallet.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tWallet.js","sourceRoot":"","sources":["../../../src/icons/tWallet.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"tWallet.js","sourceRoot":"","sources":["../../../src/icons/tWallet.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,IAAM,YAAY,GAAmB,UAAC,KAAK;;IAAK,OAAA,CAC9C,sCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,EAAE,EACxB,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,EAAE,EAC1B,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK;QAET,8BACE,IAAI,EAAE,MAAA,KAAK,CAAC,KAAK,mCAAI,SAAS,EAC9B,CAAC,EAAC,4SAA4S,GAC9S;QACF,8BACE,IAAI,EAAE,MAAA,KAAK,CAAC,KAAK,mCAAI,SAAS,EAC9B,CAAC,EAAC,sbAAsb,GACxb;QACF,8BACE,IAAI,EAAE,MAAA,KAAK,CAAC,KAAK,mCAAI,SAAS,EAC9B,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+KAA+K,EACjL,QAAQ,EAAC,SAAS,GAClB,CACE,CACP,CAAA;CAAA,CAAC;AACF,eAAe,YAAY,CAAC"}
|