1 | export declare namespace CSSIcon {
|
2 | const iconNameSegment = "[A-Za-z0-9]+";
|
3 | const iconNameExpression = "[A-Za-z0-9-]+";
|
4 | const iconModifierExpression = "~[A-Za-z]+";
|
5 | const iconNameCharacter = "[A-Za-z0-9~-]";
|
6 | }
|
7 | export declare function escapeIcons(text: string): string;
|
8 | //# sourceMappingURL=icon-utilities.d.ts.map |
\ | No newline at end of file |