UNPKG

@ant-design/pro-layout

Version:
19 lines (18 loc) 644 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowSvgIcon = ArrowSvgIcon; var _jsxRuntime = require("react/jsx-runtime"); function ArrowSvgIcon() { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", { width: "1em", height: "1em", viewBox: "0 0 12 12", fill: "currentColor", "aria-hidden": "true", children: /*#__PURE__*/(0, _jsxRuntime.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" }) }); }