Skip to content

Commit 36f7767

Browse files
committed
feat: update icons
1 parent dea3380 commit 36f7767

30 files changed

+248
-130
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
import * as React from "react"
2+
import Svg, { Path } from "react-native-svg"
3+
4+
interface BlackBoard2CuteFiIconProps {
5+
width?: number
6+
height?: number
7+
color?: string
8+
}
9+
10+
export const BlackBoard2CuteFiIcon = ({
11+
width = 24,
12+
height = 24,
13+
color = "#10161F",
14+
}: BlackBoard2CuteFiIconProps) => {
15+
return (
16+
<Svg width={width} height={height} fill="none" viewBox="0 0 24 24">
17+
<Path fill="#fff" fillOpacity={0.01} d="M24 0v24H0V0z" />
18+
<Path
19+
fill={color}
20+
fillRule="evenodd"
21+
d="M10.417 6.5h3.166c-.4-.394-.7-.675-.965-.877-.348-.265-.51-.295-.618-.295-.108 0-.27.03-.618.295-.264.202-.566.483-.965.877m6.034.037-.962-.963c-.627-.626-1.167-1.167-1.658-1.54-.525-.402-1.11-.706-1.83-.706-.722 0-1.306.304-1.832.705-.491.374-1.031.915-1.658 1.541l-.046.047-.916.916c-.128.007-.252.015-.37.025-.76.065-1.425.201-2.036.528A5 5 0 0 0 3.09 9.143c-.326.611-.463 1.276-.527 2.035-.08.937-.063 1.882-.063 2.822 0 .94-.017 1.884.063 2.821.064.76.2 1.424.527 2.036a5 5 0 0 0 2.053 2.052c.611.327 1.277.463 2.035.528.737.063 1.648.063 2.777.063h4.09c1.13 0 2.04 0 2.777-.063.759-.065 1.424-.2 2.035-.528a5 5 0 0 0 2.053-2.052c.326-.612.463-1.277.527-2.036.08-.937.063-1.882.063-2.821 0-.94.017-1.885-.063-2.822-.064-.759-.2-1.424-.527-2.035a5 5 0 0 0-2.053-2.053c-.611-.327-1.276-.463-2.035-.528-.12-.01-.243-.018-.37-.025M14.001 13H8a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2m-4 4H8a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"
22+
clipRule="evenodd"
23+
/>
24+
</Svg>
25+
)
26+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
import * as React from "react"
2+
import Svg, { Path } from "react-native-svg"
3+
4+
interface BlackBoard2CuteReIconProps {
5+
width?: number
6+
height?: number
7+
color?: string
8+
}
9+
10+
export const BlackBoard2CuteReIcon = ({
11+
width = 24,
12+
height = 24,
13+
color = "#10161F",
14+
}: BlackBoard2CuteReIconProps) => {
15+
return (
16+
<Svg width={width} height={height} fill="none" viewBox="0 0 24 24">
17+
<Path fill="#fff" fillOpacity={0.01} d="M24 0v24H0V0z" />
18+
<Path
19+
stroke={color}
20+
strokeLinecap="round"
21+
strokeLinejoin="round"
22+
strokeWidth={2}
23+
d="M8 12h6m-6 4h2M8 7.5l1.172-1.172c1.333-1.333 2-2 2.828-2 .828 0 1.495.667 2.828 2L16 7.5m-6 13h4c2.335 0 3.502 0 4.386-.472a4 4 0 0 0 1.642-1.642c.472-.884.472-2.051.472-4.386v0c0-2.335 0-3.502-.472-4.386a4 4 0 0 0-1.642-1.642C17.502 7.5 16.335 7.5 14 7.5h-4c-2.335 0-3.502 0-4.386.472a4 4 0 0 0-1.642 1.642C3.5 10.498 3.5 11.665 3.5 14v0c0 2.335 0 3.502.472 4.386a4 4 0 0 0 1.642 1.642c.884.472 2.051.472 4.386.472"
24+
/>
25+
</Svg>
26+
)
27+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
import * as React from "react"
2+
import Svg, { Path } from "react-native-svg"
3+
4+
interface Home5CuteFiIconProps {
5+
width?: number
6+
height?: number
7+
color?: string
8+
}
9+
10+
export const Home5CuteFiIcon = ({
11+
width = 24,
12+
height = 24,
13+
color = "#10161F",
14+
}: Home5CuteFiIconProps) => {
15+
return (
16+
<Svg width={width} height={height} fill="none" viewBox="0 0 24 24">
17+
<Path fill="#fff" fillOpacity={0.01} d="M24 0v24H0V0z" />
18+
<Path
19+
fill={color}
20+
fillRule="evenodd"
21+
d="m21.501 8.623-5.25-4.083c-.845-.657-1.548-1.204-2.17-1.58-.657-.395-1.317-.659-2.08-.659-.765 0-1.424.264-2.081.66-.623.375-1.326.922-2.17 1.58L2.514 8.613c-.224.174-.454.365-.569.645a1.2 1.2 0 0 0 .513 1.493c.28.162.59.16.901.16.103 0 .207-.001.31.004l.011.01c.119.759.183 1.53.247 2.298.03.37.061.739.098 1.105.124 1.242.225 2.246.385 3.05.167.831.414 1.545.892 2.167a5 5 0 0 0 1.33 1.203c.665.413 1.4.589 2.245.671.815.08 1.824.08 3.072.08h.102c1.248 0 2.257 0 3.073-.08.844-.082 1.579-.258 2.245-.671a5.002 5.002 0 0 0 1.33-1.203c.477-.622.725-1.336.891-2.168.16-.803.261-1.807.385-3.049.037-.367.068-.736.098-1.105.064-.769.129-1.54.247-2.298l.002-.01h.01a5.5 5.5 0 0 1 .312-.006c.313 0 .624 0 .903-.161a1.2 1.2 0 0 0 .51-1.49c-.112-.275-.328-.46-.556-.636M12.001 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
22+
clipRule="evenodd"
23+
/>
24+
</Svg>
25+
)
26+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
import * as React from "react"
2+
import Svg, { Path } from "react-native-svg"
3+
4+
interface Home5CuteReIconProps {
5+
width?: number
6+
height?: number
7+
color?: string
8+
}
9+
10+
export const Home5CuteReIcon = ({
11+
width = 24,
12+
height = 24,
13+
color = "#10161F",
14+
}: Home5CuteReIconProps) => {
15+
return (
16+
<Svg width={width} height={height} fill="none" viewBox="0 0 24 24">
17+
<Path fill="#fff" fillOpacity={0.01} d="M24 0v24H0V0z" />
18+
<Path
19+
stroke={color}
20+
strokeLinejoin="round"
21+
strokeWidth={2}
22+
d="M3.302 9.912c-.2 0-.3 0-.345-.027a.2.2 0 0 1-.086-.248c.02-.05.099-.111.256-.234l5.19-4.037C10.085 3.99 10.97 3.301 12 3.301c1.03 0 1.914.688 3.684 2.065l5.189 4.036c.158.122.237.184.257.234a.2.2 0 0 1-.085.248c-.047.027-.147.027-.347.027-.36 0-.539 0-.688.048a1 1 0 0 0-.61.553c-.063.144-.08.323-.116.68l-.299 2.987c-.257 2.57-.385 3.854-1.08 4.758a3.999 3.999 0 0 1-1.063.962c-.969.601-2.26.601-4.842.601s-3.873 0-4.842-.6c-.41-.255-.77-.58-1.063-.963-.695-.904-.823-2.189-1.08-4.758l-.299-2.987c-.035-.357-.053-.535-.116-.678a1 1 0 0 0-.612-.554c-.149-.048-.328-.048-.686-.048z"
23+
/>
24+
<Path
25+
stroke={color}
26+
strokeLinejoin="round"
27+
strokeWidth={2}
28+
d="M14.5 13a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"
29+
/>
30+
</Svg>
31+
)
32+
}

apps/mobile/src/icons/safari_cute-re.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/mobile/src/icons/safari_cute_fi.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
import * as React from "react"
2+
import Svg, { Path } from "react-native-svg"
3+
4+
interface Search3CuteFiIconProps {
5+
width?: number
6+
height?: number
7+
color?: string
8+
}
9+
10+
export const Search3CuteFiIcon = ({
11+
width = 24,
12+
height = 24,
13+
color = "#10161F",
14+
}: Search3CuteFiIconProps) => {
15+
return (
16+
<Svg width={width} height={height} fill="none" viewBox="0 0 24 24">
17+
<Path fill="#fff" fillOpacity={0.01} d="M24 0v24H0V0z" />
18+
<Path
19+
fill={color}
20+
fillRule="evenodd"
21+
d="M2 10.5a8.5 8.5 0 1 1 15.176 5.262l3.652 3.652a1 1 0 0 1-1.414 1.414l-3.652-3.652A8.5 8.5 0 0 1 2 10.5M10.5 6a1 1 0 0 0 0 2 2.5 2.5 0 0 1 2.5 2.5 1 1 0 1 0 2 0A4.5 4.5 0 0 0 10.5 6"
22+
clipRule="evenodd"
23+
/>
24+
</Svg>
25+
)
26+
}

apps/mobile/src/icons/search_2_cute_re.tsx renamed to apps/mobile/src/icons/search_3_cute_re.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
import * as React from "react"
22
import Svg, { Path } from "react-native-svg"
33

4-
interface Search2CuteReIconProps {
4+
interface Search3CuteReIconProps {
55
width?: number
66
height?: number
77
color?: string
88
}
99

10-
export const Search2CuteReIcon = ({
10+
export const Search3CuteReIcon = ({
1111
width = 24,
1212
height = 24,
1313
color = "#10161F",
14-
}: Search2CuteReIconProps) => {
14+
}: Search3CuteReIconProps) => {
1515
return (
1616
<Svg width={width} height={height} fill="none" viewBox="0 0 24 24">
1717
<Path fill="#fff" fillOpacity={0.01} d="M24 0v24H0V0z" />
1818
<Path
1919
stroke={color}
2020
strokeLinecap="round"
2121
strokeWidth={2}
22-
d="M14.5 14.5 20 20m-4-10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
22+
d="M10.5 7a3.5 3.5 0 0 1 3.5 3.5m1.879 5.379 4.242 4.242M18 10.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"
2323
/>
2424
</Svg>
2525
)

apps/mobile/src/icons/setting_7_cute_fi.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
import * as React from "react"
2+
import Svg, { Path } from "react-native-svg"
3+
4+
interface Settings1CuteFiIconProps {
5+
width?: number
6+
height?: number
7+
color?: string
8+
}
9+
10+
export const Settings1CuteFiIcon = ({
11+
width = 24,
12+
height = 24,
13+
color = "#10161F",
14+
}: Settings1CuteFiIconProps) => {
15+
return (
16+
<Svg width={width} height={height} fill="none" viewBox="0 0 24 24">
17+
<Path fill="#fff" fillOpacity={0.01} d="M24 0v24H0V0z" />
18+
<Path
19+
fill={color}
20+
fillRule="evenodd"
21+
d="M12.949 1.97c-.629-.1-1.269-.1-1.897 0-1.113.175-2.126.76-3.652 1.643a689.84 689.84 0 0 1-.362.208c-1.527.881-2.54 1.466-3.25 2.341-.4.495-.72 1.05-.948 1.643-.403 1.052-.403 2.222-.402 3.985a476.236 476.236 0 0 1 0 .417c-.001 1.763-.001 2.933.402 3.985.228.594.548 1.148.949 1.642.709.876 1.722 1.46 3.25 2.342l.18.104.18.104c1.527.882 2.54 1.468 3.653 1.644.628.1 1.268.1 1.896 0 1.113-.176 2.126-.762 3.653-1.644l.18-.104.18-.104c1.528-.881 2.542-1.466 3.25-2.341.4-.495.72-1.05.949-1.643.404-1.052.403-2.222.403-3.985v-.417c0-1.763 0-2.933-.403-3.985a6.062 6.062 0 0 0-.948-1.642c-.71-.876-1.723-1.46-3.25-2.342l-.18-.104-.181-.104c-1.527-.882-2.54-1.468-3.652-1.644M9 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0"
22+
clipRule="evenodd"
23+
/>
24+
</Svg>
25+
)
26+
}

0 commit comments

Comments
 (0)