@synotech/icons 2.0.1 → 2.0.2
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 +48 -52
- package/dist/{SyColorfilter.tsx → SyColorFilter.tsx} +2 -2
- package/dist/{SyDimond.tsx → SyDiamond.tsx} +2 -2
- package/dist/{SyDimondAlt.tsx → SyDiamondAlt.tsx} +2 -2
- package/dist/{SyFolderDublicate.tsx → SyFolderDuplicate.tsx} +2 -2
- package/dist/{SyWorldAlt.tsx → SyGlobeAlt.tsx} +2 -2
- package/dist/{SyPlayCricle.tsx → SyPlayCircle.tsx} +2 -2
- package/dist/{SyChieldAlt.tsx → SyShieldAlt.tsx} +2 -2
- package/dist/{SyChieldCheck.tsx → SyShieldCheck.tsx} +2 -2
- package/dist/{SyChield.tsx → SyShieldDuo.tsx} +2 -2
- package/dist/{SySignInSqure.tsx → SySignInSquare.tsx} +2 -2
- package/dist/{SySignOutSqure.tsx → SySignOutSquare.tsx} +2 -2
- package/dist/{SySynoptic.tsx → SySynotech.tsx} +2 -2
- package/dist/{SyIcon.tsx → SySynotechIcon.tsx} +2 -2
- package/dist/{SySynopticText.tsx → SySynotechText.tsx} +2 -2
- package/dist/{SyViewHorizont.tsx → SyViewHorizon.tsx} +2 -2
- package/dist/icons.source.json +464 -929
- package/dist/index.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +325 -326
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/native/index.d.mts +1 -3
- package/dist/native/index.d.ts +1 -3
- package/dist/native/index.js +328 -329
- package/dist/native/index.js.map +1 -1
- package/dist/native/index.mjs +4 -4
- package/dist/native/index.mjs.map +1 -1
- package/package.json +132 -133
- package/dist/SySyotechAdd.tsx +0 -10
package/package.json
CHANGED
|
@@ -1,134 +1,133 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
2
|
+
"name": "@synotech/icons",
|
|
3
|
+
"description": "icons sourced from around, used by synotech",
|
|
4
|
+
"version": "2.0.2",
|
|
5
|
+
"author": "Zeal Murapa",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"generic",
|
|
9
|
+
"technology",
|
|
10
|
+
"business",
|
|
11
|
+
"user-interactions",
|
|
12
|
+
"design",
|
|
13
|
+
"layout"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": ""
|
|
18
|
+
},
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"exports": {
|
|
21
|
+
".": {
|
|
22
|
+
"require": "./dist/index.js",
|
|
23
|
+
"import": "./dist/index.mjs"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"dist"
|
|
28
|
+
],
|
|
29
|
+
"config": {
|
|
30
|
+
"commitizen": {
|
|
31
|
+
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"release-it": {
|
|
35
|
+
"git": {
|
|
36
|
+
"commitMessage": "chore(release): v${version}"
|
|
37
|
+
},
|
|
38
|
+
"github": {
|
|
39
|
+
"release": true
|
|
40
|
+
},
|
|
41
|
+
"npm": {
|
|
42
|
+
"publish": false
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"prettier": {
|
|
46
|
+
"bracketSpacing": true,
|
|
47
|
+
"tabWidth": 4,
|
|
48
|
+
"useTabs": true,
|
|
49
|
+
"bracketSameLine": true,
|
|
50
|
+
"singleQuote": true,
|
|
51
|
+
"semi": false,
|
|
52
|
+
"trailingComma": "es5",
|
|
53
|
+
"endOfLine": "auto",
|
|
54
|
+
"printWidth": 120
|
|
55
|
+
},
|
|
56
|
+
"engines": {
|
|
57
|
+
"node": ">=18.0.0"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@ryansonshine/commitizen": "4.2.8",
|
|
61
|
+
"@ryansonshine/cz-conventional-changelog": "3.3.4",
|
|
62
|
+
"@storybook/addon-essentials": "8.2.7",
|
|
63
|
+
"@storybook/addon-interactions": "8.2.7",
|
|
64
|
+
"@storybook/addon-links": "8.2.7",
|
|
65
|
+
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
|
|
66
|
+
"@storybook/blocks": "8.2.7",
|
|
67
|
+
"@storybook/react": "8.2.7",
|
|
68
|
+
"@storybook/react-webpack5": "8.2.7",
|
|
69
|
+
"@storybook/test": "8.2.7",
|
|
70
|
+
"@testing-library/jest-dom": "6.4.8",
|
|
71
|
+
"@testing-library/react": "16.0.0",
|
|
72
|
+
"@types/node": "22.1.0",
|
|
73
|
+
"@types/react": "18.3.3",
|
|
74
|
+
"@types/react-dom": "18.3.0",
|
|
75
|
+
"@types/react-test-renderer": "18.3.0",
|
|
76
|
+
"concurrently": "8.2.2",
|
|
77
|
+
"jsdom": "24.1.1",
|
|
78
|
+
"lefthook": "^1.7.11",
|
|
79
|
+
"prop-types": "15.8.1",
|
|
80
|
+
"react": "18.3.1",
|
|
81
|
+
"react-dom": "18.3.1",
|
|
82
|
+
"react-test-renderer": "18.3.1",
|
|
83
|
+
"release-it": "17.6.0",
|
|
84
|
+
"storybook": "8.2.7",
|
|
85
|
+
"ts-node": "10.9.2",
|
|
86
|
+
"tsconfig-paths": "4.2.0",
|
|
87
|
+
"tsup": "8.2.4",
|
|
88
|
+
"tsx": "4.16.5",
|
|
89
|
+
"typescript": "5.5.4",
|
|
90
|
+
"@svgr/cli": "^8.1.0",
|
|
91
|
+
"@svgr/plugin-jsx": "^8.1.0",
|
|
92
|
+
"lodash": "^4.17.21",
|
|
93
|
+
"react-native-svg": "^15.5.0",
|
|
94
|
+
"@babel/core": "^7.24.9",
|
|
95
|
+
"@size-limit/preset-small-lib": "^11.1.4",
|
|
96
|
+
"@storybook/addon-info": "^5.3.21",
|
|
97
|
+
"@storybook/addons": "^7.6.17",
|
|
98
|
+
"@svgr/core": "^8.1.0",
|
|
99
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
100
|
+
"babel-loader": "^9.1.3",
|
|
101
|
+
"husky": "^9.1.1",
|
|
102
|
+
"lint-staged": "^15.2.7",
|
|
103
|
+
"prettier": "3.3.3",
|
|
104
|
+
"react-is": "^18.3.1",
|
|
105
|
+
"size-limit": "^11.1.4",
|
|
106
|
+
"tsdx": "^0.14.1",
|
|
107
|
+
"tslib": "^2.6.3"
|
|
108
|
+
},
|
|
109
|
+
"lint-staged": {
|
|
110
|
+
"**/*.{js,jsx,ts,tsx,html,json,css,scss,md}": [
|
|
111
|
+
"prettier --write"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"peerDependencies": {
|
|
115
|
+
"react": ">=17",
|
|
116
|
+
"react-dom": ">=17"
|
|
117
|
+
},
|
|
118
|
+
"resolutions": {},
|
|
119
|
+
"scripts": {
|
|
120
|
+
"dev": "concurrently \"pnpm build --watch\" \"pnpm storybook\" \"pnpm test\" ",
|
|
121
|
+
"build": "pnpm generate && tsup && bash postbuild.sh",
|
|
122
|
+
"commit": "cz",
|
|
123
|
+
"storybook": "storybook dev -p 6006",
|
|
124
|
+
"storybook:build": "storybook build",
|
|
125
|
+
"release": "pnpm build && pnpm release-it",
|
|
126
|
+
"link:self": "pnpm link --global",
|
|
127
|
+
"generate": "pnpm generate:doc && pnpm generate:components && pnpm generate:components:native && pnpm generate:schema",
|
|
128
|
+
"generate:doc": "node generate-doc.js src/static readme.md && cp -f ./src/static/* ./public",
|
|
129
|
+
"generate:schema": "node generate-source.js",
|
|
130
|
+
"generate:components": "npx @svgr/cli src/static --out-dir src",
|
|
131
|
+
"generate:components:native": "npx @svgr/cli src/static --native --out-dir src/native"
|
|
132
|
+
}
|
|
133
|
+
}
|
package/dist/SySyotechAdd.tsx
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from 'react'
|
|
2
|
-
import type { SVGProps } from 'react'
|
|
3
|
-
import { memo } from 'react'
|
|
4
|
-
const SvgSySyotechAdd = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg viewBox="0 0 24 24" {...props}>
|
|
6
|
-
<path d="M22.6 10.9h-9.5V1.2h-2v9.7H1.2v2h9.7v9.7h2v-9.7h9.7zm0 0h-.2z" />
|
|
7
|
-
</svg>
|
|
8
|
-
)
|
|
9
|
-
const Memo = memo(SvgSySyotechAdd)
|
|
10
|
-
export default Memo
|