Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3529013
D5253.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
729 B
Referenced Files
None
Subscribers
None
D5253.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
Wed, Dec 25, 11:58 AM (9 m, 46 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2702622
Default Alt Text
D5253.diff (729 B)
Attached To
Mode
D5253: [native] created arrow component
Attached
Detach File
Event Timeline
Log In to Comment