Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32559448
D12644.1767282346.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D12644.1767282346.diff
View Options
diff --git a/native/vectors/all-notifs-illustration.react.js b/native/vectors/all-notifs-illustration.react.js
new file mode 100644
--- /dev/null
+++ b/native/vectors/all-notifs-illustration.react.js
@@ -0,0 +1,32 @@
+// @flow
+
+import * as React from 'react';
+import Svg, { G, Path, Circle } from 'react-native-svg';
+
+function AllNotifsIllustration(): React.Node {
+ return (
+ <Svg xmlns="http://www.w3.org/2000/svg" width={46} height={86}>
+ <G fill="none" transform="translate(.5 .5)">
+ <Path
+ stroke="#666"
+ d="M5.5 0h34A5.5 5.5 0 0 1 45 5.5v74a5.5 5.5 0 0 1-5.5 5.5h-34A5.5 5.5 0 0 1 0 79.5v-74A5.5 5.5 0 0 1 5.5 0Z"
+ />
+ <Circle cx={22.5} cy={75.5} r={3} fill="#C4C4C4" />
+ <Path
+ fill="#7E57C2"
+ d="M41.5 13.643a3.143 3.143 0 0 0-3.143-3.143H6.643A3.143 3.143 0 0 0 3.5 13.643v4.714A3.143 3.143 0 0 0 6.643 21.5h31.714a3.143 3.143 0 0 0 3.143-3.143v-4.714Z"
+ />
+ <Path
+ fill="gray"
+ d="M16.9 46.5h11.2a1.4 1.4 0 0 1 1.4 1.4v11.2a1.4 1.4 0 0 1-1.4 1.4H16.9a1.4 1.4 0 0 1-1.4-1.4V47.9a1.4 1.4 0 0 1 1.4-1.4Z"
+ />
+ <Path
+ fill="#7E57C2"
+ d="M12.5 41.5a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17Zm.62 5.701h-.78l-1.321.864v.766l1.268-.828h.03V52.5h.803v-5.299Z"
+ />
+ </G>
+ </Svg>
+ );
+}
+
+export default AllNotifsIllustration;
diff --git a/native/vectors/badge-notifs-illustration.react.js b/native/vectors/badge-notifs-illustration.react.js
new file mode 100644
--- /dev/null
+++ b/native/vectors/badge-notifs-illustration.react.js
@@ -0,0 +1,22 @@
+// @flow
+
+import * as React from 'react';
+import Svg, { G, Rect, Circle, Path } from 'react-native-svg';
+
+function BadgeNotifsIllustration(): React.Node {
+ return (
+ <Svg xmlns="http://www.w3.org/2000/svg" width={46} height={86}>
+ <G fill="none" transform="translate(.5 .5)">
+ <Rect width={45} height={85} stroke="#666" rx={5.5} />
+ <Circle cx={22.5} cy={75.5} r={3} fill="#C4C4C4" />
+ <Rect width={14} height={14} x={15.5} y={46.5} fill="gray" rx={1.4} />
+ <Path
+ fill="#7E57C2"
+ d="M12.5 41.5a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17Zm.62 5.701h-.78l-1.321.864v.766l1.268-.828h.03V52.5h.803v-5.299Z"
+ />
+ </G>
+ </Svg>
+ );
+}
+
+export default BadgeNotifsIllustration;
diff --git a/native/vectors/muted-notifs-illustration.react.js b/native/vectors/muted-notifs-illustration.react.js
new file mode 100644
--- /dev/null
+++ b/native/vectors/muted-notifs-illustration.react.js
@@ -0,0 +1,21 @@
+// @flow
+
+import * as React from 'react';
+import Svg, { G, Rect, Circle, Path } from 'react-native-svg';
+
+function MutedNotifsIllustration(): React.Node {
+ return (
+ <Svg xmlns="http://www.w3.org/2000/svg" width={46} height={86}>
+ <G fill="none" transform="translate(.5 .5)">
+ <Rect width={45} height={85} stroke="#666" rx={5.5} />
+ <Circle cx={22.5} cy={75.5} r={3} fill="#C4C4C4" />
+ <Path
+ stroke="#7E57C2"
+ d="M19.5 47.5h-5s2-4 2-8a6.002 6.002 0 0 1 6-6 6 6 0 0 1 6 6c0 3 2 8 2 8h-5m-6 0v1a3 3 0 1 0 6 0v-1m-6 0h6M11.561 31.5 33.5 53.439"
+ />
+ </G>
+ </Svg>
+ );
+}
+
+export default MutedNotifsIllustration;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 1, 3:45 PM (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5876686
Default Alt Text
D12644.1767282346.diff (3 KB)
Attached To
Mode
D12644: [native] introduce new vector assets for new thread notification settings experience
Attached
Detach File
Event Timeline
Log In to Comment