14 lines
521 B
JavaScript
14 lines
521 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
|
|
function ArrowSvgIcon() {
|
|
return /*#__PURE__*/_jsx("svg", {
|
|
width: "1em",
|
|
height: "1em",
|
|
viewBox: "0 0 12 12",
|
|
fill: "currentColor",
|
|
"aria-hidden": "true",
|
|
children: /*#__PURE__*/_jsx("path", {
|
|
d: "M6.432 7.967a.448.448 0 01-.318.133h-.228a.46.46 0 01-.318-.133L2.488 4.85a.305.305 0 010-.43l.427-.43a.293.293 0 01.42 0L6 6.687l2.665-2.699a.299.299 0 01.426 0l.42.431a.305.305 0 010 .43L6.432 7.967z"
|
|
})
|
|
});
|
|
}
|
|
export { ArrowSvgIcon }; |