line-md 0.2.7 → 0.2.8

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 CHANGED
@@ -17,7 +17,7 @@
17
17
  "beer-alt-twotone-loop",
18
18
  "image-twotone"
19
19
  ],
20
- "total": 395
20
+ "total": 396
21
21
  },
22
22
  "icons": {
23
23
  "account": {
@@ -680,6 +680,9 @@
680
680
  "marker-twotone": {
681
681
  "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 14L17 3L21 7L10 18L6 14Z\" fill=\"none\" stroke-width=\"2\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M9 17L6.5 19.5H2.5L7 15Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
682
682
  },
683
+ "mastodon": {
684
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15.5 21.5C6 23.5 7 17 8 17C11.5 17 21 19 21 12.5V8.5C21 4.5 18.5 3 14 3H10C5.5 3 3 4 3 10V13C3 19 5 24 15.5 21.5Z\" stroke-dasharray=\"80\" stroke-dashoffset=\"80\"><animate attributeName=\"stroke-dashoffset\" values=\"80;160\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M7 13.5L7 8C7 8 7.5 6 9.5 6C11.5 6 12 8 12 8L12 10.5L12 8C12 8 12.5 6 14.5 6C16.5 6 17 8 17 8L17 13.5\" stroke-dasharray=\"32\" stroke-dashoffset=\"32\"><animate attributeName=\"stroke-dashoffset\" values=\"32;0\" dur=\"0.4s\" begin=\"0.7s\" fill=\"freeze\"/></path></g>"
685
+ },
683
686
  "menu": {
684
687
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"24\"><path d=\"M5 5H19\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 12H19\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 19H19\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
685
688
  },
@@ -1583,6 +1586,7 @@
1583
1586
  "iconify1",
1584
1587
  "instagram",
1585
1588
  "linkedin",
1589
+ "mastodon",
1586
1590
  "reddit",
1587
1591
  "reddit-circle",
1588
1592
  "reddit-circle-loop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "line-md",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Material Line Icons",
5
5
  "author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
6
6
  "license": "MIT",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15.5 21.5C6 23.5 7 17 8 17C11.5 17 21 19 21 12.5V8.5C21 4.5 18.5 3 14 3H10C5.5 3 3 4 3 10V13C3 19 5 24 15.5 21.5Z" stroke-dasharray="80" stroke-dashoffset="80"><animate attributeName="stroke-dashoffset" values="80;160" dur="0.6s" fill="freeze"/></path><path d="M7 13.5L7 8C7 8 7.5 6 9.5 6C11.5 6 12 8 12 8L12 10.5L12 8C12 8 12.5 6 14.5 6C16.5 6 17 8 17 8L17 13.5" stroke-dasharray="32" stroke-dashoffset="32"><animate attributeName="stroke-dashoffset" values="32;0" dur="0.4s" begin="0.7s" fill="freeze"/></path></g></svg>