hh-ui-components
Version:
8 lines • 522 B
JavaScript
import React from "react";
var ArrowDownIcon = function (_a) {
var _b = _a.className, className = _b === void 0 ? "" : _b;
return (React.createElement("svg", { className: className, width: "100%", height: "100%", viewBox: "0 0 13 7", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", "aria-labelledby": "arrowDownIcon" },
React.createElement("path", { d: "M12.1953 1L6.69531 5.8125L1.19531 1", stroke: "#1A1817" })));
};
export default ArrowDownIcon;
//# sourceMappingURL=ArrowDownIcon.js.map