Files
url_tracker_tool/node_modules/@chakra-ui/icons/dist/cjs/ArrowLeft.cjs
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00

15 lines
790 B
JavaScript

'use strict';
var jsxRuntime = require('react/jsx-runtime');
var react = require('@chakra-ui/react');
const ArrowLeftIcon = react.createIcon({
displayName: "ArrowLeftIcon",
path: /* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "currentColor", children: [
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10.416,12a2.643,2.643,0,0,1,.775-1.875L20.732.584a1.768,1.768,0,0,1,2.5,2.5l-8.739,8.739a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5l-9.541-9.541A2.643,2.643,0,0,1,10.416,12Z" }),
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M.25,12a2.643,2.643,0,0,1,.775-1.875L10.566.584a1.768,1.768,0,0,1,2.5,2.5L4.327,11.823a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5L1.025,13.875A2.643,2.643,0,0,1,.25,12Z" })
] })
});
exports.ArrowLeftIcon = ArrowLeftIcon;