Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32508567
D5253.1767082927.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
729 B
Referenced Files
None
Subscribers
None
D5253.1767082927.diff
View Options
diff --git a/native/components/arrow.react.js b/native/components/arrow.react.js
new file mode 100644
--- /dev/null
+++ b/native/components/arrow.react.js
@@ -0,0 +1,23 @@
+// @flow
+
+import * as React from 'react';
+import Svg, { Path } from 'react-native-svg';
+
+function Arrow(): React.Node {
+ return (
+ <Svg
+ width={27}
+ height={30}
+ viewBox="0 0 27 30"
+ fill="none"
+ xmlns="http://www.w3.org/2000/svg"
+ >
+ <Path
+ d="M1 26H.5v.5H1V26Zm25.354.354a.5.5 0 0 0 0-.708l-3.182-3.181a.5.5 0 1 0-.707.707L25.293 26l-2.828 2.828a.5.5 0 1 0 .707.707l3.182-3.181ZM.5 0v26h1V0h-1ZM1 26.5h25v-1H1v1Z"
+ fill="#808080"
+ />
+ </Svg>
+ );
+}
+
+export default Arrow;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 8:22 AM (10 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866729
Default Alt Text
D5253.1767082927.diff (729 B)
Attached To
Mode
D5253: [native] created arrow component
Attached
Detach File
Event Timeline
Log In to Comment