Skip to content

Commit c894db9

Browse files
kendo-botinikolova
authored andcommitted
feat: generate icons metadata
1 parent 31728a6 commit c894db9

35 files changed

+378
-0
lines changed

packages/font-icons/dist/index.css

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.32 KB
Binary file not shown.

packages/font-icons/scss/_icon-list.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,20 @@
307307
.k-i-ruler-solid::before { content: "\e0de"; }
308308
.k-i-ruler-triangle-outline::before { content: "\e0df"; }
309309
.k-i-ruler-triangle-solid::before { content: "\e0e0"; }
310+
.k-i-award-number-outline::before { content: "\e0e1"; }
311+
.k-i-award-number-solid::before { content: "\e0e2"; }
312+
.k-i-award-star-outline::before { content: "\e0e3"; }
313+
.k-i-award-star-solid::before { content: "\e0e4"; }
314+
.k-i-banknote-outline::before { content: "\e0e5"; }
315+
.k-i-banknote-solid::before { content: "\e0e6"; }
316+
.k-i-bathtube-outline::before { content: "\e0e7"; }
317+
.k-i-bathtube-solid::before { content: "\e0e8"; }
318+
.k-i-bed-outline::before { content: "\e0e9"; }
319+
.k-i-bed-solid::before { content: "\e0ea"; }
320+
.k-i-bug-outline::before { content: "\e0eb"; }
321+
.k-i-bug-solid::before { content: "\e0ec"; }
322+
.k-i-buildings-outline::before { content: "\e0ed"; }
323+
.k-i-buildings-solid::before { content: "\e0ee"; }
310324
.k-i-undo::before { content: "\e100"; }
311325
.k-i-undo-large::before { content: "\e100"; }
312326
.k-i-redo::before { content: "\e101"; }
4.32 KB
Binary file not shown.

packages/font-icons/src-cs/Telerik.FontIcons/Icons/FontIcon.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,20 @@ public enum FontIcon
228228
RulerSolid = 772,
229229
RulerTriangleOutline = 773,
230230
RulerTriangleSolid = 774,
231+
AwardNumberOutline = 775,
232+
AwardNumberSolid = 776,
233+
AwardStarOutline = 777,
234+
AwardStarSolid = 778,
235+
BanknoteOutline = 779,
236+
BanknoteSolid = 780,
237+
BathtubeOutline = 781,
238+
BathtubeSolid = 782,
239+
BedOutline = 783,
240+
BedSolid = 784,
241+
BugOutline = 785,
242+
BugSolid = 786,
243+
BuildingsOutline = 787,
244+
BuildingsSolid = 788,
231245
Undo = 111,
232246
Redo = 112,
233247
ArrowRotateCcw = 113,
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace Telerik.SvgIcons
2+
{
3+
public class AwardNumberOutline : SvgIconBase
4+
{
5+
public AwardNumberOutline()
6+
{
7+
Name = "award-number-outline";
8+
Content = "<path d=\"m171.98 370-.22-.31h.1l.22.32h-.1Zm-17.75 30.23-36.61-3.34-29.67 50.88 44.2-11.8L144 480l29.94-51.85zM296.65 72.21l25.83 36.61 44.61 4.07 4.07 44.61 36.61 25.83L389 224l18.77 40.67-36.61 25.83-4.07 44.62-44.61 4.07-25.82 36.61-40.67-18.77-40.67 18.77-17.08-24.22-.08-.1-8.61-12.11-14.4-1.48h-.1l-.18-.03-.18-.02-29.8-2.72-4.07-44.61-36.61-25.83 18.77-40.67-18.77-40.67 36.61-25.83 4.07-44.61 44.61-4.07 25.83-36.61L256 90.99zM307.45 32 256 55.75 204.55 32l-32.67 46.3-56.43 5.15-5.15 56.43L64 172.55 87.75 224 64 275.45l46.3 32.67 5.15 56.43 56.31 5.13h.1l.22.32 32.47 46L256 392.25 307.45 416l32.67-46.3 56.43-5.15 5.15-56.43 46.3-32.67L424.25 224 448 172.55l-46.3-32.67-5.15-56.43-56.43-5.15zm50.28 368.23L338 428.17 367.93 480l11.85-44.03 44.2 11.8-29.67-50.88zM255.98 174.6V320h32V127.99h-24s-26.1 32-56 32v32c29.9 0 48-17.4 48-17.4Z\" />";
9+
ViewBox = "0 0 512 512";
10+
}
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace Telerik.SvgIcons
2+
{
3+
public class AwardNumberSolid : SvgIconBase
4+
{
5+
public AwardNumberSolid()
6+
{
7+
Name = "award-number-solid";
8+
Content = "<path d=\"m394.33 396.89-36.58 3.34-19.73 27.94L367.95 480l11.85-44.03 44.2 11.8zM448 172.55l-46.3-32.67-5.15-56.43-56.43-5.15L307.45 32 256 55.75 204.55 32l-32.67 46.3-56.43 5.15-5.15 56.43L64 172.55 87.75 224 64 275.45l46.3 32.67 5.15 56.43 56.33 5.14h.1l.22.32L204.55 416 256 392.25 307.45 416l32.67-46.3 56.43-5.15 5.15-56.43 46.3-32.67L424.25 224zM288 320h-32V174.6S237.9 192 208 192v-32c29.9 0 56-32 56-32h24zm-133.75 80.23-36.61-3.34-29.67 50.88 44.2-11.8L144.02 480l29.94-51.85z\" />";
9+
ViewBox = "0 0 512 512";
10+
}
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace Telerik.SvgIcons
2+
{
3+
public class AwardStarOutline : SvgIconBase
4+
{
5+
public AwardStarOutline()
6+
{
7+
Name = "award-star-outline";
8+
Content = "<path d=\"m154.23 400.23-36.61-3.34-29.67 50.88 44.2-11.8L144 480l29.94-51.85zM296.65 72.21l25.83 36.61 44.61 4.07 4.07 44.61 36.61 25.83L389 224l18.77 40.67-36.61 25.83-4.07 44.62-44.61 4.07-25.82 36.61-40.67-18.77-40.67 18.77-17.08-24.22-.08-.1-8.61-12.11-14.4-1.48h-.1l-.18-.03-.18-.02-29.8-2.72-4.07-44.61-36.61-25.83 18.77-40.67-18.77-40.67 36.61-25.83 4.07-44.61 44.61-4.07 25.83-36.61L256 90.99zM307.45 32 256 55.75 204.55 32l-32.67 46.3-56.43 5.15-5.15 56.43L64 172.55 87.75 224 64 275.45l46.3 32.67 5.15 56.43 56.33 5.14h.1l.22.32L204.55 416 256 392.25 307.45 416l32.67-46.3 56.43-5.15 5.15-56.43 46.3-32.67L424.25 224 448 172.55l-46.3-32.67-5.15-56.43-56.43-5.15zm50.28 368.23L338 428.17 367.93 480l11.85-44.03 44.2 11.8-29.67-50.88zm-50.75-155.18 18.4 82.95-69.4-44.25-69.4 44.25 18.4-82.95-61-55.85 80.45-7.2 31.55-78 31.55 78 80.45 7.2z\" />";
9+
ViewBox = "0 0 512 512";
10+
}
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace Telerik.SvgIcons
2+
{
3+
public class AwardStarSolid : SvgIconBase
4+
{
5+
public AwardStarSolid()
6+
{
7+
Name = "award-star-solid";
8+
Content = "<path d=\"m154.25 400.23-36.61-3.34-29.67 50.88 44.2-11.8L144.02 480l29.94-51.85zM448 172.55l-46.3-32.67-5.15-56.43-56.43-5.15L307.45 32 256 55.75 204.55 32l-32.67 46.3-56.43 5.15-5.15 56.43L64 172.55 87.75 224 64 275.45l46.3 32.67 5.15 56.43 56.33 5.14h.1l.22.32L204.55 416 256 392.25 307.45 416l32.67-46.3 56.43-5.15 5.15-56.43 46.3-32.67L424.25 224zm-141 80.5L325.4 336 256 291.75 186.6 336l18.4-82.95-61-55.85 80.45-7.2L256 112l31.55 78 80.45 7.2zm50.75 147.18-19.73 27.94L367.95 480l11.85-44.03 44.2 11.8-29.67-50.88z\" />";
9+
ViewBox = "0 0 512 512";
10+
}
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace Telerik.SvgIcons
2+
{
3+
public class BanknoteOutline : SvgIconBase
4+
{
5+
public BanknoteOutline()
6+
{
7+
Name = "banknote-outline";
8+
Content = "<path d=\"M256 288c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32m192-128v192H64V160zm32-32H32v256h448zm-113.16 80A59 59 0 0 0 384 225.16v61.68A59 59 0 0 0 366.84 304H145.16A59 59 0 0 0 128 286.84v-61.68A59 59 0 0 0 145.16 208zm22.49-32H122.67c0 4.86-1.31 9.41-3.58 13.33a26.8 26.8 0 0 1-9.75 9.75 26.57 26.57 0 0 1-13.33 3.58v106.67c4.86 0 9.41 1.31 13.33 3.58 4.04 2.34 7.41 5.71 9.75 9.75 2.27 3.93 3.58 8.48 3.58 13.33h266.67c0-4.86 1.31-9.41 3.58-13.33 2.34-4.04 5.71-7.41 9.75-9.75 3.93-2.27 8.48-3.58 13.33-3.58V202.66c-4.86 0-9.41-1.31-13.33-3.58a26.8 26.8 0 0 1-9.75-9.75 26.6 26.6 0 0 1-3.59-13.33\" />";
9+
ViewBox = "0 0 512 512";
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)