@d-matrix/icons-svg 0.1.0
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 +31 -0
- package/public/vip-colored.svg +6 -0
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@d-matrix/icons-svg",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Vanilla svg",
|
|
5
|
+
"devDependencies": {
|
|
6
|
+
"cnpm": "^9.4.0"
|
|
7
|
+
},
|
|
8
|
+
"scripts": {
|
|
9
|
+
"pb": "dotenvx run -f ../../.env -- npm publish --access public",
|
|
10
|
+
"postpublish": "echo \"wait for 3 seconds, then sync cnpm\" && npm run wait3s && npm run cnpm:sync"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"public/**/*"
|
|
14
|
+
],
|
|
15
|
+
"exports": {
|
|
16
|
+
"./*": "./public/*"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+https://github.com/mrdulin/dm-icons.git"
|
|
21
|
+
},
|
|
22
|
+
"keywords": [
|
|
23
|
+
"svg"
|
|
24
|
+
],
|
|
25
|
+
"author": "mrdulin",
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/mrdulin/dm-icons/issues"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/mrdulin/dm-icons#readme"
|
|
31
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="20" viewBox="0 0 36 20">
|
|
2
|
+
<g fill="none" fill-rule="evenodd">
|
|
3
|
+
<rect width="36" height="20" fill="#D3BB99" rx="2"/>
|
|
4
|
+
<path fill="#151B24" fill-rule="nonzero" d="M4 17L32 17 32 18 4 18 4 17zM4 2L32 2 32 3 4 3 4 2zM18.9465849 6L18.9465849 14 16.9347148 14 16.9347148 6 18.9465849 6zM24.982195 6C26.6488826 6 27.9999999 7.34314578 27.9999999 9 27.9999999 10.6568542 26.6488826 12 24.982195 12L22.9703249 12 22.9703249 14 20.9584549 14 20.9584549 6 24.982195 6zM10.1376119 6L12.009657 11.113 13.881702 6 16.019314 6 13.015592 13.964 11.003722 13.964 8 6 10.1376119 6zM24.982195 8L22.9703249 8 22.9703249 10 24.982195 10C25.5377575 10 25.98813 9.55228475 25.98813 9 25.98813 8.44771525 25.5377575 8 24.982195 8z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|