Skip to content

Commit 2741e95

Browse files
authored
Merge pull request #50 from forumone/add-icon-comment
Adds a comment at the top of each icon component.
2 parents f54f12f + 1910083 commit 2741e95

File tree

12 files changed

+36
-0
lines changed

12 files changed

+36
-0
lines changed

services/app/lib/icon-template.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ const iconTemplate = (
5353
}
5454

5555
return tpl`
56+
// This component is automatically generated.
57+
// SVGs should be added to icon/svgs.
58+
// See the project documentation for more information.
5659
// tslint:disable:ordered-imports
5760
import clsx from 'clsx';
5861
${imports};

services/app/source/01-global/icon/icons/AngleDoubleLeft.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/AngleDoubleRight.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/AngleDown.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/AngleLeft.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/AngleRight.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/AngleUp.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/Close.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/Facebook.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

services/app/source/01-global/icon/icons/Linkedin.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This component is automatically generated.
2+
// SVGs should be added to icon/svgs.
3+
// See the project documentation for more information.
14
// tslint:disable:ordered-imports
25
import clsx from 'clsx';
36
import * as React from 'react';

0 commit comments

Comments
 (0)