From 69312f5133734237edaea6ca29e2de9bf3203050 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 15 Jun 2025 01:44:45 +0700 Subject: checkpoint here... --- bs5/universal/native/shared/Arrow.re | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bs5/universal/native/shared/Arrow.re (limited to 'bs5/universal/native/shared/Arrow.re') diff --git a/bs5/universal/native/shared/Arrow.re b/bs5/universal/native/shared/Arrow.re new file mode 100644 index 0000000..5c49a58 --- /dev/null +++ b/bs5/universal/native/shared/Arrow.re @@ -0,0 +1,27 @@ +type direction = + | Left + | Right; + +[@react.component] +let make = (~direction: direction=Right) => { + "transform -rotate-180" + | Right => "" + }, + ])} + ariaHidden=true + xmlns="http://www.w3.org/2000/svg" + fill="none" + viewBox="0 0 14 10"> + + ; +}; -- cgit v1.2.3