Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions services/app/lib/icon-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const iconTemplate = (
}

return tpl`
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
${imports};
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/AngleDoubleLeft.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/AngleDoubleRight.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/AngleDown.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/AngleLeft.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/AngleRight.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/AngleUp.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/Close.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/Facebook.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/Linkedin.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/Rss.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down
3 changes: 3 additions & 0 deletions services/app/source/01-global/icon/icons/Twitter.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This component is automatically generated.
// SVGs should be added to icon/svgs.
// See the project documentation for more information.
// tslint:disable:ordered-imports
import clsx from 'clsx';
import * as React from 'react';
Expand Down