From f13257123c0c39bdbe61f15b016163e805719cae Mon Sep 17 00:00:00 2001 From: roman Date: Thu, 20 Aug 2026 15:25:36 +0200 Subject: [PATCH] refactor(icons): migrate icons from Flow to TypeScript --- src/icons/{flowTypes.js => flowTypes.js.flow} | 0 src/icons/general/__tests__/IconShield.test.tsx | 1 - src/icons/states/__tests__/UsersEmptyState.test.tsx | 1 - 3 files changed, 2 deletions(-) rename src/icons/{flowTypes.js => flowTypes.js.flow} (100%) diff --git a/src/icons/flowTypes.js b/src/icons/flowTypes.js.flow similarity index 100% rename from src/icons/flowTypes.js rename to src/icons/flowTypes.js.flow diff --git a/src/icons/general/__tests__/IconShield.test.tsx b/src/icons/general/__tests__/IconShield.test.tsx index 19db659891..33d0640538 100644 --- a/src/icons/general/__tests__/IconShield.test.tsx +++ b/src/icons/general/__tests__/IconShield.test.tsx @@ -1,4 +1,3 @@ -// @flow import * as React from 'react'; import { shallow } from 'enzyme'; diff --git a/src/icons/states/__tests__/UsersEmptyState.test.tsx b/src/icons/states/__tests__/UsersEmptyState.test.tsx index d3cf38f41e..b41d71e311 100644 --- a/src/icons/states/__tests__/UsersEmptyState.test.tsx +++ b/src/icons/states/__tests__/UsersEmptyState.test.tsx @@ -1,4 +1,3 @@ -// @flow import * as React from 'react'; import { shallow } from 'enzyme'; import UsersEmptyState from '../UsersEmptyState';