diff --git a/packages/icons/src/icons-large.svg.ts b/packages/icons/src/icons-large.svg.ts index f4cb7ba662..d36ff574eb 100644 --- a/packages/icons/src/icons-large.svg.ts +++ b/packages/icons/src/icons-large.svg.ts @@ -10,4 +10,4 @@ OF ANY KIND, either express or implied. See the License for the specific languag governing permissions and limitations under the License. */ import { svg } from '@spectrum-web-components/base'; -export default svg``; +export default svg``; diff --git a/packages/icons/src/icons-medium.svg.ts b/packages/icons/src/icons-medium.svg.ts index f4cb7ba662..56f0bffce2 100644 --- a/packages/icons/src/icons-medium.svg.ts +++ b/packages/icons/src/icons-medium.svg.ts @@ -10,4 +10,4 @@ OF ANY KIND, either express or implied. See the License for the specific languag governing permissions and limitations under the License. */ import { svg } from '@spectrum-web-components/base'; -export default svg``; +export default svg``; diff --git a/packages/icons/test/icons.test.ts b/packages/icons/test/icons.test.ts index 75b82a418c..774636a5fe 100644 --- a/packages/icons/test/icons.test.ts +++ b/packages/icons/test/icons.test.ts @@ -49,6 +49,6 @@ describe('icons', () => { await elementUpdated(el); expect(el).to.not.equal(undefined); - expect(el.getIconList().length).to.equal(36); + expect(el.getIconList().length).to.equal(48); }); });