From 191008387dfd095b3e28021b11ef089aee8ed084 Mon Sep 17 00:00:00 2001 From: KJ Monahan Date: Tue, 8 Aug 2023 12:51:41 -0500 Subject: [PATCH] Adds a comment at the top of each icon component. --- services/app/lib/icon-template.js | 3 +++ services/app/source/01-global/icon/icons/AngleDoubleLeft.tsx | 3 +++ services/app/source/01-global/icon/icons/AngleDoubleRight.tsx | 3 +++ services/app/source/01-global/icon/icons/AngleDown.tsx | 3 +++ services/app/source/01-global/icon/icons/AngleLeft.tsx | 3 +++ services/app/source/01-global/icon/icons/AngleRight.tsx | 3 +++ services/app/source/01-global/icon/icons/AngleUp.tsx | 3 +++ services/app/source/01-global/icon/icons/Close.tsx | 3 +++ services/app/source/01-global/icon/icons/Facebook.tsx | 3 +++ services/app/source/01-global/icon/icons/Linkedin.tsx | 3 +++ services/app/source/01-global/icon/icons/Rss.tsx | 3 +++ services/app/source/01-global/icon/icons/Twitter.tsx | 3 +++ 12 files changed, 36 insertions(+) diff --git a/services/app/lib/icon-template.js b/services/app/lib/icon-template.js index 34b4a40f..dbf51b52 100644 --- a/services/app/lib/icon-template.js +++ b/services/app/lib/icon-template.js @@ -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}; diff --git a/services/app/source/01-global/icon/icons/AngleDoubleLeft.tsx b/services/app/source/01-global/icon/icons/AngleDoubleLeft.tsx index cdc55285..37d90e40 100644 --- a/services/app/source/01-global/icon/icons/AngleDoubleLeft.tsx +++ b/services/app/source/01-global/icon/icons/AngleDoubleLeft.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/AngleDoubleRight.tsx b/services/app/source/01-global/icon/icons/AngleDoubleRight.tsx index a58992a6..94bcefe4 100644 --- a/services/app/source/01-global/icon/icons/AngleDoubleRight.tsx +++ b/services/app/source/01-global/icon/icons/AngleDoubleRight.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/AngleDown.tsx b/services/app/source/01-global/icon/icons/AngleDown.tsx index 60fbf9a2..3309634f 100644 --- a/services/app/source/01-global/icon/icons/AngleDown.tsx +++ b/services/app/source/01-global/icon/icons/AngleDown.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/AngleLeft.tsx b/services/app/source/01-global/icon/icons/AngleLeft.tsx index 85cb0544..43c94127 100644 --- a/services/app/source/01-global/icon/icons/AngleLeft.tsx +++ b/services/app/source/01-global/icon/icons/AngleLeft.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/AngleRight.tsx b/services/app/source/01-global/icon/icons/AngleRight.tsx index 6fe8db74..dadf9aed 100644 --- a/services/app/source/01-global/icon/icons/AngleRight.tsx +++ b/services/app/source/01-global/icon/icons/AngleRight.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/AngleUp.tsx b/services/app/source/01-global/icon/icons/AngleUp.tsx index 579aa953..42fc47bb 100644 --- a/services/app/source/01-global/icon/icons/AngleUp.tsx +++ b/services/app/source/01-global/icon/icons/AngleUp.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/Close.tsx b/services/app/source/01-global/icon/icons/Close.tsx index f20034d8..c229826e 100644 --- a/services/app/source/01-global/icon/icons/Close.tsx +++ b/services/app/source/01-global/icon/icons/Close.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/Facebook.tsx b/services/app/source/01-global/icon/icons/Facebook.tsx index a7010a54..84a7f066 100644 --- a/services/app/source/01-global/icon/icons/Facebook.tsx +++ b/services/app/source/01-global/icon/icons/Facebook.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/Linkedin.tsx b/services/app/source/01-global/icon/icons/Linkedin.tsx index 79c5147b..86ea4954 100644 --- a/services/app/source/01-global/icon/icons/Linkedin.tsx +++ b/services/app/source/01-global/icon/icons/Linkedin.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/Rss.tsx b/services/app/source/01-global/icon/icons/Rss.tsx index 208bc982..acad01d1 100644 --- a/services/app/source/01-global/icon/icons/Rss.tsx +++ b/services/app/source/01-global/icon/icons/Rss.tsx @@ -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'; diff --git a/services/app/source/01-global/icon/icons/Twitter.tsx b/services/app/source/01-global/icon/icons/Twitter.tsx index 8f981c07..72ddbd29 100644 --- a/services/app/source/01-global/icon/icons/Twitter.tsx +++ b/services/app/source/01-global/icon/icons/Twitter.tsx @@ -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';