line-md 0.2.0 → 0.2.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/README.md +24 -11
- package/line-md.json +345 -9
- package/package.json +1 -1
- package/svg/beer-alt-filled-loop.svg +1 -0
- package/svg/beer-alt-filled.svg +1 -0
- package/svg/beer-alt-twotone-loop.svg +1 -0
- package/svg/beer-alt-twotone.svg +1 -0
- package/svg/beer-filled.svg +1 -0
- package/svg/beer-loop.svg +1 -0
- package/svg/beer-twotone-loop.svg +1 -0
- package/svg/beer-twotone.svg +1 -0
- package/svg/beer.svg +1 -0
- package/svg/buy-me-a-coffee-filled.svg +1 -0
- package/svg/buy-me-a-coffee-twotone.svg +1 -0
- package/svg/buy-me-a-coffee.svg +1 -0
- package/svg/{check-list-3-solid.svg → check-list-3-filled.svg} +0 -0
- package/svg/circle-to-confirm-circle-transition.svg +1 -0
- package/svg/circle-to-confirm-circle-twotone-transition.svg +1 -0
- package/svg/circle-twotone-to-confirm-circle-twotone-transition.svg +1 -0
- package/svg/cloud-braces-loop.svg +1 -0
- package/svg/cloud-download-loop.svg +1 -0
- package/svg/cloud-download-outline-loop.svg +1 -0
- package/svg/cloud-loop.svg +1 -0
- package/svg/cloud-off-outline-loop.svg +1 -0
- package/svg/cloud-outline-loop.svg +1 -0
- package/svg/cloud-print-loop.svg +1 -0
- package/svg/cloud-print-outline-loop.svg +1 -0
- package/svg/cloud-tags-loop.svg +1 -0
- package/svg/cloud-upload-loop.svg +1 -0
- package/svg/cloud-upload-outline-loop.svg +1 -0
- package/svg/coffee-arrow-filled.svg +1 -0
- package/svg/coffee-arrow-twotone.svg +1 -0
- package/svg/coffee-arrow.svg +1 -0
- package/svg/coffee-filled.svg +1 -0
- package/svg/coffee-half-empty-twotone-loop.svg +1 -0
- package/svg/coffee-loop.svg +1 -0
- package/svg/coffee-twotone-loop.svg +1 -0
- package/svg/coffee-twotone.svg +1 -0
- package/svg/coffee.svg +1 -0
- package/svg/confirm-circle-to-circle-transition.svg +1 -0
- package/svg/confirm-circle-twotone-to-circle-transition.svg +1 -0
- package/svg/confirm-circle-twotone-to-circle-twotone-transition.svg +1 -0
- package/svg/{grid-3-solid.svg → grid-3-filled.svg} +0 -0
- package/svg/instagram.svg +1 -0
- package/svg/light-dark-loop.svg +1 -0
- package/svg/light-dark.svg +1 -0
- package/svg/lightbulb-filled.svg +1 -0
- package/svg/lightbulb-off-filled-loop.svg +1 -0
- package/svg/lightbulb-off-filled.svg +1 -0
- package/svg/lightbulb-off-loop.svg +1 -0
- package/svg/lightbulb-off-twotone-loop.svg +1 -0
- package/svg/lightbulb-off-twotone.svg +1 -0
- package/svg/lightbulb-off.svg +1 -0
- package/svg/lightbulb-twotone.svg +1 -0
- package/svg/lightbulb.svg +1 -0
- package/svg/{list-3-solid.svg → list-3-filled.svg} +0 -0
- package/svg/loading-alt-loop.svg +1 -0
- package/svg/loading-loop.svg +1 -0
- package/svg/loading-twotone-loop.svg +1 -0
- package/svg/moon-filled.svg +1 -0
- package/svg/moon-twotone.svg +1 -0
- package/svg/moon.svg +1 -0
- package/svg/reddit-circle-loop.svg +1 -0
- package/svg/reddit-circle.svg +1 -0
- package/svg/reddit-loop.svg +1 -0
- package/svg/reddit.svg +1 -0
- package/svg/sun-rising-filled-loop.svg +1 -0
- package/svg/sun-rising-loop.svg +1 -0
- package/svg/sun-rising-twotone-loop.svg +1 -0
- package/svg/sunny-filled.svg +1 -0
- package/svg/sunny-outline-loop.svg +1 -0
- package/svg/sunny-outline-twotone-loop.svg +1 -0
- package/svg/sunny-outline-twotone.svg +1 -0
- package/svg/sunny-outline.svg +1 -0
- package/svg/telegram.svg +1 -0
- package/svg/text-box-multiple-to-text-box-transition.svg +1 -0
- package/svg/text-box-multiple-twotone-to-text-box-twotone-transition.svg +1 -0
- package/svg/text-box-multiple-twotone.svg +1 -0
- package/svg/text-box-multiple.svg +1 -0
- package/svg/text-box-to-text-box-multiple-transition.svg +1 -0
- package/svg/text-box-twotone-to-text-box-multiple-twotone-transition.svg +1 -0
- package/svg/text-box-twotone.svg +1 -0
- package/svg/text-box.svg +1 -0
- package/svg/weather-cloudy-loop.svg +1 -0
package/README.md
CHANGED
|
@@ -4,19 +4,34 @@ There are many icon sets that are designed to Material Design guidelines. You ca
|
|
|
4
4
|
|
|
5
5
|
This icon set is different:
|
|
6
6
|
|
|
7
|
-
- Icons are animated using
|
|
7
|
+
- Icons are animated using SVG animations. No CSS or JavaScript.
|
|
8
8
|
- It follows guidelines that are used for 'Round' and 'TwoTone' icons in the official Material Design Icons set.
|
|
9
9
|
- Sometimes 1px thin lines are used where it makes sense.
|
|
10
10
|
|
|
11
11
|
Preview is available at https://cyberalien.github.io/line-md/
|
|
12
12
|
|
|
13
|
-
Icon set is in development. It contains only few icons so far.
|
|
13
|
+
Icon set is in development. It contains only few icons so far.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## Icon requests
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
If you like this icon set, but it is missing icons that you need, [please open an issue at repository](https://github.com/cyberalien/line-md/issues).
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
## SVG animations level 2
|
|
20
|
+
|
|
21
|
+
Icons use [SVG animations](https://svgwg.org/specs/animations/), which are contained in icon code and do not require external stylesheet or script.
|
|
22
|
+
|
|
23
|
+
No, these are not outdated SMIL animations. Icons are animated using modern SVG spec, supported by all browsers.
|
|
24
|
+
|
|
25
|
+
## Animation types
|
|
26
|
+
|
|
27
|
+
Most icons use "fade-in" animation. Animation shows icon appearing from nothing.
|
|
28
|
+
|
|
29
|
+
Other icons:
|
|
30
|
+
- Icons that end with `-loop` use infinite animtions.
|
|
31
|
+
- Icons that end with `-out` disappear icon. It is the opposite of same icon without `-out` suffix.
|
|
32
|
+
- Icons that end with `-transition` transition between two icons (not yet available, but planned).
|
|
33
|
+
|
|
34
|
+
## Usage in HTML
|
|
20
35
|
|
|
21
36
|
1. Include IconifyIcon component, [see `iconify-icon` package for latest code](https://www.npmjs.com/package/iconify-icon).
|
|
22
37
|
|
|
@@ -26,14 +41,12 @@ Icons use CSS 2 animations, which are contained in icon code and do not require
|
|
|
26
41
|
<iconify-icon icon="line-md:home"></iconify-icon>
|
|
27
42
|
```
|
|
28
43
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
You can [open an issue on GitHub repository](https://github.com/cyberalien/line-md/issues) to request icons.
|
|
44
|
+
## Usage without web component
|
|
32
45
|
|
|
33
|
-
|
|
46
|
+
There are few issues with SVG animations.
|
|
34
47
|
|
|
35
|
-
|
|
48
|
+
[Iconify icon web component](https://docs.iconify.design/iconify-icon/) solves those issues, but if you are using icons without it, see [article that explains known SVG issues and solutions](https://docs.iconify.design/articles/svg-animation-issues/).
|
|
36
49
|
|
|
37
|
-
|
|
50
|
+
## Licence
|
|
38
51
|
|
|
39
52
|
MIT
|