@idares-ui/react
Version:
9 lines • 500 B
JavaScript
import { __assign, __rest } from "tslib";
import * as React from "react";
var Arrow = function (_a) {
var htmlProps = __rest(_a, []);
return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 12" }, htmlProps),
React.createElement("path", { d: "M9.922 10.97a2.308 2.308 0 0 1-3.844 0L.402 3.655C-.64 2.099.464 0 2.324 0h11.352c1.86 0 2.964 2.1 1.921 3.655L9.922 10.97Z" })));
};
export default Arrow;
//# sourceMappingURL=arrow.js.map