diff --git a/apps/desktop/layer/renderer/src/modules/entry-column/layouts/EntryListHeader.electron.tsx b/apps/desktop/layer/renderer/src/modules/entry-column/layouts/EntryListHeader.electron.tsx index bde310d00..fa491f7c1 100644 --- a/apps/desktop/layer/renderer/src/modules/entry-column/layouts/EntryListHeader.electron.tsx +++ b/apps/desktop/layer/renderer/src/modules/entry-column/layouts/EntryListHeader.electron.tsx @@ -189,7 +189,7 @@ const PreviewHeaderInfoWrapper: Component = ({ children }) => { }) }} > - + {tCommon("words.follow")} diff --git a/apps/mobile/src/icons/add_cute_fi.tsx b/apps/mobile/src/icons/add_cute_fi.tsx new file mode 100644 index 000000000..71bd6081c --- /dev/null +++ b/apps/mobile/src/icons/add_cute_fi.tsx @@ -0,0 +1,24 @@ +import * as React from "react" +import Svg, { Path } from "react-native-svg" + +interface AddCuteFiIconProps { + width?: number + height?: number + color?: string +} + +export const AddCuteFiIcon = ({ + width = 24, + height = 24, + color = "#10161F", +}: AddCuteFiIconProps) => { + return ( + + + + ) +} diff --git a/apps/mobile/src/icons/classify_2_cute_re.tsx b/apps/mobile/src/icons/classify_2_cute_re.tsx new file mode 100644 index 000000000..c1606c3d9 --- /dev/null +++ b/apps/mobile/src/icons/classify_2_cute_re.tsx @@ -0,0 +1,24 @@ +import * as React from "react" +import Svg, { Path } from "react-native-svg" + +interface Classify2CuteReIconProps { + width?: number + height?: number + color?: string +} + +export const Classify2CuteReIcon = ({ + width = 24, + height = 24, + color = "#10161F", +}: Classify2CuteReIconProps) => { + return ( + + + + ) +} diff --git a/apps/mobile/src/icons/emoji_2_cute_re.tsx b/apps/mobile/src/icons/emoji_2_cute_re.tsx new file mode 100644 index 000000000..aae3a8c14 --- /dev/null +++ b/apps/mobile/src/icons/emoji_2_cute_re.tsx @@ -0,0 +1,24 @@ +import * as React from "react" +import Svg, { Path } from "react-native-svg" + +interface Emoji2CuteReIconProps { + width?: number + height?: number + color?: string +} + +export const Emoji2CuteReIcon = ({ + width = 24, + height = 24, + color = "#10161F", +}: Emoji2CuteReIconProps) => { + return ( + + + + ) +} diff --git a/apps/mobile/src/icons/hammer_cute_re.tsx b/apps/mobile/src/icons/hammer_cute_re.tsx new file mode 100644 index 000000000..452f3427c --- /dev/null +++ b/apps/mobile/src/icons/hammer_cute_re.tsx @@ -0,0 +1,24 @@ +import * as React from "react" +import Svg, { Path } from "react-native-svg" + +interface HammerCuteReIconProps { + width?: number + height?: number + color?: string +} + +export const HammerCuteReIcon = ({ + width = 24, + height = 24, + color = "#10161F", +}: HammerCuteReIconProps) => { + return ( + + + + ) +} diff --git a/apps/mobile/src/icons/polygon_cute_re.tsx b/apps/mobile/src/icons/polygon_cute_re.tsx new file mode 100644 index 000000000..db2313782 --- /dev/null +++ b/apps/mobile/src/icons/polygon_cute_re.tsx @@ -0,0 +1,24 @@ +import * as React from "react" +import Svg, { Path } from "react-native-svg" + +interface PolygonCuteReIconProps { + width?: number + height?: number + color?: string +} + +export const PolygonCuteReIcon = ({ + width = 24, + height = 24, + color = "#10161F", +}: PolygonCuteReIconProps) => { + return ( + + + + ) +} diff --git a/icons/mgc/add_cute_fi.svg b/icons/mgc/add_cute_fi.svg new file mode 100644 index 000000000..ec29f97f9 --- /dev/null +++ b/icons/mgc/add_cute_fi.svg @@ -0,0 +1 @@ + \ No newline at end of file