diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-19 21:28:18 +0000 |
---|---|---|
committer | Samuel Newman <mozzius@protonmail.com> | 2024-03-19 21:28:18 +0000 |
commit | fd448a5fab2e5239abcf4504a1de24cb7aca700c (patch) | |
tree | 1c9486ab04e7cd20416efa992eea6c9e8802098d /src/components/forms/HostingProvider.tsx | |
parent | 793710b02bca33795df968b88e7340881d572fc7 (diff) | |
download | voidsky-fd448a5fab2e5239abcf4504a1de24cb7aca700c.tar.zst |
rename pencil -> pencilLine and reexport
Diffstat (limited to 'src/components/forms/HostingProvider.tsx')
-rw-r--r-- | src/components/forms/HostingProvider.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx index df506b77c..c8cd7263f 100644 --- a/src/components/forms/HostingProvider.tsx +++ b/src/components/forms/HostingProvider.tsx @@ -4,7 +4,7 @@ import {TouchableOpacity, View} from 'react-native' import {isAndroid} from '#/platform/detection' import {atoms as a, useTheme} from '#/alf' import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe' -import {Pencil_Stroke2_Corner0_Rounded as Pencil} from '#/components/icons/Pencil' +import {PencilLine_Stroke2_Corner0_Rounded as Pencil} from '#/components/icons/Pencil' import * as TextField from './TextField' import {useDialogControl} from '../Dialog' import {Text} from '../Typography' |