line-md 2.0.2 → 2.0.3
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/line-md.json +6 -2
- package/package.json +2 -2
- package/svg/iconify2-static.svg +15 -0
package/line-md.json
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"beer-alt-twotone-loop",
|
|
18
18
|
"map-marker-off-loop"
|
|
19
19
|
],
|
|
20
|
-
"total":
|
|
20
|
+
"total": 1116
|
|
21
21
|
},
|
|
22
|
-
"lastModified":
|
|
22
|
+
"lastModified": 1733678170,
|
|
23
23
|
"icons": {
|
|
24
24
|
"account": {
|
|
25
25
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 21v-1c0 -3.31 2.69 -6 6 -6h4c3.31 0 6 2.69 6 6v1\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M12 11c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4c2.21 0 4 1.79 4 4c0 2.21 -1.79 4 -4 4Z\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.4s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
|
|
@@ -2004,6 +2004,9 @@
|
|
|
2004
2004
|
"iconify1": {
|
|
2005
2005
|
"body": "<g fill=\"currentColor\"><path d=\"M9.5 9c0 -0.52 -0.48 -1 -1 -1c-0.52 0 -1 0.48 -1 1v1.44c0 0.52 0.48 1.06 1 1.06c0.52 0 1 -0.48 1 -1v-1.5Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.7s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M16.5 9c0 -0.52 -0.48 -1 -1 -1c-0.52 0 -1 0.48 -1 1v1.44c0 0.52 0.48 1.06 1 1.06c0.52 0 1 -0.48 1 -1v-1.5Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.85s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 18c3.13 0 5.33 -2.88 5 -3.5c-0.33 -0.63 -1.5 1.5 -5 1.5c-3.5 0 -4.69 -2.13 -5 -1.5c-0.31 0.63 1.88 3.5 5 3.5Z\" fill-opacity=\"0\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></path></g><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path></g>"
|
|
2006
2006
|
},
|
|
2007
|
+
"iconify2-static": {
|
|
2008
|
+
"body": "<mask id=\"iconify2-mask\"><g fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3.25 22.25h17.5\" stroke-width=\"1.5\"/><path d=\"M7 3v3M5 8v11h14v-11\"/><path d=\"M12 16v4.5M12 3l8.5 5.5\" stroke=\"#000\" stroke-width=\"4\"/><path d=\"M12 3l8.5 5.5\"/><path d=\"M12 3l-8.5 5.5\" stroke=\"#000\" stroke-width=\"4\"/><path d=\"M12 3l-8.5 5.5M12 11.5v9\"/></g><circle cx=\"12\" cy=\"11.5\" r=\"3.5\" fill=\"#000\"/><circle cx=\"12\" cy=\"11.5\" r=\"1.5\" fill=\"#fff\"/></mask><rect mask=\"url(#iconify2-mask)\" width=\"24\" height=\"24\" fill=\"currentColor\"/>"
|
|
2009
|
+
},
|
|
2007
2010
|
"image": {
|
|
2008
2011
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 14v-9h18v14h-18v-5\" stroke-dasharray=\"72\" stroke-dashoffset=\"72\"><animate attributeName=\"stroke-dashoffset\" values=\"72;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M3 16l4 -3l3 2l6 -5l5 4\" stroke-width=\"1\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><circle cx=\"7.5\" cy=\"9.5\" r=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></circle></g>"
|
|
2009
2012
|
},
|
|
@@ -4300,6 +4303,7 @@
|
|
|
4300
4303
|
"heart-twotone-half",
|
|
4301
4304
|
"heart-twotone-half-filled",
|
|
4302
4305
|
"iconify1",
|
|
4306
|
+
"iconify2-static",
|
|
4303
4307
|
"instagram",
|
|
4304
4308
|
"linkedin",
|
|
4305
4309
|
"mastodon",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "line-md",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Material Line Icons",
|
|
6
6
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"homepage": "https://github.com/cyberalien/line-md",
|
|
10
10
|
"repository": "github:cyberalien/line-md",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@iconify/tools": "^4.0.
|
|
12
|
+
"@iconify/tools": "^4.0.7"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "node build.js"
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<mask id="iconify2-mask">
|
|
3
|
+
<g fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
4
|
+
<path d="M3.25 22.25h17.5" stroke-width="1.5" />
|
|
5
|
+
<path d="M7 3v3M5 8v11h14v-11" />
|
|
6
|
+
<path d="M12 16v4.5M12 3l8.5 5.5" stroke="#000" stroke-width="4" />
|
|
7
|
+
<path d="M12 3l8.5 5.5" />
|
|
8
|
+
<path d="M12 3l-8.5 5.5" stroke="#000" stroke-width="4" />
|
|
9
|
+
<path d="M12 3l-8.5 5.5M12 11.5v9" />
|
|
10
|
+
</g>
|
|
11
|
+
<circle cx="12" cy="11.5" r="3.5" fill="#000" />
|
|
12
|
+
<circle cx="12" cy="11.5" r="1.5" fill="#fff" />
|
|
13
|
+
</mask>
|
|
14
|
+
<rect mask="url(#iconify2-mask)" width="24" height="24" fill="currentColor" />
|
|
15
|
+
</svg>
|