@internation/lms-web-icons 0.2.43 → 0.2.44
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/cjs/icons/studentTableHeaderIcon.d.ts +1 -1
- package/dist/cjs/icons/studentTableHeaderIcon.js +4 -4
- package/dist/cjs/icons/studentTableHeaderIcon.js.map +1 -1
- package/dist/esm/icons/studentTableHeaderIcon.d.ts +1 -1
- package/dist/esm/icons/studentTableHeaderIcon.js +5 -5
- package/dist/esm/icons/studentTableHeaderIcon.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
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 StudentTableHeaderIconSvg = function (props) { return (React.createElement("svg", tslib_1.__assign({ width: 20, height: 20, fill:
|
|
6
|
-
React.createElement("path", { d:
|
|
7
|
-
React.createElement("path", { clipRule:
|
|
8
|
-
React.createElement("path", { d:
|
|
5
|
+
var StudentTableHeaderIconSvg = function (props) { return (React.createElement("svg", tslib_1.__assign({ width: 20, height: 20, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
6
|
+
React.createElement("path", { d: 'M10 14.233V17.5M2.5 17.5v-1.226a2.5 2.5 0 0 1 2.01-2.452l2.371-.474c.196-.04.4.001.566.112v0a4.602 4.602 0 0 0 5.106 0v0a.754.754 0 0 1 .566-.112l2.371.474a2.5 2.5 0 0 1 2.01 2.452V17.5M13.333 6.165v2.168A3.333 3.333 0 0 1 10 11.667v0a3.333 3.333 0 0 1-3.333-3.334V6.165M11.751 11.171l.604 2.414M8.251 11.171l-.603 2.414', stroke: props.color || '#777E91', strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round' }),
|
|
7
|
+
React.createElement("path", { clipRule: 'evenodd', d: 'm5.08 5.38 3.713 1.838c.76.376 1.654.376 2.414 0L14.92 5.38a.887.887 0 0 0 0-1.593l-3.712-1.838a2.723 2.723 0 0 0-2.414 0L5.081 3.787a.887.887 0 0 0 0 1.593Z', stroke: props.color || '#777E91', strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round' }),
|
|
8
|
+
React.createElement("path", { d: 'M15.417 4.612V6.78', stroke: '#777E91', strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round' }))); };
|
|
9
9
|
exports.default = StudentTableHeaderIconSvg;
|
|
10
10
|
//# sourceMappingURL=studentTableHeaderIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"studentTableHeaderIcon.js","sourceRoot":"","sources":["../../../src/icons/studentTableHeaderIcon.tsx"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"studentTableHeaderIcon.js","sourceRoot":"","sources":["../../../src/icons/studentTableHeaderIcon.tsx"],"names":[],"mappings":";;;AAAA,mDAA8B;AAG9B,IAAM,yBAAyB,GAAG,UAAC,KAAiB,IAAK,OAAA,CACvD,8CAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAAK,KAAK;IAClF,8BACE,CAAC,EAAC,kUAAkU,EACpU,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,EAChC,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB;IACF,8BACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+JAA+J,EACjK,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,EAChC,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB;IACF,8BAAM,CAAC,EAAC,oBAAoB,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAE,GAAG,EAAE,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC3G,CACP,EAnBwD,CAmBxD,CAAA;AAED,kBAAe,yBAAyB,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import * as React from
|
|
3
|
-
var StudentTableHeaderIconSvg = function (props) { return (React.createElement("svg", __assign({ width: 20, height: 20, fill:
|
|
4
|
-
React.createElement("path", { d:
|
|
5
|
-
React.createElement("path", { clipRule:
|
|
6
|
-
React.createElement("path", { d:
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
var StudentTableHeaderIconSvg = function (props) { return (React.createElement("svg", __assign({ width: 20, height: 20, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
4
|
+
React.createElement("path", { d: 'M10 14.233V17.5M2.5 17.5v-1.226a2.5 2.5 0 0 1 2.01-2.452l2.371-.474c.196-.04.4.001.566.112v0a4.602 4.602 0 0 0 5.106 0v0a.754.754 0 0 1 .566-.112l2.371.474a2.5 2.5 0 0 1 2.01 2.452V17.5M13.333 6.165v2.168A3.333 3.333 0 0 1 10 11.667v0a3.333 3.333 0 0 1-3.333-3.334V6.165M11.751 11.171l.604 2.414M8.251 11.171l-.603 2.414', stroke: props.color || '#777E91', strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round' }),
|
|
5
|
+
React.createElement("path", { clipRule: 'evenodd', d: 'm5.08 5.38 3.713 1.838c.76.376 1.654.376 2.414 0L14.92 5.38a.887.887 0 0 0 0-1.593l-3.712-1.838a2.723 2.723 0 0 0-2.414 0L5.081 3.787a.887.887 0 0 0 0 1.593Z', stroke: props.color || '#777E91', strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round' }),
|
|
6
|
+
React.createElement("path", { d: 'M15.417 4.612V6.78', stroke: '#777E91', strokeWidth: 1.5, strokeLinecap: 'round', strokeLinejoin: 'round' }))); };
|
|
7
7
|
export default StudentTableHeaderIconSvg;
|
|
8
8
|
//# sourceMappingURL=studentTableHeaderIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"studentTableHeaderIcon.js","sourceRoot":"","sources":["../../../src/icons/studentTableHeaderIcon.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"studentTableHeaderIcon.js","sourceRoot":"","sources":["../../../src/icons/studentTableHeaderIcon.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,IAAM,yBAAyB,GAAG,UAAC,KAAiB,IAAK,OAAA,CACvD,sCAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAAK,KAAK;IAClF,8BACE,CAAC,EAAC,kUAAkU,EACpU,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,EAChC,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB;IACF,8BACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+JAA+J,EACjK,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,EAChC,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB;IACF,8BAAM,CAAC,EAAC,oBAAoB,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAE,GAAG,EAAE,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,GAAG,CAC3G,CACP,EAnBwD,CAmBxD,CAAA;AAED,eAAe,yBAAyB,CAAA"}
|