-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e8be36
commit d0fb54b
Showing
3 changed files
with
19 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,20 @@ | ||
import Svg, { SvgProps, Path, G, Defs, Rect, ClipPath } from "react-native-svg"; | ||
import Svg, { SvgProps, Path } from "react-native-svg"; | ||
|
||
export function dDOT(props: SvgProps): JSX.Element { | ||
return ( | ||
<Svg width="32" height="32" viewBox="0 0 32 32" fill="none" {...props}> | ||
<Svg height={32} width={32} viewBox="0 0 32 32" {...props} fill="none"> | ||
<Path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M0 18C0 8.05891 8.05891 0 18 0C27.9411 0 36 8.05891 36 18C36 27.9411 27.9411 36 18 36C8.05891 36 0 27.9411 0 18Z" | ||
fill="#FFE5F7" | ||
/> | ||
<G clipPath="url(#clip0_7705_27243)"> | ||
<Path | ||
d="M17.9992 11.4612C20.1174 11.4612 21.8346 10.4625 21.8346 9.2306C21.8346 7.99867 20.1174 7 17.9992 7C15.8811 7 14.1639 7.99867 14.1639 9.2306C14.1639 10.4625 15.8811 11.4612 17.9992 11.4612Z" | ||
fill="#E6007A" | ||
/> | ||
<Path | ||
d="M17.9992 28.2684C20.1174 28.2684 21.8346 27.2697 21.8346 26.0378C21.8346 24.8059 20.1174 23.8072 17.9992 23.8072C15.8811 23.8072 14.1639 24.8059 14.1639 26.0378C14.1639 27.2697 15.8811 28.2684 17.9992 28.2684Z" | ||
fill="#E6007A" | ||
/> | ||
<Path | ||
d="M12.6545 14.5489C13.7136 12.7145 13.7067 10.7278 12.6391 10.1114C11.5716 9.49505 9.84756 10.4824 8.78847 12.3167C7.72938 14.1511 7.73626 16.1378 8.80383 16.7542C9.8714 17.3706 11.5954 16.3832 12.6545 14.5489Z" | ||
fill="#E6007A" | ||
/> | ||
<Path | ||
d="M27.2084 22.9515C28.2675 21.1171 28.2612 19.1307 27.1943 18.5148C26.1275 17.8988 24.4041 18.8865 23.345 20.7209C22.2859 22.5552 22.2922 24.5416 23.359 25.1575C24.4259 25.7735 26.1493 24.7858 27.2084 22.9515Z" | ||
fill="#E6007A" | ||
/> | ||
<Path | ||
d="M12.6397 25.157C13.7073 24.5406 13.7141 22.5539 12.655 20.7196C11.5959 18.8852 9.87195 17.8979 8.80438 18.5143C7.7368 19.1306 7.72993 21.1173 8.78902 22.9517C9.84811 24.786 11.5721 25.7734 12.6397 25.157Z" | ||
fill="#E6007A" | ||
/> | ||
<Path | ||
d="M27.1952 16.7547C28.2621 16.1387 28.2684 14.1524 27.2093 12.318C26.1502 10.4837 24.4268 9.49597 23.3599 10.1119C22.2931 10.7279 22.2868 12.7143 23.3459 14.5486C24.405 16.383 26.1284 17.3706 27.1952 16.7547Z" | ||
fill="#E6007A" | ||
/> | ||
</G> | ||
<Defs> | ||
<ClipPath id="clip0_7705_27243"> | ||
<Rect | ||
width="20" | ||
height="21.2699" | ||
fill="white" | ||
transform="translate(8 7)" | ||
/> | ||
</ClipPath> | ||
</Defs> | ||
<Path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M21.8346 9.2306C21.8346 10.4625 20.1174 11.4612 17.9992 11.4612C15.8811 11.4612 14.1639 10.4625 14.1639 9.2306C14.1639 7.99867 15.8811 7 17.9992 7C20.1174 7 21.8346 7.99867 21.8346 9.2306ZM21.8346 26.0378C21.8346 27.2697 20.1174 28.2684 17.9992 28.2684C15.8811 28.2684 14.1639 27.2697 14.1639 26.0378C14.1639 24.8059 15.8811 23.8072 17.9992 23.8072C20.1174 23.8072 21.8346 24.8059 21.8346 26.0378ZM12.6545 14.5489C13.7136 12.7145 13.7067 10.7278 12.6391 10.1114C11.5716 9.49505 9.84756 10.4824 8.78847 12.3167C7.72938 14.1511 7.73625 16.1378 8.80382 16.7542C9.87139 17.3706 11.5954 16.3832 12.6545 14.5489ZM27.1943 18.5148C28.2612 19.1307 28.2674 21.1171 27.2084 22.9515C26.1493 24.7858 24.4259 25.7735 23.359 25.1575C22.2922 24.5416 22.2859 22.5552 23.345 20.7209C24.404 18.8865 26.1275 17.8988 27.1943 18.5148ZM12.6397 25.157C13.7072 24.5406 13.7141 22.5539 12.655 20.7196C11.5959 18.8852 9.87194 17.8979 8.80437 18.5143C7.7368 19.1306 7.72993 21.1173 8.78902 22.9517C9.84811 24.786 11.5721 25.7734 12.6397 25.157ZM27.2093 12.318C28.2684 14.1524 28.2621 16.1387 27.1952 16.7547C26.1284 17.3706 24.405 16.383 23.3459 14.5486C22.2868 12.7143 22.2931 10.7279 23.3599 10.1119C24.4268 9.49597 26.1502 10.4837 27.2093 12.318Z" | ||
fill="#E6007A" | ||
/> | ||
</Svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters