@internation/lms-web-icons 0.2.28 β 0.2.29
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/README.md +26 -26
- package/dist/cjs/icons/messages.d.ts +4 -0
- package/dist/cjs/icons/messages.js +12 -0
- package/dist/cjs/icons/messages.js.map +1 -0
- package/dist/esm/icons/messages.d.ts +4 -0
- package/dist/esm/icons/messages.js +10 -0
- package/dist/esm/icons/messages.js.map +1 -0
- package/package.json +43 -43
package/README.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
# π Explore Our Icon Library
|
|
2
|
-
|
|
3
|
-
Discover a collection of beautifully designed icons to enhance your LMS experience.
|
|
4
|
-
|
|
5
|
-
π [**Browse All Icons**](https://test.web-lms.inter-nation.uz/icons)
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-

|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
## π‘ Tips for Use
|
|
14
|
-
|
|
15
|
-
- Perfect for dashboards, menus, and learning modules
|
|
16
|
-
- Available in **SVG** format
|
|
17
|
-
- Clean, consistent, and pixel-perfect design
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## π§βπ¨ Want Custom Icons?
|
|
22
|
-
|
|
23
|
-
Weβre always improving!
|
|
24
|
-
Let us know if you'd like to request custom icons or themed designs.
|
|
25
|
-
|
|
26
|
-
---
|
|
1
|
+
# π Explore Our Icon Library
|
|
2
|
+
|
|
3
|
+
Discover a collection of beautifully designed icons to enhance your LMS experience.
|
|
4
|
+
|
|
5
|
+
π [**Browse All Icons**](https://test.web-lms.inter-nation.uz/icons)
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## π‘ Tips for Use
|
|
14
|
+
|
|
15
|
+
- Perfect for dashboards, menus, and learning modules
|
|
16
|
+
- Available in **SVG** format
|
|
17
|
+
- Clean, consistent, and pixel-perfect design
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## π§βπ¨ Want Custom Icons?
|
|
22
|
+
|
|
23
|
+
Weβre always improving!
|
|
24
|
+
Let us know if you'd like to request custom icons or themed designs.
|
|
25
|
+
|
|
26
|
+
---
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var tslib_1 = require("tslib");
|
|
4
|
+
var React = tslib_1.__importStar(require("react"));
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return (React.createElement("svg", tslib_1.__assign({ width: 20, height: 20, viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
7
|
+
React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M6.85 8.333a2.316 2.316 0 012.317-2.316h6.666a2.316 2.316 0 012.317 2.316v5a2.316 2.316 0 01-2.317 2.317h-.183v1.85a.65.65 0 01-1.04.52l-3.16-2.37H9.167a2.316 2.316 0 01-2.317-2.317v-5zm2.317-1.016c-.562 0-1.017.454-1.017 1.016v5c0 .562.455 1.017 1.017 1.017h2.5a.65.65 0 01.39.13l2.293 1.72V15a.65.65 0 01.65-.65h.833c.562 0 1.017-.455 1.017-1.017v-5c0-.562-.455-1.016-1.017-1.016H9.167z', fill: props.color || '#23262F' }),
|
|
8
|
+
React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M4.167 3.983c-.562 0-1.017.455-1.017 1.017v5c0 .562.455 1.017 1.017 1.017H5a.65.65 0 01.65.65v1.285l1.49-.993a.65.65 0 01.72 1.082l-2.5 1.666a.65.65 0 01-1.01-.54v-1.85h-.183A2.316 2.316 0 011.85 10V5a2.316 2.316 0 012.317-2.317h7.5A2.316 2.316 0 0113.983 5v1.667a.65.65 0 11-1.3 0V5c0-.562-.454-1.017-1.016-1.017h-7.5z', fill: props.color || '#23262F' }),
|
|
9
|
+
React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M9.84 10.344a.692.692 0 11.978.979.692.692 0 01-.978-.979zM12.01 10.344a.692.692 0 11.98.979.692.692 0 01-.98-.979zM14.182 10.344a.692.692 0 11.978.978.692.692 0 01-.978-.978z', fill: props.color || '#23262F' })));
|
|
10
|
+
}
|
|
11
|
+
exports.default = SvgComponent;
|
|
12
|
+
//# sourceMappingURL=messages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messages.js","sourceRoot":"","sources":["../../../src/icons/messages.tsx"],"names":[],"mappings":";;;AAAA,mDAA8B;AAG9B,SAAS,YAAY,CAAC,KAAiB;IACrC,OAAO,CACL,8CAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAAK,KAAK;QACtG,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,sYAAsY,EACxY,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B;QACF,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iUAAiU,EACnU,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B;QACF,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iLAAiL,EACnL,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B,CACE,CACP,CAAA;AACH,CAAC;AAED,kBAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
function SvgComponent(props) {
|
|
4
|
+
return (React.createElement("svg", __assign({ width: 20, height: 20, viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
5
|
+
React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M6.85 8.333a2.316 2.316 0 012.317-2.316h6.666a2.316 2.316 0 012.317 2.316v5a2.316 2.316 0 01-2.317 2.317h-.183v1.85a.65.65 0 01-1.04.52l-3.16-2.37H9.167a2.316 2.316 0 01-2.317-2.317v-5zm2.317-1.016c-.562 0-1.017.454-1.017 1.016v5c0 .562.455 1.017 1.017 1.017h2.5a.65.65 0 01.39.13l2.293 1.72V15a.65.65 0 01.65-.65h.833c.562 0 1.017-.455 1.017-1.017v-5c0-.562-.455-1.016-1.017-1.016H9.167z', fill: props.color || '#23262F' }),
|
|
6
|
+
React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M4.167 3.983c-.562 0-1.017.455-1.017 1.017v5c0 .562.455 1.017 1.017 1.017H5a.65.65 0 01.65.65v1.285l1.49-.993a.65.65 0 01.72 1.082l-2.5 1.666a.65.65 0 01-1.01-.54v-1.85h-.183A2.316 2.316 0 011.85 10V5a2.316 2.316 0 012.317-2.317h7.5A2.316 2.316 0 0113.983 5v1.667a.65.65 0 11-1.3 0V5c0-.562-.454-1.017-1.016-1.017h-7.5z', fill: props.color || '#23262F' }),
|
|
7
|
+
React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M9.84 10.344a.692.692 0 11.978.979.692.692 0 01-.978-.979zM12.01 10.344a.692.692 0 11.98.979.692.692 0 01-.98-.979zM14.182 10.344a.692.692 0 11.978.978.692.692 0 01-.978-.978z', fill: props.color || '#23262F' })));
|
|
8
|
+
}
|
|
9
|
+
export default SvgComponent;
|
|
10
|
+
//# sourceMappingURL=messages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messages.js","sourceRoot":"","sources":["../../../src/icons/messages.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,SAAS,YAAY,CAAC,KAAiB;IACrC,OAAO,CACL,sCAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAAK,KAAK;QACtG,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,sYAAsY,EACxY,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B;QACF,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iUAAiU,EACnU,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B;QACF,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iLAAiL,EACnL,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B,CACE,CACP,CAAA;AACH,CAAC;AAED,eAAe,YAAY,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@internation/lms-web-icons",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Lms icons",
|
|
5
|
-
"main": "./dist/cjs/index.js",
|
|
6
|
-
"module": "./dist/esm/index.js",
|
|
7
|
-
"types": "./dist/esm/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "yarn build:esm && yarn build:cjs",
|
|
10
|
-
"build:esm": "tsc",
|
|
11
|
-
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
|
|
12
|
-
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
|
|
13
|
-
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\""
|
|
14
|
-
},
|
|
15
|
-
"author": "Jasurbek Yuldashov (jjkyuldashov)",
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"files": [
|
|
18
|
-
"dist",
|
|
19
|
-
"LICENSE",
|
|
20
|
-
"README.md"
|
|
21
|
-
],
|
|
22
|
-
"keywords": [
|
|
23
|
-
"react",
|
|
24
|
-
"svg"
|
|
25
|
-
],
|
|
26
|
-
"peerDependencies": {
|
|
27
|
-
"react": ">=16"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"@types/react": "^18.2.0",
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
32
|
-
"@typescript-eslint/parser": "^5.59.2",
|
|
33
|
-
"eslint": "^8.39.0",
|
|
34
|
-
"eslint-config-prettier": "^8.8.0",
|
|
35
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
36
|
-
"eslint-plugin-react": "^7.32.2",
|
|
37
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
38
|
-
"prettier": "^2.8.8",
|
|
39
|
-
"prop-types": "^15.8.1",
|
|
40
|
-
"react": "^18.2.0",
|
|
41
|
-
"react-dom": "^18.2.0",
|
|
42
|
-
"typescript": "^5.0.4"
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@internation/lms-web-icons",
|
|
3
|
+
"version": "0.2.29",
|
|
4
|
+
"description": "Lms icons",
|
|
5
|
+
"main": "./dist/cjs/index.js",
|
|
6
|
+
"module": "./dist/esm/index.js",
|
|
7
|
+
"types": "./dist/esm/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "yarn build:esm && yarn build:cjs",
|
|
10
|
+
"build:esm": "tsc",
|
|
11
|
+
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
|
|
12
|
+
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
|
|
13
|
+
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\""
|
|
14
|
+
},
|
|
15
|
+
"author": "Jasurbek Yuldashov (jjkyuldashov)",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"files": [
|
|
18
|
+
"dist",
|
|
19
|
+
"LICENSE",
|
|
20
|
+
"README.md"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"react",
|
|
24
|
+
"svg"
|
|
25
|
+
],
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"react": ">=16"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@types/react": "^18.2.0",
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
32
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
33
|
+
"eslint": "^8.39.0",
|
|
34
|
+
"eslint-config-prettier": "^8.8.0",
|
|
35
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
36
|
+
"eslint-plugin-react": "^7.32.2",
|
|
37
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
38
|
+
"prettier": "^2.8.8",
|
|
39
|
+
"prop-types": "^15.8.1",
|
|
40
|
+
"react": "^18.2.0",
|
|
41
|
+
"react-dom": "^18.2.0",
|
|
42
|
+
"typescript": "^5.0.4"
|
|
43
|
+
}
|
|
44
44
|
}
|