MCPcopy Index your code
hub / github.com/dataease/SQLBot / arrow_up

Function arrow_up

frontend/public/swagger-ui-bundle.js:34870–34888  ·  view source on GitHub ↗
({ className: s = null, width: o = 20, height: i = 20, ...a })

Source from the content-addressed store, hash-verified

34868 }
34869 var Nn = __webpack_require__(7666),
34870 Mn = __webpack_require__.n(Nn)
34871 const arrow_up = ({ className: s = null, width: o = 20, height: i = 20, ...a }) =>
34872 Re.createElement(
34873 'svg',
34874 Mn()(
34875 {
34876 xmlns: 'http://www.w3.org/2000/svg',
34877 viewBox: '0 0 20 20',
34878 className: s,
34879 width: o,
34880 height: i,
34881 'aria-hidden': 'true',
34882 focusable: 'false',
34883 },
34884 a
34885 ),
34886 Re.createElement('path', {
34887 d: 'M 17.418 14.908 C 17.69 15.176 18.127 15.176 18.397 14.908 C 18.667 14.64 18.668 14.207 18.397 13.939 L 10.489 6.109 C 10.219 5.841 9.782 5.841 9.51 6.109 L 1.602 13.939 C 1.332 14.207 1.332 14.64 1.602 14.908 C 1.873 15.176 2.311 15.176 2.581 14.908 L 10 7.767 L 17.418 14.908 Z',
34888 })
34889 ),
34890 arrow_down = ({ className: s = null, width: o = 20, height: i = 20, ...a }) =>
34891 Re.createElement(

Callers

nothing calls this directly

Calls 1

MnFunction · 0.50

Tested by

no test coverage detected