Files
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
625 B
JavaScript

'use strict';
var jsxRuntime = require('react/jsx-runtime');
var react = require('@chakra-ui/react');
const TimeIcon = react.createIcon({
displayName: "TimeIcon",
path: /* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "currentColor", children: [
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z" }),
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17.134,15.81,12.5,11.561V6.5a1,1,0,0,0-2,0V12a1,1,0,0,0,.324.738l4.959,4.545a1.01,1.01,0,0,0,1.413-.061A1,1,0,0,0,17.134,15.81Z" })
] })
});
exports.TimeIcon = TimeIcon;