Skip to content

Commit

Permalink
feat: generate icons metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot authored and epetrow committed Sep 11, 2024
1 parent e6ea03f commit 4e31602
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/font-icons/dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,10 @@
content: "\e092";
}

.k-i-highlight-free::before {
content: "\e093";
}

.k-i-undo::before {
content: "\e100";
}
Expand Down
Binary file modified packages/font-icons/dist/kendo-font-icons.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions packages/font-icons/scss/_icon-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
.k-i-eraser-outline::before { content: "\e090"; }
.k-i-edit-annotations::before { content: "\e091"; }
.k-i-highlight::before { content: "\e092"; }
.k-i-highlight-free::before { content: "\e093"; }
.k-i-undo::before { content: "\e100"; }
.k-i-undo-large::before { content: "\e100"; }
.k-i-redo::before { content: "\e101"; }
Expand Down
Binary file modified packages/font-icons/scss/kendo-font-icons.ttf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public enum FontIcon
EraserOutline = 688,
EditAnnotations = 689,
Highlight = 690,
HighlightFree = 691,
Undo = 111,
Redo = 112,
ArrowRotateCcw = 113,
Expand Down
12 changes: 12 additions & 0 deletions packages/svg-icons/src-cs/Telerik.SvgIcons/Icons/HighlightFree.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
namespace Telerik.SvgIcons
{
public class HighlightFree : SvgIconBase
{
public HighlightFree()
{
Name = "highlight-free";
Content = "<path d=\"M446.57 120.72 368.1 42.41c-11.99-11.97-31.22-12.61-43.99-1.48l-1.61 1.41-180.35 151.77-18.44 15.51a28.8 28.8 0 0 0-5.27 5.81q-.105.135-.18.27c-6.94 10.85-5.94 25.32 3.78 35.03l2.12 2.12-.05.12-14 33.94-25.55 61.94-48.8 48.7c-4.36 4.35-4.74 9.05-2.12 13.42 2.12 3.52 7.97 6.04 11.43 6.04 20.72-.03 73.7-.42 84.75-.4l11.31-11.29 49.49-18.49 45.89-20.67a28.66 28.66 0 0 0 20.25 8.35c5.23 0 10.45-1.42 15.03-4.24 1.1-.66 2.16-1.41 3.17-2.25l.02-.02a28 28 0 0 0 3.7-3.63l167.93-198.14 1.44-1.64c11.13-12.75 10.48-31.91-1.49-43.87zM84.56 394.02l22.63-22.59 11.32 11.29c-17.68 6.36-23.34 7.77-33.96 11.3zm92.62-31.17-23.06 11.9-35.01-37.93 27-63.88 68.01 70.87-36.95 19.05zm76.8-25.19L150.46 234.81l194.9-169.67 78.45 78.3L254 337.66zM480 385.16v31.75c-1.91.44-2.99.92-4.85 1.48-6.28 2.34-12.11 5.31-17.68 8.61-5.25 3.33-10.34 6.83-15.56 10.19-7.23 4.66-14.6 9.2-22.1 13.6-11.75 6.9-23.55 13.65-37.68 17.12-6.06 1.49-12.66 2.33-19.09 2.33q-1.86 0-3.69-.09c-8.14-.43-16.39-1.72-24.32-3.25-25.93-4.98-50.44-14.43-76.87-17.73-5.03-.45-10.08-.67-15.13-.67-4.75 0-9.5.2-14.23.61-12.15 1.66-23.65 5.29-34.98 9.1-10.54 3.55-21.08 7.01-32.02 9.73-21.25 5.27-43.04 7.31-65.14 8.81C75.2 478.21 32 481 32 481v-31.95s30.06-1.9 44.95-2.91c13.71-.93 27.5-1.6 41.17-2.95 19.86-2.37 39.02-7.11 57.55-13.26 12.49-4.26 25.07-8.72 38.39-11.01 9.37-1.61 18.84-2.34 28.3-2.34 17.38 0 34.75 2.48 51.46 6.57 21.2 5.2 41.96 12.05 63.93 14.92 1.62.12 3.23.18 4.85.18 1.2 0 2.4-.04 3.6-.11 2.83-.44 5.6-1.08 8.3-1.87 5.62-2.15 10.76-4.9 15.87-7.76 5.79-3.24 11.48-6.59 17.09-10.02 10.09-6.34 19.75-13.11 30.06-19.23 10.3-6.1 21.91-10.94 34.36-13.55 2.04-.43 3.9-.71 5.76-.71.78 0 1.56.05 2.36.16\" />";
ViewBox = "0 0 512 512";
}
}
}
1 change: 1 addition & 0 deletions packages/svg-icons/src-cs/Telerik.SvgIcons/SvgIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public static class SvgIcon
public static ISvgIcon EraserOutline => new EraserOutline();
public static ISvgIcon EditAnnotations => new EditAnnotations();
public static ISvgIcon Highlight => new Highlight();
public static ISvgIcon HighlightFree => new HighlightFree();
public static ISvgIcon Undo => new Undo();
public static ISvgIcon Redo => new Redo();
public static ISvgIcon ArrowRotateCcw => new ArrowRotateCcw();
Expand Down
7 changes: 7 additions & 0 deletions packages/svg-icons/src/icons/highlight-free.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { SVGIcon } from '../svg-icon.interface';

export const highlightFreeIcon: SVGIcon = {
name: 'highlight-free',
content: '<path d="M446.57 120.72 368.1 42.41c-11.99-11.97-31.22-12.61-43.99-1.48l-1.61 1.41-180.35 151.77-18.44 15.51a28.8 28.8 0 0 0-5.27 5.81q-.105.135-.18.27c-6.94 10.85-5.94 25.32 3.78 35.03l2.12 2.12-.05.12-14 33.94-25.55 61.94-48.8 48.7c-4.36 4.35-4.74 9.05-2.12 13.42 2.12 3.52 7.97 6.04 11.43 6.04 20.72-.03 73.7-.42 84.75-.4l11.31-11.29 49.49-18.49 45.89-20.67a28.66 28.66 0 0 0 20.25 8.35c5.23 0 10.45-1.42 15.03-4.24 1.1-.66 2.16-1.41 3.17-2.25l.02-.02a28 28 0 0 0 3.7-3.63l167.93-198.14 1.44-1.64c11.13-12.75 10.48-31.91-1.49-43.87zM84.56 394.02l22.63-22.59 11.32 11.29c-17.68 6.36-23.34 7.77-33.96 11.3zm92.62-31.17-23.06 11.9-35.01-37.93 27-63.88 68.01 70.87-36.95 19.05zm76.8-25.19L150.46 234.81l194.9-169.67 78.45 78.3L254 337.66zM480 385.16v31.75c-1.91.44-2.99.92-4.85 1.48-6.28 2.34-12.11 5.31-17.68 8.61-5.25 3.33-10.34 6.83-15.56 10.19-7.23 4.66-14.6 9.2-22.1 13.6-11.75 6.9-23.55 13.65-37.68 17.12-6.06 1.49-12.66 2.33-19.09 2.33q-1.86 0-3.69-.09c-8.14-.43-16.39-1.72-24.32-3.25-25.93-4.98-50.44-14.43-76.87-17.73-5.03-.45-10.08-.67-15.13-.67-4.75 0-9.5.2-14.23.61-12.15 1.66-23.65 5.29-34.98 9.1-10.54 3.55-21.08 7.01-32.02 9.73-21.25 5.27-43.04 7.31-65.14 8.81C75.2 478.21 32 481 32 481v-31.95s30.06-1.9 44.95-2.91c13.71-.93 27.5-1.6 41.17-2.95 19.86-2.37 39.02-7.11 57.55-13.26 12.49-4.26 25.07-8.72 38.39-11.01 9.37-1.61 18.84-2.34 28.3-2.34 17.38 0 34.75 2.48 51.46 6.57 21.2 5.2 41.96 12.05 63.93 14.92 1.62.12 3.23.18 4.85.18 1.2 0 2.4-.04 3.6-.11 2.83-.44 5.6-1.08 8.3-1.87 5.62-2.15 10.76-4.9 15.87-7.76 5.79-3.24 11.48-6.59 17.09-10.02 10.09-6.34 19.75-13.11 30.06-19.23 10.3-6.1 21.91-10.94 34.36-13.55 2.04-.43 3.9-.71 5.76-.71.78 0 1.56.05 2.36.16" />',
viewBox: '0 0 512 512'
}
1 change: 1 addition & 0 deletions packages/svg-icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export { rulerOutlineIcon } from './icons/ruler-outline';
export { eraserOutlineIcon } from './icons/eraser-outline';
export { editAnnotationsIcon } from './icons/edit-annotations';
export { highlightIcon } from './icons/highlight';
export { highlightFreeIcon } from './icons/highlight-free';
export { undoIcon } from './icons/undo';
export { redoIcon } from './icons/redo';
export { arrowRotateCcwIcon } from './icons/arrow-rotate-ccw';
Expand Down

0 comments on commit 4e31602

Please sign in to comment.