@iconkadeh/icons 1.0.0 → 1.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/css/all/all.css +85579 -0
- package/css/bold/all.css +21620 -0
- package/{dist/bold/rounded/iconkadeh-bold-rounded.css → css/bold/rounded.css} +3 -3
- package/{dist/bold/straight/iconkadeh-bold-straight.css → css/bold/straight.css} +3 -3
- package/{dist/brands/all/iconkadeh-brands.css → css/brands/all.css} +3 -3
- package/css/regular/all.css +21614 -0
- package/{dist/regular/rounded/iconkadeh-regular-rounded.css → css/regular/rounded.css} +3 -3
- package/{dist/regular/straight/iconkadeh-regular-straight.css → css/regular/straight.css} +3 -3
- package/css/solid/all.css +21437 -0
- package/{dist/solid/rounded/iconkadeh-solid-rounded.css → css/solid/rounded.css} +3 -3
- package/{dist/solid/straight/iconkadeh-solid-straight.css → css/solid/straight.css} +3 -3
- package/css/thin/all.css +20219 -0
- package/{dist/thin/rounded/iconkadeh-thin-rounded.css → css/thin/rounded.css} +3 -3
- package/{dist/thin/straight/iconkadeh-thin-straight.css → css/thin/straight.css} +3 -3
- package/package.json +6 -6
- package/dist/bold/rounded/iconkadeh-bold-rounded.ttf +0 -0
- package/dist/bold/straight/iconkadeh-bold-straight.ttf +0 -0
- package/dist/brands/all/iconkadeh-brands.ttf +0 -0
- package/dist/regular/rounded/iconkadeh-regular-rounded.ttf +0 -0
- package/dist/regular/straight/iconkadeh-regular-straight.ttf +0 -0
- package/dist/solid/rounded/iconkadeh-solid-rounded.ttf +0 -0
- package/dist/solid/straight/iconkadeh-solid-straight.ttf +0 -0
- package/dist/thin/rounded/iconkadeh-thin-rounded.ttf +0 -0
- package/dist/thin/straight/iconkadeh-thin-straight.ttf +0 -0
- /package/{dist/bold/rounded → css}/iconkadeh-bold-rounded.woff +0 -0
- /package/{dist/bold/rounded → css}/iconkadeh-bold-rounded.woff2 +0 -0
- /package/{dist/bold/straight → css}/iconkadeh-bold-straight.woff +0 -0
- /package/{dist/bold/straight → css}/iconkadeh-bold-straight.woff2 +0 -0
- /package/{dist/brands/all → css}/iconkadeh-brands.woff +0 -0
- /package/{dist/brands/all → css}/iconkadeh-brands.woff2 +0 -0
- /package/{dist/regular/rounded → css}/iconkadeh-regular-rounded.woff +0 -0
- /package/{dist/regular/rounded → css}/iconkadeh-regular-rounded.woff2 +0 -0
- /package/{dist/regular/straight → css}/iconkadeh-regular-straight.woff +0 -0
- /package/{dist/regular/straight → css}/iconkadeh-regular-straight.woff2 +0 -0
- /package/{dist/solid/rounded → css}/iconkadeh-solid-rounded.woff +0 -0
- /package/{dist/solid/rounded → css}/iconkadeh-solid-rounded.woff2 +0 -0
- /package/{dist/solid/straight → css}/iconkadeh-solid-straight.woff +0 -0
- /package/{dist/solid/straight → css}/iconkadeh-solid-straight.woff2 +0 -0
- /package/{dist/thin/rounded → css}/iconkadeh-thin-rounded.woff +0 -0
- /package/{dist/thin/rounded → css}/iconkadeh-thin-rounded.woff2 +0 -0
- /package/{dist/thin/straight → css}/iconkadeh-thin-straight.woff +0 -0
- /package/{dist/thin/straight → css}/iconkadeh-thin-straight.woff2 +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "iconkadeh-solid-rounded";
|
|
3
|
-
src: url("
|
|
4
|
-
url("
|
|
5
|
-
url("
|
|
3
|
+
src: url("..//iconkadeh-solid-rounded.woff2?84487126abf591dbc7a4ce06067c5e8d") format("woff2"),
|
|
4
|
+
url("..//iconkadeh-solid-rounded.woff?84487126abf591dbc7a4ce06067c5e8d") format("woff"),
|
|
5
|
+
url("..//iconkadeh-solid-rounded.eot?84487126abf591dbc7a4ce06067c5e8d#iefix") format("embedded-opentype");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
i[class^="ik-"]:before, i[class*=" ik-"]:before {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "iconkadeh-solid-straight";
|
|
3
|
-
src: url("
|
|
4
|
-
url("
|
|
5
|
-
url("
|
|
3
|
+
src: url("..//iconkadeh-solid-straight.woff2?d8a6315533eae6a5eb5a9ca340ec3d7c") format("woff2"),
|
|
4
|
+
url("..//iconkadeh-solid-straight.woff?d8a6315533eae6a5eb5a9ca340ec3d7c") format("woff"),
|
|
5
|
+
url("..//iconkadeh-solid-straight.eot?d8a6315533eae6a5eb5a9ca340ec3d7c#iefix") format("embedded-opentype");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
i[class^="ik-"]:before, i[class*=" ik-"]:before {
|