/* Ported from packages/shared/src/icons/icon.tsx,
 * packages/shared/src/icons/generated/glyphs.tsx and generated/custom.tsx.
 * T.Icons — the complete shared icon set (178 generated glyphs +
 * 14 hand-authored), not just the glyphs the ported files import, so
 * prototypes can reach for any app icon. Geometry and svg attributes are
 * verbatim; the Icon wrapper mirrors the shared Icon (size 18, strokeWidth 1.5,
 * round caps, currentColor, decorative-by-default aria handling).
 *
 * GENERATED by scripts/generate-icons.mjs — re-run it instead of editing by hand.
 * Not ported: the react-icons/si provider marks (AnthropicLogo, GeminiLogo,
 * OpenAILogo) the shared barrel re-exports — they need a bundler. */
(() => {
  const T = window.T;

  // Base SVG primitive — mirror of packages/shared/src/icons/icon.tsx.
  function Icon({
    size = 18,
    strokeWidth = 1.5,
    title,
    'aria-label': ariaLabel,
    'aria-hidden': ariaHidden,
    role,
    children,
    ...props
  }) {
    const label = ariaLabel != null ? ariaLabel : title;
    const labelled = label != null;
    return (
      <svg
        xmlns="http://www.w3.org/2000/svg"
        width={size}
        height={size}
        viewBox="0 0 18 18"
        fill="none"
        stroke="currentColor"
        strokeWidth={strokeWidth}
        strokeLinecap="round"
        strokeLinejoin="round"
        role={role != null ? role : labelled ? 'img' : undefined}
        aria-label={labelled ? label : undefined}
        aria-hidden={ariaHidden != null ? ariaHidden : labelled ? undefined : true}
        {...props}
      >
        {children}
      </svg>
    );
  }

  /* --- Auto-generated glyphs (generated/glyphs.tsx), geometry verbatim --- */
  const Activity = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M16.25,8.75h-2.297c-.422,0-.798,.265-.941,.661l-1.647,4.575c-.12,.334-.594,.328-.706-.008L7.341,4.022c-.112-.336-.586-.342-.706-.008l-1.647,4.575c-.143,.397-.519,.661-.941,.661H1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const AlertCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 16.25C13.0041 16.25 16.25 13.004 16.25 9C16.25 4.996 13.0041 1.75 9 1.75C4.9959 1.75 1.75 4.996 1.75 9C1.75 13.004 4.9959 16.25 9 16.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 5.431V9.5\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 13.417C8.448 13.417 8 12.968 8 12.417C8 11.866 8.448 11.417 9 11.417C9.552 11.417 10 11.866 10 12.417C10 12.968 9.552 13.417 9 13.417Z\" fill=\"currentColor\"></path>" }} />;
  const AlertTriangle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M7.63796 3.48996L2.21295 12.89C1.60795 13.9399 2.36395 15.25 3.57495 15.25H14.425C15.636 15.25 16.392 13.9399 15.787 12.89L10.362 3.48996C9.75696 2.44996 8.24296 2.44996 7.63796 3.48996Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 6.75V9.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 13.5C8.448 13.5 8 13.05 8 12.5C8 11.95 8.448 11.5 9 11.5C9.552 11.5 10 11.9501 10 12.5C10 13.0499 9.552 13.5 9 13.5Z\" fill=\"currentColor\"></path>" }} />;
  const ArrowLeft = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"2.75\" y1=\"9\" x2=\"15.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><polyline points=\"7 13.25 2.75 9 7 4.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ArrowLeftCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"8.25 11.5 5.75 9 8.25 6.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"5.75\" y1=\"9\" x2=\"12.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const ArrowRight = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"15.25\" y1=\"9\" x2=\"2.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><polyline points=\"11 4.75 15.25 9 11 13.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ArrowRightIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"15.25\" y1=\"9\" x2=\"2.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><polyline points=\"11 4.75 15.25 9 11 13.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ArrowUpDown = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"5.75 5 9 1.75 12.25 5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"9\" y1=\"1.75\" x2=\"9\" y2=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><polyline points=\"12.25 13 9 16.25 5.75 13\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"9\" y1=\"16.25\" x2=\"9\" y2=\"10.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const ArrowUpRight = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"14.25\" y1=\"3.75\" x2=\"3.75\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><polyline points=\"8.24 3.75 14.25 3.75 14.25 9.76\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const AudioWaveform = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"1.25\" y1=\"8.25\" x2=\"1.25\" y2=\"9.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"8.25\" x2=\"16.25\" y2=\"9.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"4.25\" y1=\"3.75\" x2=\"4.25\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"7.25\" y1=\"5.75\" x2=\"7.25\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"10.25\" y1=\"2.75\" x2=\"10.25\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"13.25\" y1=\"5.75\" x2=\"13.25\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Ban = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"3.873\" y1=\"14.127\" x2=\"14.118\" y2=\"3.882\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const BarChart2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"2.75\" y1=\"2.75\" x2=\"2.75\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"15.25\" y1=\"4.75\" x2=\"15.25\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"7\" y1=\"7.75\" x2=\"7\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11\" y1=\"11.75\" x2=\"11\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Bell = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.75 12.75C14.645 12.75 13.75 11.855 13.75 10.75V6.5C13.75 3.877 11.623 1.75 9 1.75C6.377 1.75 4.25 3.877 4.25 6.5V10.75C4.25 11.855 3.355 12.75 2.25 12.75H15.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.5 15.3843C10.2005 15.9018 9.6409 16.25 9 16.25C8.3591 16.25 7.7995 15.9018 7.5 15.3843\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const BookMarked = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M2.75,14V4.25c0-1.105,.895-2,2-2H15.25V12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11,14H7v3.5c0,.202,.122,.385,.309,.462,.187,.079,.401,.035,.545-.108l1.146-1.146,1.146,1.146c.096,.096,.224,.146,.354,.146,.064,0,.13-.012,.191-.038,.187-.077,.309-.26,.309-.462v-3.5Z\" fill=\"currentColor\"></path><path d=\"M5.25,15.75h-.75c-.966,0-1.75-.783-1.75-1.75s.784-1.75,1.75-1.75H15.25c-.641,.844-.734,2.547,0,3.5h-2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><circle cx=\"5.75\" cy=\"9.75\" r=\".75\" fill=\"currentColor\"></circle><circle cx=\"5.75\" cy=\"4.75\" r=\".75\" fill=\"currentColor\"></circle><circle cx=\"5.75\" cy=\"7.25\" r=\".75\" fill=\"currentColor\"></circle>" }} />;
  const BookOpen = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9,16.25c0-1.105,.895-2,2-2h4.25c.552,0,1-.448,1-1V3.75c0-.552-.448-1-1-1h-4.25c-1.105,0-2,.895-2,2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,16.25V4.75c0-1.105-.895-2-2-2H2.75c-.552,0-1,.448-1,1V13.25c0,.552,.448,1,1,1H7c1.105,0,2,.895,2,2Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Bot = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"m15.75,11.25c0,2.2091-1.7909,4-4,4h-5.5c-2.2091,0-4-1.7909-4-4v-3.5c0-2.2091,1.7909-4,4-4h5.5c2.2091,0,4,1.7909,4,4v3.5Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"m15.75,8.25h.75c.2761,0,.5.2239.5.5v1.5c0,.2761-.2239.5-.5.5h-.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"m2.25,8.25h-.75c-.2761,0-.5.2239-.5.5v1.5c0,.2761.2239.5.5.5h.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"m9.75,14h-1.5c-.2761,0-.5.2239-.5.5v.75h2.5v-.75c0-.2761-.2239-.5-.5-.5Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"9\" y1=\"3.75\" x2=\"9\" y2=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"6.25\" cy=\"10.25\" r=\"1.25\" fill=\"currentColor\" stroke-width=\"0\"></circle><circle cx=\"11.75\" cy=\"10.25\" r=\"1.25\" fill=\"currentColor\" stroke-width=\"0\"></circle>" }} />;
  const Briefcase = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M1.75,8.75c1.421,.616,3.966,1.503,7.25,1.503s5.829-.887,7.25-1.503\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"9\" y1=\"9.25\" x2=\"9\" y2=\"11.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M6.25,4.75V2.25c0-.552,.448-1,1-1h3.5c.552,0,1,.448,1,1v2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"1.75\" y=\"4.75\" width=\"14.5\" height=\"10.5\" rx=\"2\" ry=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const Building = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M7.75 16.25V7.75C7.75 7.198 8.198 6.75 8.75 6.75H14.25C14.802 6.75 15.25 7.198 15.25 7.75V16.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M2.75 16.25V4.412C2.75 4.01 2.99 3.64701 3.36 3.49101L7.86 1.58802C8.519 1.30902 9.25 1.79301 9.25 2.50901V3.75001\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M1.75 16.25H16.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.25 10.25V9.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12.75 10.25V9.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.25 13.25V12.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12.75 13.25V12.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Building2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"9\" y1=\"7.25\" x2=\"9\" y2=\"6.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"6.25\" y1=\"7.25\" x2=\"6.25\" y2=\"6.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11.75\" y1=\"7.25\" x2=\"11.75\" y2=\"6.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"9\" y1=\"10.5\" x2=\"9\" y2=\"10\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"9\" y1=\"16.25\" x2=\"9\" y2=\"13.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"6.25\" y1=\"10.5\" x2=\"6.25\" y2=\"10\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11.75\" y1=\"10.5\" x2=\"11.75\" y2=\"10\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"16.25\" x2=\"1.75\" y2=\"16.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M3.25,16.25V4.88c0-.385,.221-.736,.569-.902L8.569,1.706c.273-.13,.59-.13,.863,0l4.75,2.272c.347,.166,.569,.517,.569,.902v11.37\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Calendar = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"5.75\" y1=\"3.25\" x2=\"5.75\" y2=\"1.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"12.25\" y1=\"3.25\" x2=\"12.25\" y2=\"1.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><rect x=\"2.25\" y=\"3.25\" width=\"13.5\" height=\"12.5\" rx=\"2\" ry=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><line x1=\"2.25\" y1=\"6.75\" x2=\"15.75\" y2=\"6.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"m9.25,13.25v-4s-.458.806-1.431.992\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const CalendarClock = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"m5.75,3.25V1.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"m12.25,3.25V1.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"m2.25,6.75h13.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"m15.75,8.0625v-2.8125c0-1.104-.895-2-2-2H4.25c-1.105,0-2,.896-2,2v8.5c0,1.104.895,2,2,2h3.7496\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"m14,10c-2.2061,0-4,1.7944-4,4s1.7939,4,4,4,4-1.7944,4-4-1.7939-4-4-4Zm2.3125,4.9502c-.1191.2896-.3984.4648-.6934.4648-.0957,0-.1914-.0181-.2852-.0562l-1.6191-.665c-.2812-.1157-.4648-.3896-.4648-.6938v-1.75c0-.4141.3359-.75.75-.75s.75.3359.75.75v1.2471l1.1543.4741c.3828.1572.5664.5957.4082.979Z\" fill=\"currentColor\" stroke-width=\"0\"></path>" }} />;
  const Check = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"2.75 9.5 6.5 13.25 15.25 4.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const CheckCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><polyline points=\"5.75 9.25 8 11.75 12.25 6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const CheckCircle2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><polyline points=\"5.75 9.25 8 11.75 12.25 6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const CheckIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"2.75 9.5 6.5 13.25 15.25 4.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronDown = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"15.25 6.5 9 12.75 2.75 6.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronDownIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"15.25 6.5 9 12.75 2.75 6.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronLeft = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"11.5 15.25 5.25 9 11.5 2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronLeftIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"11.5 15.25 5.25 9 11.5 2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronRight = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"6.5 2.75 12.75 9 6.5 15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronRightIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"6.5 2.75 12.75 9 6.5 15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronsDownUp = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"5.5 3.5 9 7 12.5 3.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><polyline points=\"5.5 14.5 9 11 12.5 14.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronsLeft = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"8.25 13.25 4 9 8.25 4.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><polyline points=\"13 13.25 8.75 9 13 4.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronsRight = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"9.75 4.75 14 9 9.75 13.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><polyline points=\"5 4.75 9.25 9 5 13.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronsUpDown = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"12.5 6.25 9 2.75 5.5 6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><polyline points=\"12.5 11.75 9 15.25 5.5 11.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronUp = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"2.75 11.5 9 5.25 15.25 11.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ChevronUpIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"2.75 11.5 9 5.25 15.25 11.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const CircleCheck = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><polyline points=\"5.75 9.25 8 11.75 12.25 6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const CircleDot = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"9\" cy=\"9\" r=\"3.25\" fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const CircleIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const CircleQuestionMark = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><path d=\"M6.925,6.619c.388-1.057,1.294-1.492,2.18-1.492,.895,0,1.818,.638,1.818,1.808,0,1.784-1.816,1.468-2.096,3.065\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.791,13.567c-.552,0-1-.449-1-1s.448-1,1-1,1,.449,1,1-.448,1-1,1Z\" fill=\"currentColor\"></path>" }} />;
  const ClipboardList = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M6.25,2.75h-1c-1.105,0-2,.895-2,2V14.25c0,1.105,.895,2,2,2h7.5c1.105,0,2-.895,2-2V4.75c0-1.105-.895-2-2-2h-1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"6.25\" y=\"1.25\" width=\"5.5\" height=\"3\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><line x1=\"6.25\" y1=\"11.75\" x2=\"8.75\" y2=\"11.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"6.25\" y1=\"8.75\" x2=\"8.75\" y2=\"8.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11.25\" y1=\"11.75\" x2=\"11.75\" y2=\"11.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11.25\" y1=\"8.75\" x2=\"11.75\" y2=\"8.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Clock = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><polyline points=\"9 4.75 9 9 12.25 11.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const Cloud = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13.464,6.891c-.186-2.314-2.102-4.141-4.464-4.141-2.485,0-4.5,2.015-4.5,4.5,0,.35,.049,.686,.124,1.013-1.597,.067-2.874,1.374-2.874,2.987,0,1.657,1.343,3,3,3h7.75c2.071,0,3.75-1.679,3.75-3.75,0-1.736-1.185-3.182-2.786-3.609Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9.705,8c.687-.767,1.684-1.25,2.795-1.25,.333,0,.657,.059,.964,.141\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Command = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<rect x=\"6.75\" y=\"6.75\" width=\"4.5\" height=\"4.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><path d=\"M4.75,2.75h0c1.104,0,2,.896,2,2v2h-2c-1.104,0-2-.896-2-2h0c0-1.104,.896-2,2-2Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.25,2.75h0c1.104,0,2,.896,2,2v2h-2c-1.104,0-2-.896-2-2h0c0-1.104,.896-2,2-2Z\" transform=\"translate(18 -8.5) rotate(90)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.25,11.25h0c1.104,0,2,.896,2,2v2h-2c-1.104,0-2-.896-2-2h0c0-1.104,.896-2,2-2Z\" transform=\"translate(26.5 26.5) rotate(-180)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M4.75,11.25h0c1.104,0,2,.896,2,2v2h-2c-1.104,0-2-.896-2-2h0c0-1.104,.896-2,2-2Z\" transform=\"translate(-8.5 18) rotate(-90)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Compass = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M12.286 5.71399L10.415 10.413L5.716 12.284L7.587 7.58499L12.286 5.71399Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 16.25C13.004 16.25 16.25 13.0041 16.25 9C16.25 4.9959 13.004 1.75 9 1.75C4.996 1.75 1.75 4.9959 1.75 9C1.75 13.0041 4.996 16.25 9 16.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Construction = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"4.25\" y1=\"10.25\" x2=\"4.25\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"4.25\" y1=\"2.75\" x2=\"4.25\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"2.5\" y1=\"15.25\" x2=\"6\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"13.75\" y1=\"10.25\" x2=\"13.75\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"13.75\" y1=\"2.75\" x2=\"13.75\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"12\" y1=\"15.25\" x2=\"15.5\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><rect x=\"1.75\" y=\"3.75\" width=\"14.5\" height=\"6.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><line x1=\"5.75\" y1=\"3.75\" x2=\"12.25\" y2=\"10.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"10.75\" y1=\"3.75\" x2=\"16.25\" y2=\"9.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"4.75\" x2=\"7.25\" y2=\"10.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Contact = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"6.25\" r=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><path d=\"M6,12.235c.385-1.293,1.582-2.235,3-2.235,1.418,0,2.615,.943,3,2.235\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"3.25\" y=\"1.75\" width=\"11.5\" height=\"14.5\" rx=\"2\" ry=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><line x1=\"17.25\" y1=\"3.75\" x2=\"17.25\" y2=\"6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"17.25\" y1=\"8.75\" x2=\"17.25\" y2=\"11.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"9\" x2=\"3.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"5.75\" x2=\"3.25\" y2=\"5.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"12.25\" x2=\"3.25\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Copy = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M2.25 6.75V13.25C2.25 14.355 3.145 15.25 4.25 15.25H11.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.25 12.25H13.75C14.8546 12.25 15.75 11.355 15.75 10.25V4.75C15.75 3.645 14.8546 2.75 13.75 2.75H7.25C6.1454 2.75 5.25 3.645 5.25 4.75V10.25C5.25 11.355 6.1454 12.25 7.25 12.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const CornerDownRight = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9.75,15.25V4.75c0-1.105-.895-2-2-2H3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"5.5 11 9.75 15.25 14 11\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const Cpu = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<rect x=\"3.75\" y=\"3.75\" width=\"10.5\" height=\"10.5\" rx=\"2\" ry=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><rect x=\"6.75\" y=\"6.75\" width=\"4.5\" height=\"4.5\" transform=\"translate(0 18) rotate(-90)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><line x1=\"9\" y1=\"1.75\" x2=\"9\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"5.75\" y1=\"1.75\" x2=\"5.75\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"12.25\" y1=\"1.75\" x2=\"12.25\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"9\" x2=\"14.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"5.75\" x2=\"14.25\" y2=\"5.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"12.25\" x2=\"14.25\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"9\" y1=\"16.25\" x2=\"9\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"12.25\" y1=\"16.25\" x2=\"12.25\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"5.75\" y1=\"16.25\" x2=\"5.75\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"9\" x2=\"3.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"12.25\" x2=\"3.75\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"5.75\" x2=\"3.75\" y2=\"5.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Crown = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"m14.7898,13.5947l1.4602-8.3447-4,3-3.25-5.5-3.25,5.5L1.75,5.25l1.4602,8.3447c.1675.957.9985,1.6553,1.9701,1.6553h7.6395c.9716,0,1.8026-.6982,1.9701-1.6553Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const DollarSign = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 1.75V3\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 15V16.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13 3.74989H7.3749C5.9252 3.74989 4.75 4.9251 4.75 6.3748C4.75 7.8245 5.9252 9.00031 7.3749 9.00031H10.6252C12.0749 9.00031 13.2501 10.1755 13.2501 11.6252C13.2501 13.0749 12.0749 14.2501 10.6252 14.2501H5.0001\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Download = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.25,11.75v1.5c0,1.105-.895,2-2,2H4.75c-1.105,0-2-.895-2-2v-1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"5.5 6.75 9 10.25 12.5 6.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"9\" y1=\"10.25\" x2=\"9\" y2=\"2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Edit = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.25 9.2422V13.25C15.25 14.355 14.355 15.25 13.25 15.25H4.75C3.645 15.25 2.75 14.355 2.75 13.25V4.75C2.75 3.645 3.645 2.75 4.75 2.75H8.75781\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.75 10.25C7.75 10.25 10.0838 10.1662 10.909 9.34101L15.784 4.46601C16.4053 3.84471 16.4053 2.83731 15.784 2.21601C15.1627 1.59471 14.1553 1.59471 13.534 2.21601L8.659 7.09101C7.8809 7.86911 7.75 10.25 7.75 10.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Edit3 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13.953 7.57799L15.062 6.46898C15.648 5.88298 15.648 4.93298 15.062 4.34798L13.653 2.93898C13.067 2.35298 12.117 2.35298 11.532 2.93898L10.423 4.04799L13.953 7.57799Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M8.6544 5.81461L4.147 10.322C3.897 10.572 3.718 10.884 3.627 11.226L2.5 15.499L6.773 14.372C7.115 14.282 7.427 14.102 7.677 13.852L12.1844 9.3446\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.4044 7.56461L6.26501 11.704\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const ExternalLink = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"10.5 2.75 15.25 2.75 15.25 7.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"15.25\" y1=\"2.75\" x2=\"9\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M15.25,10.5v2.75c0,1.105-.895,2-2,2H4.75c-1.105,0-2-.895-2-2V4.75c0-1.105,.895-2,2-2h2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Eye = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 11.75C10.5188 11.75 11.75 10.5188 11.75 9C11.75 7.48122 10.5188 6.25 9 6.25C7.48122 6.25 6.25 7.48122 6.25 9C6.25 10.5188 7.48122 11.75 9 11.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M15.9557 7.88669C16.3481 8.57939 16.3481 9.42049 15.9557 10.1132C15.0087 11.7849 12.7944 14.4999 9 14.4999C5.2056 14.4999 2.9912 11.7849 2.0443 10.1132C1.6519 9.42049 1.6519 8.57939 2.0443 7.88669C2.9913 6.21499 5.2056 3.5 9 3.5C12.7944 3.5 15.0088 6.21499 15.9557 7.88669Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const EyeOff = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M4.8077 13.1923C3.4687 12.267 2.56488 11.0325 2.04418 10.1133C1.65178 9.42061 1.65178 8.57951 2.04418 7.88681C2.99118 6.21511 5.2055 3.50009 8.9999 3.50009C10.708 3.50009 12.0959 4.0503 13.1921 4.8078\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M15.327 6.9151C15.578 7.2579 15.7869 7.58889 15.9556 7.88669C16.348 8.57939 16.348 9.42049 15.9556 10.1132C15.0086 11.7849 12.7943 14.4999 8.99994 14.4999C8.59234 14.4999 8.20304 14.4686 7.83154 14.4106\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.05551 10.9446C6.55781 10.4469 6.25 9.7594 6.25 9C6.25 7.4812 7.4812 6.25 9 6.25C9.7594 6.25 10.4469 6.55779 10.9445 7.05539\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M2 16L16 2\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const FileEdit = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.75 6.75H7.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M5.75 9.75H10.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M15.16 6.25H11.75C11.198 6.25 10.75 5.802 10.75 5.25V1.85201\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M15.25 8.0405V6.664C15.25 6.3989 15.145 6.144 14.957 5.957L11.043 2.04289C10.855 1.85489 10.601 1.74989 10.336 1.74989H4.75C3.645 1.74989 2.75 2.64589 2.75 3.74989V14.2499C2.75 15.3539 3.645 16.2499 4.75 16.2499H8.1656\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13.7959 16.4542L16.9571 13.293C17.3476 12.9025 17.3476 12.2693 16.9571 11.8788L16.3713 11.293C15.9808 10.9025 15.3476 10.9025 14.9571 11.293L11.7959 14.4542L11.0001 17.2501L13.7959 16.4542Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const FileText = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.16,6.25h-3.41c-.552,0-1-.448-1-1V1.852\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.75,14.25V3.75c0-1.105,.895-2,2-2h5.586c.265,0,.52,.105,.707,.293l3.914,3.914c.188,.188,.293,.442,.293,.707v7.586c0,1.105-.895,2-2,2H4.75c-1.105,0-2-.895-2-2Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Flag = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M3.75,3.24c1.161-.808,2.256-1.142,3.281-.984,1.69,.259,2.245,1.709,3.938,1.969,1.013,.155,2.106-.167,3.281-.984v6.563c-1.175,.818-2.268,1.14-3.281,.984-1.692-.26-2.248-1.71-3.938-1.969-1.026-.157-2.12,.177-3.281,.984\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"3.75\" y1=\"2\" x2=\"3.75\" y2=\"16\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const FlaskConical = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"5.068\" y1=\"11.25\" x2=\"12.932\" y2=\"11.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M7.25,1.75V7l-3.628,7.065c-.513,.998,.212,2.185,1.334,2.185H13.044c1.122,0,1.847-1.187,1.334-2.185l-3.628-7.065V1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"5.75\" y1=\"1.75\" x2=\"12.25\" y2=\"1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const GalleryVerticalEnd = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"12.25\" y1=\"1.25\" x2=\"5.75\" y2=\"1.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"14.25\" y1=\"4.25\" x2=\"3.75\" y2=\"4.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M3.066,7.25H14.934c.661,0,1.141,.63,.964,1.268l-1.944,7c-.12,.433-.514,.732-.964,.732H5.01c-.449,0-.843-.3-.964-.732l-1.944-7c-.177-.637,.302-1.268,.964-1.268Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const GitBranch = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"4.75\" y1=\"5.75\" x2=\"4.75\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M13.25,5.75v1c0,1.105-.895,2-2,2H6.75c-1.105,0-2,.895-2,2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><circle cx=\"4.75\" cy=\"3.75\" r=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"13.25\" cy=\"3.75\" r=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"4.75\" cy=\"14.25\" r=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const Globe = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<ellipse cx=\"9\" cy=\"9\" rx=\"3\" ry=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></ellipse><line x1=\"1.75\" y1=\"9\" x2=\"16.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const GraduationCap = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9.45801 2.361L15.79 5.621C16.403 5.937 16.403 6.813 15.79 7.129L9.45801 10.389C9.17001 10.537 8.829 10.537 8.542 10.389L2.20999 7.129C1.59699 6.813 1.59699 5.937 2.20999 5.621L8.542 2.361C8.83 2.213 9.17101 2.213 9.45801 2.361Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M16.25 6.375C16.079 7.115 15.932 8.097 15.969 9.25C15.996 10.084 16.113 10.812 16.25 11.406\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M4.25 11.5535V14C4.25 15.104 6.377 16 9 16C11.623 16 13.75 15.104 13.75 14V11.5535\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const GripVertical = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"6.75\" cy=\"9\" r=\".5\" fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"6.75\" cy=\"3.75\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle><circle cx=\"6.75\" cy=\"14.25\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle><circle cx=\"11.25\" cy=\"9\" r=\".5\" fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"11.25\" cy=\"3.75\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle><circle cx=\"11.25\" cy=\"14.25\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle>" }} />;
  const Hand = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M10.75,7.75V2.5c0-.69-.564-1.25-1.25-1.25s-1.25,.56-1.25,1.25V7.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.25,7.75V3.75c0-.69-.564-1.25-1.25-1.25s-1.25,.56-1.25,1.25V7.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.25,7.75V3.75c0-.69-.564-1.25-1.25-1.25s-1.25,.56-1.25,1.25v7.465l-1.768-2.252c-.426-.543-1.215-.635-1.755-.211s-.604,1.131-.211,1.755l1.96,3.014c1.107,1.703,3,2.73,5.03,2.73h1.745c2.761,0,5-2.239,5-5V5.25c0-.69-.564-1.25-1.25-1.25s-1.25,.56-1.25,1.25v2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Handshake = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"12.345\" y1=\"11.75\" x2=\"15.25\" y2=\"11.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M8.779,4.67l-.231-.313c-.283-.382-.73-.608-1.206-.608h-1.458c-.388,0-.761,.151-1.041,.42l-1.867,1.8c-.07,.067-.148,.123-.232,.167\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.75,11.75h1.26c.303,0,.59,.138,.78,.374l1.083,1.349c.596,.742,1.632,.962,2.478,.525l3.274-1.693c1.111-.574,1.428-2.016,.661-3.003l-1.648-2.122\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.258,6.138c-.085-.044-.163-.1-.233-.168l-1.867-1.8c-.28-.269-.653-.42-1.041-.42h-1.807c-.404,0-.791,.163-1.074,.453l-2.495,2.558c-.498,.51-.493,1.326,.011,1.83h0c.447,.447,1.15,.508,1.668,.145l2.83-1.985\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M.75,5.25H1.75c.552,0,1,.448,1,1v6c0,.552-.448,1-1,1H.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M17.25,5.25h-1c-.552,0-1,.448-1,1v6c0,.552,.448,1,1,1h1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Hash = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"3.75\" y1=\"6.25\" x2=\"15.25\" y2=\"6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"2.75\" y1=\"11.75\" x2=\"14.25\" y2=\"11.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"7.633\" y1=\"2.75\" x2=\"5.289\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"12.711\" y1=\"2.75\" x2=\"10.367\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const History = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M1.75281 9.20209C1.85991 13.1127 5.0636 16.25 9 16.25C13.004 16.25 16.25 13.004 16.25 9C16.25 4.996 13.004 1.75 9 1.75C5.9995 1.75 3.42531 3.57271 2.32321 6.17041\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M1.88 3.30499L2.28799 6.25L5.23199 5.84302\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 4.75V9L12.25 11.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Home = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M7.25 16.25V12.5C7.25 11.534 8.034 10.75 9 10.75C9.966 10.75 10.75 11.534 10.75 12.5V16.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M3.145 5.95L8.395 1.96C8.753 1.688 9.248 1.688 9.605 1.96L14.855 5.95C15.104 6.139 15.25 6.434 15.25 6.746V14.25C15.25 15.355 14.355 16.25 13.25 16.25H4.75C3.645 16.25 2.75 15.355 2.75 14.25V6.746C2.75 6.433 2.896 6.139 3.145 5.95Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const HomeIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M7.25 16.25V12.5C7.25 11.534 8.034 10.75 9 10.75C9.966 10.75 10.75 11.534 10.75 12.5V16.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M3.145 5.95L8.395 1.96C8.753 1.688 9.248 1.688 9.605 1.96L14.855 5.95C15.104 6.139 15.25 6.434 15.25 6.746V14.25C15.25 15.355 14.355 16.25 13.25 16.25H4.75C3.645 16.25 2.75 15.355 2.75 14.25V6.746C2.75 6.433 2.896 6.139 3.145 5.95Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Import = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M11.75,6.75h1c1.105,0,2,.895,2,2v5.5c0,1.105-.895,2-2,2H5.25c-1.105,0-2-.895-2-2v-5.5c0-1.105,.895-2,2-2h1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"12 10.25 9 13.25 6 10.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"9\" y1=\"13.25\" x2=\"9\" y2=\"1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Inbox = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M16.213,9.75c-.023-.12-.057-.238-.102-.353l-2.113-5.379c-.301-.765-1.039-1.269-1.862-1.269H5.863c-.822,0-1.561,.503-1.862,1.269L1.888,9.397c-.045,.114-.079,.232-.102,.353\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.75,9.75v1c0,.552-.448,1-1,1h-3.5c-.552,0-1-.448-1-1v-1H1.787c-.024,.125-.037,.251-.037,.379v3.121c0,1.104,.895,2,2,2H14.25c1.105,0,2-.896,2-2v-3.121c0-.127-.013-.254-.037-.379h-4.463Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const InboxIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M16.213,9.75c-.023-.12-.057-.238-.102-.353l-2.113-5.379c-.301-.765-1.039-1.269-1.862-1.269H5.863c-.822,0-1.561,.503-1.862,1.269L1.888,9.397c-.045,.114-.079,.232-.102,.353\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.75,9.75v1c0,.552-.448,1-1,1h-3.5c-.552,0-1-.448-1-1v-1H1.787c-.024,.125-.037,.251-.037,.379v3.121c0,1.104,.895,2,2,2H14.25c1.105,0,2-.896,2-2v-3.121c0-.127-.013-.254-.037-.379h-4.463Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Info = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 16.25C13.004 16.25 16.25 13.004 16.25 9C16.25 4.996 13.004 1.75 9 1.75C4.996 1.75 1.75 4.996 1.75 9C1.75 13.004 4.996 16.25 9 16.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 12.75V9.25C9 8.9739 8.7761 8.75 8.5 8.75H7.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 6.75C8.448 6.75 8 6.301 8 5.75C8 5.199 8.448 4.75 9 4.75C9.552 4.75 10 5.199 10 5.75C10 6.301 9.552 6.75 9 6.75Z\" fill=\"currentColor\"></path>" }} />;
  const KeyRound = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M6.64636 12.3536C6.64636 12.9056 6.19866 13.3536 5.64636 13.3536C5.09406 13.3536 4.64636 12.9056 4.64636 12.3536C4.64636 11.8016 5.09406 11.3536 5.64636 11.3536C6.19866 11.3536 6.64636 11.8016 6.64636 12.3536Z\" fill=\"currentColor\"></path><path d=\"M12.4216 2.75L7.27299 7.8984C6.9446 7.8112 6.6059 7.75 6.25 7.75C4.0408 7.75 2.25 9.5408 2.25 11.75C2.25 13.9592 4.0408 15.75 6.25 15.75C8.4592 15.75 10.25 13.959 10.25 11.75C10.25 11.394 10.1887 11.0554 10.1014 10.7271L12.25 8.5789V6.5074H14.321L15.25 5.5784V2.75H12.4216Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Laptop = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M4.25 12.25C3.145 12.25 2.25 11.355 2.25 10.25V4.75C2.25 3.645 3.145 2.75 4.25 2.75H13.75C14.855 2.75 15.75 3.645 15.75 4.75V10.25C15.75 11.355 14.855 12.25 13.75 12.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M17.25 12.25H0.75C0.75 13.9069 2.0931 15.25 3.75 15.25H14.25C15.9069 15.25 17.25 13.9069 17.25 12.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Layers = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M2.665,5.086L8.534,1.995c.292-.154,.64-.154,.932,0l5.87,3.091c.534,.281,.534,1.046,0,1.327l-5.87,3.091c-.292,.154-.64,.154-.932,0L2.665,6.414c-.534-.281-.534-1.046,0-1.327Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.736,9c0,.261-.134,.523-.401,.664l-5.87,3.091c-.292,.154-.64,.154-.932,0l-5.87-3.091c-.267-.141-.401-.402-.401-.664\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.736,12.25c0,.261-.134,.523-.401,.664l-5.87,3.091c-.292,.154-.64,.154-.932,0l-5.87-3.091c-.267-.141-.401-.402-.401-.664\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const LayoutDashboard = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<rect x=\"11.75\" y=\"2.75\" width=\"3.5\" height=\"4.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><rect x=\"2.75\" y=\"2.75\" width=\"6\" height=\"4.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><rect x=\"2.75\" y=\"10.75\" width=\"3.5\" height=\"4.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><rect x=\"9.25\" y=\"10.75\" width=\"6\" height=\"4.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const LifeBuoy = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.486,7.688c.379-1.016,1.187-1.823,2.203-2.203\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.312,5.486c1.016,.379,1.823,1.187,2.203,2.203\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.514,10.312c-.379,1.016-1.187,1.823-2.203,2.203\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.688,12.514c-1.016-.379-1.823-1.187-2.203-2.203\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M6.464,15.794c-1.964-.733-3.525-2.294-4.259-4.259\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M15.794,11.536c-.733,1.964-2.295,3.525-4.259,4.259\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M11.536,2.206c1.964,.733,3.525,2.295,4.259,4.259\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.206,6.464c.733-1.964,2.294-3.525,4.259-4.259\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M10.311,5.487l1.399-3.749h0c-.844-.315-1.757-.487-2.711-.487-.954,0-1.867,.172-2.711,.487l1.399,3.749c.409-.153,.849-.236,1.311-.236s.903,.084,1.311,.237Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.513,10.311l3.749,1.399h0c.315-.844,.487-1.757,.487-2.71,0-.954-.172-1.867-.487-2.711l-3.749,1.399c.153,.409,.236,.849,.236,1.311s-.084,.903-.237,1.311Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M7.689,12.513l-1.399,3.749h0c.844,.315,1.757,.487,2.711,.487,.954,0,1.867-.172,2.711-.487l-1.399-3.749c-.409,.153-.849,.236-1.311,.236s-.903-.084-1.311-.237Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.487,7.689l-3.749-1.399h0c-.315,.844-.487,1.757-.487,2.71,0,.954,.172,1.867,.487,2.711l3.749-1.399c-.153-.409-.236-.849-.236-1.311s.084-.903,.237-1.311Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Lightbulb = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"6.75\" y1=\"13.25\" x2=\"11.25\" y2=\"13.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M14,6.75c0-3.113-2.846-5.562-6.078-4.887-1.932,.403-3.475,1.993-3.834,3.933-.434,2.344,.771,4.459,2.662,5.415v3.039c0,1.105,.895,2,2,2h.5c1.105,0,2-.895,2-2v-3.039c1.63-.824,2.75-2.51,2.75-4.461Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Linkedin = (props) => <Icon viewBox="0 0 24 24" {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"></path><rect width=\"4\" height=\"12\" x=\"2\" y=\"9\"></rect><circle cx=\"4\" cy=\"4\" r=\"2\"></circle>" }} />;
  const List = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"3.75\" cy=\"9\" r=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><line x1=\"8.25\" y1=\"9\" x2=\"15.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"3.75\" cy=\"3.75\" r=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><line x1=\"8.25\" y1=\"3.75\" x2=\"15.75\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"3.75\" cy=\"14.25\" r=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><line x1=\"8.25\" y1=\"14.25\" x2=\"15.75\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const ListFilter = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"5.25\" y1=\"9\" x2=\"12.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"2.75\" y1=\"4.25\" x2=\"15.25\" y2=\"4.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"8\" y1=\"13.75\" x2=\"10\" y2=\"13.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const ListTree = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13.25 2.75H10.75C10.198 2.75 9.75 3.198 9.75 3.75V6.25C9.75 6.802 10.198 7.25 10.75 7.25H13.25C13.802 7.25 14.25 6.802 14.25 6.25V3.75C14.25 3.198 13.802 2.75 13.25 2.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13.25 10.75H10.75C10.198 10.75 9.75 11.198 9.75 11.75V14.25C9.75 14.802 10.198 15.25 10.75 15.25H13.25C13.802 15.25 14.25 14.802 14.25 14.25V11.75C14.25 11.198 13.802 10.75 13.25 10.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M6.75 5.25H5.25C4.422 5.25 3.75 4.578 3.75 3.75V1.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M6.75 13.25H5.25C4.422 13.25 3.75 12.578 3.75 11.75V3.5\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Loader = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"9\" y1=\"1.75\" x2=\"9\" y2=\"4.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"14.127\" y1=\"3.873\" x2=\"12.359\" y2=\"5.641\" fill=\"none\" opacity=\".88\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"9\" x2=\"13.75\" y2=\"9\" fill=\"none\" opacity=\".75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"14.127\" y1=\"14.127\" x2=\"12.359\" y2=\"12.359\" fill=\"none\" opacity=\".63\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"9\" y1=\"16.25\" x2=\"9\" y2=\"13.75\" fill=\"none\" opacity=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.873\" y1=\"14.127\" x2=\"5.641\" y2=\"12.359\" fill=\"none\" opacity=\".38\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"9\" x2=\"4.25\" y2=\"9\" fill=\"none\" opacity=\".25\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.873\" y1=\"3.873\" x2=\"5.641\" y2=\"5.641\" fill=\"none\" opacity=\".13\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Loader2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 16.25C13.0041 16.25 16.25 13.0041 16.25 9C16.25 4.99594 13.0041 1.75 9 1.75\" stroke=\"url(#nc-loader-2-outline-gradient-1)\" stroke-width=\"1.5\" fill=\"none\" data-square-cap=\"square\"></path><path d=\"M9 16.25C4.99594 16.25 1.75 13.0041 1.75 9C1.75 4.99594 4.99594 1.75 9 1.75\" stroke=\"url(#nc-loader-2-outline-gradient-2)\" stroke-width=\"1.5\" fill=\"none\"></path><circle cx=\"9\" cy=\"16.25\" r=\"0.75\" fill=\"currentColor\"></circle><defs fill=\"none\"><linearGradient id=\"nc-loader-2-outline-gradient-1\" x1=\"9\" y1=\"2.5\" x2=\"9\" y2=\"16.25\" gradientUnits=\"userSpaceOnUse\" fill=\"none\"><stop stop-color=\"#000\" stop-opacity=\"0.5\" fill=\"none\"></stop><stop stop-color=\"#000\" offset=\"1\" fill=\"none\"></stop></linearGradient><linearGradient id=\"nc-loader-2-outline-gradient-2\" x1=\"9\" y1=\"2.5\" x2=\"9\" y2=\"16.25\" gradientUnits=\"userSpaceOnUse\" fill=\"none\"><stop stop-color=\"#000\" stop-opacity=\"0.5\" fill=\"none\"></stop><stop stop-color=\"#000\" offset=\"1\" stop-opacity=\"0\" fill=\"none\"></stop></linearGradient></defs>" }} />;
  const Lock = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.75,8.25v-3.25c0-1.795,1.455-3.25,3.25-3.25h0c1.795,0,3.25,1.455,3.25,3.25v3.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"9\" y1=\"11.75\" x2=\"9\" y2=\"12.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><rect x=\"3.25\" y=\"8.25\" width=\"11.5\" height=\"8\" rx=\"2\" ry=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const LogIn = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M4.75,5.75v-1.5c0-1.105,.895-2,2-2h5.5c1.105,0,2,.895,2,2V13.75c0,1.105-.895,2-2,2H6.75c-1.105,0-2-.895-2-2v-1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"7.5 11.75 10.25 9 7.5 6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"10.25\" y1=\"9\" x2=\"1.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const LogOut = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M6.25,5.75v-1.5c0-1.105,.895-2,2-2h5.5c1.105,0,2,.895,2,2V13.75c0,1.105-.895,2-2,2h-5.5c-1.105,0-2-.895-2-2v-1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"3.5 11.75 .75 9 3.5 6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\".75\" y1=\"9\" x2=\"9.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Mail = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M1.75,5.75l6.767,3.733c.301,.166,.665,.166,.966,0l6.767-3.733\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"1.75\" y=\"3.25\" width=\"14.5\" height=\"11.5\" rx=\"2\" ry=\"2\" transform=\"translate(18 18) rotate(180)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const MailCheck = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M1.75 5.75L8.517 9.483C8.818 9.649 9.182 9.649 9.483 9.483L16.25 5.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M16.25 8.169V5.25C16.25 4.146 15.355 3.25 14.25 3.25H3.75C2.645 3.25 1.75 4.146 1.75 5.25V12.75C1.75 13.854 2.645 14.75 3.75 14.75H7.79501\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M14 10C11.7939 10 10 11.7944 10 14C10 16.2056 11.7939 18 14 18C16.2061 18 18 16.2056 18 14C18 11.7944 16.2061 10 14 10ZM16.3076 13.252L14.0576 15.752C13.9199 15.9048 13.7256 15.9942 13.5195 15.9996C13.5127 16.0001 13.5068 16.0001 13.5 16.0001C13.3018 16.0001 13.1104 15.9215 12.9697 15.7804L11.7197 14.5304C11.4267 14.2374 11.4267 13.7628 11.7197 13.4699C12.0127 13.177 12.4873 13.1769 12.7802 13.4699L13.4716 14.1608L15.1923 12.2482C15.4706 11.9416 15.9433 11.9162 16.2519 12.1925C16.5595 12.4698 16.5849 12.9439 16.3076 13.252Z\" fill=\"currentColor\"></path>" }} />;
  const MailPlus = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M1.75 5.75L8.517 9.483C8.818 9.649 9.182 9.649 9.483 9.483L16.25 5.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13.75 11.25V16.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M16.25 9.62669V5.25C16.25 4.146 15.355 3.25 14.25 3.25H3.75C2.645 3.25 1.75 4.146 1.75 5.25V12.75C1.75 13.854 2.645 14.75 3.75 14.75H8.4274\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M16.25 13.75H11.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const MapGlyph = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"6.25\" y1=\"2.792\" x2=\"6.25\" y2=\"13.292\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11.75\" y1=\"4.708\" x2=\"11.75\" y2=\"15.208\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M2.533,3.576l3.432-.763c.186-.041,.38-.029,.559,.036l4.952,1.801c.179,.065,.373,.078,.559,.036l2.998-.666c.625-.139,1.217,.336,1.217,.976V13.448c0,.469-.326,.875-.783,.976l-3.432,.763c-.186,.041-.38,.029-.559-.036l-4.952-1.801c-.179-.065-.373-.078-.559-.036l-2.998,.666c-.625,.139-1.217-.336-1.217-.976V4.552c0-.469,.326-.875,.783-.976Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const MapPin = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 9.75C10.1046 9.75 11 8.854 11 7.75C11 6.646 10.1046 5.75 9 5.75C7.8954 5.75 7 6.646 7 7.75C7 8.854 7.8954 9.75 9 9.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 16.25C10.5833 15.75 15 12.25 15 7.75C15 4.438 12.3137 1.75 9 1.75C5.6863 1.75 3 4.438 3 7.75C3 12.25 7.4167 15.75 9 16.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Maximize2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"10.75 2.75 15.25 2.75 15.25 7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"15.25\" y1=\"2.75\" x2=\"10.75\" y2=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><polyline points=\"2.75 10.75 2.75 15.25 7.25 15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"2.75\" y1=\"15.25\" x2=\"7.25\" y2=\"10.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Menu = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"2.25\" y1=\"9\" x2=\"15.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"2.25\" y1=\"3.75\" x2=\"15.75\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"2.25\" y1=\"14.25\" x2=\"15.75\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const MessageCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9,1.75C4.996,1.75,1.75,4.996,1.75,9c0,1.319,.358,2.552,.973,3.617,.43,.806-.053,2.712-.973,3.633,1.25,.068,2.897-.497,3.633-.973,.489,.282,1.264,.656,2.279,.848,.433,.082,.881,.125,1.338,.125,4.004,0,7.25-3.246,7.25-7.25S13.004,1.75,9,1.75Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const MessageSquare = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13.75,2.75H4.25c-1.105,0-2,.895-2,2v11.5l3.75-3h7.75c1.105,0,2-.895,2-2V4.75c0-1.105-.895-2-2-2Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const MessageSquareText = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13.75,2.75H4.25c-1.105,0-2,.895-2,2v11.5l3.75-3h7.75c1.105,0,2-.895,2-2V4.75c0-1.105-.895-2-2-2Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Minimize2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polyline points=\"15.25 7.25 10.75 7.25 10.75 2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"10.75\" y1=\"7.25\" x2=\"15.25\" y2=\"2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><polyline points=\"7.25 15.25 7.25 10.75 2.75 10.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"7.25\" y1=\"10.75\" x2=\"2.75\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Minus = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"3.25\" y1=\"9\" x2=\"14.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const MinusCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><line x1=\"5.75\" y1=\"9\" x2=\"12.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const MinusIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"3.25\" y1=\"9\" x2=\"14.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Moon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13,11.75c-3.452,0-6.25-2.798-6.25-6.25,0-1.352,.433-2.599,1.162-3.622-3.364,.628-5.912,3.575-5.912,7.122,0,4.004,3.246,7.25,7.25,7.25,3.372,0,6.198-2.306,7.009-5.424-.95,.583-2.063,.924-3.259,.924Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const MoreHorizontal = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\".5\" fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"3.25\" cy=\"9\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle><circle cx=\"14.75\" cy=\"9\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle>" }} />;
  const MoreVertical = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\".5\" fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"9\" cy=\"3.25\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle><circle cx=\"9\" cy=\"14.75\" r=\".5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" fill=\"currentColor\"></circle>" }} />;
  const MousePointer = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M2.07,3.463L6.451,15.293c.351,.948,1.694,.942,2.036-.009l1.626-4.517c.109-.304,.349-.543,.653-.653l4.517-1.626c.951-.342,.957-1.685,.009-2.036L3.463,2.07c-.869-.322-1.714,.524-1.393,1.393Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const MousePointerClick = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M8.095,7.778l7.314,2.51c.222,.076,.226,.388,.007,.47l-3.279,1.233c-.067,.025-.121,.079-.146,.146l-1.233,3.279c-.083,.219-.394,.215-.47-.007l-2.51-7.314c-.068-.197,.121-.385,.318-.318Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"12.031\" y1=\"12.031\" x2=\"16.243\" y2=\"16.243\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"7.75\" y1=\"1.75\" x2=\"7.75\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11.993\" y1=\"3.507\" x2=\"10.578\" y2=\"4.922\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.507\" y1=\"11.993\" x2=\"4.922\" y2=\"10.578\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"7.75\" x2=\"3.75\" y2=\"7.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.507\" y1=\"3.507\" x2=\"4.922\" y2=\"4.922\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Network = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13.25,11.75v-1c0-1.105-.895-2-2-2h-2.25s-2.25,0-2.25,0c-1.105,0-2,.895-2,2v1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"9\" y1=\"6.25\" x2=\"9\" y2=\"8.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><rect x=\"6.75\" y=\"1.75\" width=\"4.5\" height=\"4.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><rect x=\"2.5\" y=\"11.75\" width=\"4.5\" height=\"4.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><rect x=\"11\" y=\"11.75\" width=\"4.5\" height=\"4.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const Newspaper = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M3.25 15.25H14.75C15.578 15.25 16.25 14.578 16.25 13.75V2.75H4.75V13.75C4.75 14.578 4.078 15.25 3.25 15.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M3.25 15.25C2.422 15.25 1.75 14.578 1.75 13.75V6.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.75 7.25H13.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.75 10.25H13.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const PanelLeft = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"6.25\" y1=\"2.75\" x2=\"6.25\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><rect x=\"1.75\" y=\"2.75\" width=\"14.5\" height=\"12.5\" rx=\"2\" ry=\"2\" transform=\"translate(18 18) rotate(180)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const PanelLeftIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"6.25\" y1=\"2.75\" x2=\"6.25\" y2=\"15.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><rect x=\"1.75\" y=\"2.75\" width=\"14.5\" height=\"12.5\" rx=\"2\" ry=\"2\" transform=\"translate(18 18) rotate(180)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const Pencil = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M13.953 7.57799L15.062 6.46898C15.648 5.88298 15.648 4.93298 15.062 4.34798L13.653 2.93898C13.067 2.35298 12.117 2.35298 11.532 2.93898L10.423 4.04799L13.953 7.57799Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M8.6544 5.81461L4.147 10.322C3.897 10.572 3.718 10.884 3.627 11.226L2.5 15.499L6.773 14.372C7.115 14.282 7.427 14.102 7.677 13.852L12.1844 9.3446\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.4044 7.56461L6.26501 11.704\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Phone = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M6.08424 11.9158C8.23984 14.0713 11.0787 15.5432 14.2579 15.9883C14.75 16.0572 15.2109 15.726 15.3356 15.245L15.9651 12.8182C16.0879 12.3447 15.8502 11.8518 15.4031 11.6532L12.5339 10.3789C12.1126 10.1918 11.618 10.3169 11.3364 10.6818L10.4574 11.8206C9.57384 11.3015 8.76404 10.6737 8.04524 9.95481C7.32624 9.23601 6.69846 8.42621 6.17946 7.54261L7.31825 6.6636C7.68315 6.3819 7.80824 5.88741 7.62114 5.46611L6.34685 2.597C6.14825 2.1499 5.65534 1.9121 5.18184 2.0349L2.75505 2.6644C2.27415 2.7892 1.94285 3.25001 2.01175 3.74211C2.45685 6.92121 3.92864 9.76021 6.08424 11.9158Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Play = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.245,2.878l9.492,5.256c.685,.379,.685,1.353,0,1.732L5.245,15.122c-.669,.371-1.495-.108-1.495-.866V3.744c0-.758,.825-1.237,1.495-.866Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const PlayCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M11.652,8.568l-3.651-2.129c-.333-.194-.752,.046-.752,.432v4.259c0,.386,.419,.626,.752,.432l3.651-2.129c.331-.193,.331-.671,0-.864Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const Plus = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"9\" y1=\"3.25\" x2=\"9\" y2=\"14.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.25\" y1=\"9\" x2=\"14.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const PlusCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><line x1=\"5.75\" y1=\"9\" x2=\"12.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"9\" y1=\"5.75\" x2=\"9\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const PlusIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"9\" y1=\"3.25\" x2=\"9\" y2=\"14.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.25\" y1=\"9\" x2=\"14.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Radar = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.7897 6.45261C16.087 7.24511 16.25 8.1035 16.25 9C16.25 13.004 13.004 16.25 9 16.25C4.996 16.25 1.75 13.004 1.75 9C1.75 4.996 4.996 1.75 9 1.75C11.002 1.75 12.815 2.56099 14.127 3.87299\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 2.75V1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M15.25 9H17\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 15.25V17\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M2.75 9H1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12.7129 9.5296C12.4556 11.3499 10.8913 12.75 9 12.75C6.9289 12.75 5.25 11.0711 5.25 9C5.25 6.9289 6.9289 5.25 9 5.25C10.0355 5.25 10.973 5.6697 11.6516 6.3483\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 9L14.869 3.13101\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Radio = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><path d=\"M5.641,12.359c-1.855-1.855-1.855-4.863,0-6.718\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M3.52,14.48C.493,11.454,.493,6.546,3.52,3.52\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M12.359,12.359c1.855-1.855,1.855-4.863,0-6.718\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.48,14.48c3.027-3.027,3.027-7.934,0-10.96\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const RefreshCcw = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M3,13.071c1.304,1.919,3.505,3.179,6,3.179,4.004,0,7.25-3.246,7.25-7.25S13.004,1.75,9,1.75c-3.031,0-5.627,1.86-6.71,4.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"1.88 3.305 2.288 6.25 5.232 5.843\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const RefreshCw = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15,13.071c-1.304,1.919-3.505,3.179-6,3.179-4.004,0-7.25-3.246-7.25-7.25S4.996,1.75,9,1.75c3.031,0,5.627,1.86,6.71,4.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"16.12 3.305 15.712 6.25 12.768 5.843\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const Rocket = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M11.75 7.5C12.44 7.5 13 6.9404 13 6.25C13 5.5596 12.44 5 11.75 5C11.06 5 10.5 5.5596 10.5 6.25C10.5 6.9404 11.06 7.5 11.75 7.5Z\" fill=\"currentColor\"></path><path d=\"M2.85699 12.4692C2.20309 12.7981 1.75 13.468 1.75 14.25V16.25H3.75C4.5317 16.25 5.2016 15.7971 5.5305 15.1433\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13.1707 10.0588C16.6759 6.381 16.2472 2.0942 16.2108 1.7892C15.9049 1.7528 11.619 1.3241 7.94118 4.8293C5.71338 6.9526 4.96349 9.3233 4.74579 10.1164L7.88368 13.2543C8.67678 13.0366 11.0474 12.2865 13.1707 10.0588Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M8.26601 4.5279L6.892 4.2819C5.637 4.0569 4.737 3.959 4 5L1.75 8.2699C1.75 8.2699 3.3528 7.6568 5.5921 7.9669\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.033 12.4078C10.3431 14.647 9.72998 16.2499 9.72998 16.2499L13 14C14.041 13.263 13.943 12.3629 13.718 11.1079L13.472 9.7339\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const RotateCcw = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M3,13.071c1.304,1.919,3.505,3.179,6,3.179,4.004,0,7.25-3.246,7.25-7.25S13.004,1.75,9,1.75c-3.031,0-5.627,1.86-6.71,4.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"1.88 3.305 2.288 6.25 5.232 5.843\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const RotateCw = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"m12.8866,12.9326c2.0219-.9316,3.3634-2.5687,3.3634-4.4326,0-2.8995-3.2459-5.25-7.25-5.25S1.75,5.6005,1.75,8.5s3.2459,5.25,7.25,5.25h.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"7.5 11.25 10 13.75 7.5 16.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const Rss = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"13.25\" r=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><path d=\"M5.111,9.361c2.148-2.148,5.63-2.148,7.778,0\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M2.282,6.532c3.71-3.71,9.725-3.71,13.435,0\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Save = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M10.75,2.25v3c0,.552-.448,1-1,1h-3.5c-.552,0-1-.448-1-1V2.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M5.25,15.75v-5c0-.552,.448-1,1-1h5.5c.552,0,1,.448,1,1v5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M13.59,15.75H4.41c-1.193,0-2.16-.967-2.16-2.16V4.41c0-1.193,.967-2.16,2.16-2.16h7.426c.265,0,.52,.105,.707,.293l2.914,2.914c.188,.188,.293,.442,.293,.707v7.426c0,1.193-.967,2.16-2.16,2.16Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const ScanSearch = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.75 15.75L11.6386 11.6386\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.75 13.25C10.7875 13.25 13.25 10.7875 13.25 7.75C13.25 4.7125 10.7875 2.25 7.75 2.25C4.7125 2.25 2.25 4.7125 2.25 7.75C2.25 10.7875 4.7125 13.25 7.75 13.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Search = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.75 15.75L11.6386 11.6386\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.75 13.25C10.7875 13.25 13.25 10.7875 13.25 7.75C13.25 4.7125 10.7875 2.25 7.75 2.25C4.7125 2.25 2.25 4.7125 2.25 7.75C2.25 10.7875 4.7125 13.25 7.75 13.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const SearchIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.75 15.75L11.6386 11.6386\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.75 13.25C10.7875 13.25 13.25 10.7875 13.25 7.75C13.25 4.7125 10.7875 2.25 7.75 2.25C4.7125 2.25 2.25 4.7125 2.25 7.75C2.25 10.7875 4.7125 13.25 7.75 13.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Send = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"15.813\" y1=\"2.187\" x2=\"7.657\" y2=\"10.343\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M15.947,2.73l-4.154,12.923c-.142,.443-.743,.509-.977,.106l-3.159-5.416L2.241,7.184c-.402-.235-.337-.835,.106-.977L15.27,2.053c.417-.134,.811,.26,.677,.677Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const SendHorizontal = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"9.386\" y1=\"9\" x2=\"4.993\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><path d=\"M15.472,9.458L4.005,15.412c-.404,.21-.863-.168-.733-.605l1.721-5.807L3.272,3.193c-.129-.437,.329-.815,.733-.605l11.466,5.954c.371,.193,.371,.724,0,.917Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const Settings = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 11.2495C10.2426 11.2495 11.25 10.2422 11.25 8.99951C11.25 7.75687 10.2426 6.74951 9 6.74951C7.75736 6.74951 6.75 7.75687 6.75 8.99951C6.75 10.2422 7.75736 11.2495 9 11.2495Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M15.175 7.27802L14.246 6.95001C14.144 6.68901 14.027 6.42999 13.883 6.17999C13.739 5.92999 13.573 5.69999 13.398 5.48099L13.578 4.513C13.703 3.842 13.391 3.164 12.8 2.823L12.449 2.62C11.857 2.278 11.115 2.34699 10.596 2.79099L9.851 3.42801C9.291 3.34201 8.718 3.34201 8.148 3.42801L7.403 2.79001C6.884 2.34601 6.141 2.27699 5.55 2.61899L5.199 2.82199C4.607 3.16299 4.296 3.84099 4.421 4.51199L4.601 5.47699C4.241 5.92599 3.955 6.42299 3.749 6.95099L2.825 7.27701C2.181 7.50401 1.75 8.11299 1.75 8.79599V9.20099C1.75 9.88399 2.181 10.493 2.825 10.72L3.754 11.048C3.856 11.309 3.972 11.567 4.117 11.817C4.262 12.067 4.427 12.297 4.602 12.517L4.421 13.485C4.296 14.156 4.608 14.834 5.199 15.175L5.55 15.378C6.142 15.72 6.884 15.651 7.403 15.207L8.148 14.569C8.707 14.655 9.28 14.655 9.849 14.569L10.595 15.208C11.114 15.652 11.857 15.721 12.448 15.379L12.799 15.176C13.391 14.834 13.702 14.157 13.577 13.486L13.397 12.52C13.756 12.071 14.043 11.575 14.248 11.047L15.173 10.721C15.817 10.494 16.248 9.885 16.248 9.202V8.797C16.248 8.114 15.817 7.50502 15.173 7.27802H15.175Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Settings2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"7.75\" y1=\"12.25\" x2=\"15.25\" y2=\"12.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"2.75\" y1=\"5.75\" x2=\"10.25\" y2=\"5.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"5.25\" cy=\"12.25\" r=\"2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"12.75\" cy=\"5.75\" r=\"2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const SettingsIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 11.2495C10.2426 11.2495 11.25 10.2422 11.25 8.99951C11.25 7.75687 10.2426 6.74951 9 6.74951C7.75736 6.74951 6.75 7.75687 6.75 8.99951C6.75 10.2422 7.75736 11.2495 9 11.2495Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M15.175 7.27802L14.246 6.95001C14.144 6.68901 14.027 6.42999 13.883 6.17999C13.739 5.92999 13.573 5.69999 13.398 5.48099L13.578 4.513C13.703 3.842 13.391 3.164 12.8 2.823L12.449 2.62C11.857 2.278 11.115 2.34699 10.596 2.79099L9.851 3.42801C9.291 3.34201 8.718 3.34201 8.148 3.42801L7.403 2.79001C6.884 2.34601 6.141 2.27699 5.55 2.61899L5.199 2.82199C4.607 3.16299 4.296 3.84099 4.421 4.51199L4.601 5.47699C4.241 5.92599 3.955 6.42299 3.749 6.95099L2.825 7.27701C2.181 7.50401 1.75 8.11299 1.75 8.79599V9.20099C1.75 9.88399 2.181 10.493 2.825 10.72L3.754 11.048C3.856 11.309 3.972 11.567 4.117 11.817C4.262 12.067 4.427 12.297 4.602 12.517L4.421 13.485C4.296 14.156 4.608 14.834 5.199 15.175L5.55 15.378C6.142 15.72 6.884 15.651 7.403 15.207L8.148 14.569C8.707 14.655 9.28 14.655 9.849 14.569L10.595 15.208C11.114 15.652 11.857 15.721 12.448 15.379L12.799 15.176C13.391 14.834 13.702 14.157 13.577 13.486L13.397 12.52C13.756 12.071 14.043 11.575 14.248 11.047L15.173 10.721C15.817 10.494 16.248 9.885 16.248 9.202V8.797C16.248 8.114 15.817 7.50502 15.173 7.27802H15.175Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Shield = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9.305,1.848l5.25,1.68c.414,.133,.695,.518,.695,.952v6.52c0,3.03-4.684,4.748-5.942,5.155-.203,.066-.413,.066-.616,0-1.258-.407-5.942-2.125-5.942-5.155V4.48c0-.435,.281-.82,.695-.952l5.25-1.68c.198-.063,.411-.063,.61,0Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const ShieldCheck = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9.305,1.848l5.25,1.68c.414,.133,.695,.518,.695,.952v6.52c0,3.03-4.684,4.748-5.942,5.155-.203,.066-.413,.066-.616,0-1.258-.407-5.942-2.125-5.942-5.155V4.48c0-.435,.281-.82,.695-.952l5.25-1.68c.198-.063,.411-.063,.61,0Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"6.497 9.75 8.106 11.25 11.503 6.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const ShieldOff = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M4.216 13.784C3.368 13.029 2.75 12.101 2.75 11V4.48C2.75 4.045 3.03101 3.66 3.44501 3.528L8.69501 1.848C8.89301 1.785 9.10599 1.785 9.30499 1.848L14.493 3.508\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M2 16L16 2\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M6.82532 15.417C7.61002 15.781 8.31104 16.0317 8.69214 16.155C8.89514 16.2209 9.10514 16.2209 9.30814 16.155C10.5661 15.748 15.2501 14.03 15.2501 11V6.9922\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const SkipForward = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M1.5,4.946c1.446,.872,4.6,2.776,6.011,3.628,.322,.194,.318,.661-.004,.856L1.504,13.052c-.332,.2-.754-.04-.754-.429V5.377c0-.389,.418-.632,.75-.432Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M8.5,4.946c1.446,.872,4.6,2.776,6.011,3.628,.322,.194,.318,.661-.004,.856l-6.002,3.623c-.332,.2-.754-.04-.754-.429V5.377c0-.389,.418-.632,.75-.432Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><line x1=\"17.25\" y1=\"13.75\" x2=\"17.25\" y2=\"4.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Slack = (props) => <Icon viewBox="0 0 24 24" {...props} dangerouslySetInnerHTML={{ __html: "<rect width=\"3\" height=\"8\" x=\"13\" y=\"2\" rx=\"1.5\"></rect><path d=\"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5\"></path><rect width=\"3\" height=\"8\" x=\"8\" y=\"14\" rx=\"1.5\"></rect><path d=\"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5\"></path><rect width=\"8\" height=\"3\" x=\"14\" y=\"13\" rx=\"1.5\"></rect><path d=\"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5\"></path><rect width=\"8\" height=\"3\" x=\"2\" y=\"8\" rx=\"1.5\"></rect><path d=\"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5\"></path>" }} />;
  const Sliders = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"13.25\" y1=\"5.25\" x2=\"16.25\" y2=\"5.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"5.25\" x2=\"8.75\" y2=\"5.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"11\" cy=\"5.25\" r=\"2.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><line x1=\"4.75\" y1=\"12.75\" x2=\"1.75\" y2=\"12.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"12.75\" x2=\"9.25\" y2=\"12.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"7\" cy=\"12.75\" r=\"2.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const SlidersHorizontal = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"15.25\" y1=\"9\" x2=\"16.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.75\" y1=\"9\" x2=\"9\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"5\" y1=\"3.75\" x2=\"1.75\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"3.75\" x2=\"11.25\" y2=\"3.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"5\" y1=\"14.25\" x2=\"1.75\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.25\" y1=\"14.25\" x2=\"11.25\" y2=\"14.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"11\" cy=\"9\" r=\"1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"6.75\" cy=\"3.75\" r=\"1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><circle cx=\"6.75\" cy=\"14.25\" r=\"1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const SmilePlus = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><path d=\"M12.749,11c-.717,1.338-2.128,2.25-3.749,2.25s-3.033-.912-3.749-2.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><circle cx=\"7\" cy=\"8\" r=\"1\" fill=\"currentColor\"></circle><circle cx=\"11\" cy=\"8\" r=\"1\" fill=\"currentColor\"></circle>" }} />;
  const Sparkles = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.658,2.99l-1.263-.421-.421-1.263c-.137-.408-.812-.408-.949,0l-.421,1.263-1.263,.421c-.204,.068-.342,.259-.342,.474s.138,.406,.342,.474l1.263,.421,.421,1.263c.068,.204,.26,.342,.475,.342s.406-.138,.475-.342l.421-1.263,1.263-.421c.204-.068,.342-.259,.342-.474s-.138-.406-.342-.474Z\" fill=\"currentColor\"></path><polygon points=\"9.5 2.75 11.412 7.587 16.25 9.5 11.412 11.413 9.5 16.25 7.587 11.413 2.75 9.5 7.587 7.587 9.5 2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polygon>" }} />;
  const Square = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<rect x=\"2.75\" y=\"2.75\" width=\"12.5\" height=\"12.5\" rx=\"2\" ry=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const Star = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<polygon points=\"9 1.75 11.24 6.289 16.25 7.017 12.625 10.551 13.481 15.54 9 13.185 4.519 15.54 5.375 10.551 1.75 7.017 6.76 6.289 9 1.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polygon>" }} />;
  const Sun = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"9\" y1=\"1.25\" x2=\"9\" y2=\"2.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"14.48\" y1=\"3.52\" x2=\"13.773\" y2=\"4.227\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"16.75\" y1=\"9\" x2=\"15.75\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"14.48\" y1=\"14.48\" x2=\"13.773\" y2=\"13.773\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"9\" y1=\"16.75\" x2=\"9\" y2=\"15.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.52\" y1=\"14.48\" x2=\"4.227\" y2=\"13.773\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"1.25\" y1=\"9\" x2=\"2.25\" y2=\"9\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"3.52\" y1=\"3.52\" x2=\"4.227\" y2=\"4.227\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><circle cx=\"9\" cy=\"9\" r=\"4.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle>" }} />;
  const Tag = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M3.25,2.25h4.922c.53,0,1.039,.211,1.414,.586l5.75,5.75c.781,.781,.781,2.047,0,2.828l-3.922,3.922c-.781,.781-2.047,.781-2.828,0L2.836,9.586c-.375-.375-.586-.884-.586-1.414V3.25c0-.552,.448-1,1-1Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><circle cx=\"6.25\" cy=\"6.25\" r=\"1.25\" fill=\"currentColor\"></circle>" }} />;
  const Target = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 9L12.25 5.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12.25 5.75L11.5 3.5L14 1L14.75 3.25L17 4L14.5 6.5L12.25 5.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M8.757 4.75677C6.5231 4.88277 4.75 6.7346 4.75 9C4.75 11.3469 6.653 13.25 9 13.25C11.2653 13.25 13.1171 11.477 13.2432 9.24323\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9.06329 1.75031C9.04219 1.75011 9.0212 1.75 9 1.75C4.996 1.75 1.75 4.9961 1.75 9C1.75 13.0039 4.996 16.25 9 16.25C13.004 16.25 16.25 13.0039 16.25 9C16.25 8.9788 16.2499 8.95772 16.2497 8.93652\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const ThumbsDown = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.25,10.506c0,.48,.173,.944,.486,1.307l4.264,4.937h0c.854-.427,1.25-1.428,.92-2.324l-1.17-3.176h4.402c1.313,0,2.269-1.243,1.933-2.512l-1.191-4.5c-.232-.877-1.026-1.488-1.933-1.488H7.25c-1.105,0-2,.895-2,2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"1.75\" y=\"2.75\" width=\"3.5\" height=\"8.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const ThumbsUp = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.25,7.494c0-.48,.173-.944,.486-1.307L10,1.25h0c.854,.427,1.25,1.428,.92,2.324l-1.17,3.176h4.402c1.313,0,2.269,1.243,1.933,2.512l-1.191,4.5c-.232,.877-1.026,1.488-1.933,1.488H7.25c-1.105,0-2-.895-2-2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"1.75\" y=\"6.75\" width=\"3.5\" height=\"8.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const Trash2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M2.75 4.75H15.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M6.75 4.75V2.75C6.75 2.2 7.198 1.75 7.75 1.75H10.25C10.802 1.75 11.25 2.2 11.25 2.75V4.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.375 8.75L7.59219 13.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.625 8.75L10.4078 13.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13.6977 7.75L13.35 14.35C13.294 15.4201 12.416 16.25 11.353 16.25H6.64804C5.58404 16.25 4.70703 15.42 4.65103 14.35L4.30334 7.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const TrashIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M2.75 4.75H15.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M6.75 4.75V2.75C6.75 2.2 7.198 1.75 7.75 1.75H10.25C10.802 1.75 11.25 2.2 11.25 2.75V4.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M7.375 8.75L7.59219 13.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.625 8.75L10.4078 13.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13.6977 7.75L13.35 14.35C13.294 15.4201 12.416 16.25 11.353 16.25H6.64804C5.58404 16.25 4.70703 15.42 4.65103 14.35L4.30334 7.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const TrendingUp = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M1.75,12.25l3.646-3.646c.195-.195,.512-.195,.707,0l3.293,3.293c.195,.195,.512,.195,.707,0l6.146-6.146\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"11.25 5.75 16.25 5.75 16.25 10.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline>" }} />;
  const TriangleAlert = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M7.63796 3.48996L2.21295 12.89C1.60795 13.9399 2.36395 15.25 3.57495 15.25H14.425C15.636 15.25 16.392 13.9399 15.787 12.89L10.362 3.48996C9.75696 2.44996 8.24296 2.44996 7.63796 3.48996Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 6.75V9.75\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9 13.5C8.448 13.5 8 13.05 8 12.5C8 11.95 8.448 11.5 9 11.5C9.552 11.5 10 11.9501 10 12.5C10 13.0499 9.552 13.5 9 13.5Z\" fill=\"currentColor\"></path>" }} />;
  const Upload = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M15.25,11.75v1.5c0,1.105-.895,2-2,2H4.75c-1.105,0-2-.895-2-2v-1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><polyline points=\"12.5 6.25 9 2.75 5.5 6.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></polyline><line x1=\"9\" y1=\"2.75\" x2=\"9\" y2=\"10.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const User = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"4.5\" r=\"2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><path d=\"M13.762,15.516c.86-.271,1.312-1.221,.947-2.045-.97-2.191-3.159-3.721-5.709-3.721s-4.739,1.53-5.709,3.721c-.365,.825,.087,1.774,.947,2.045,1.225,.386,2.846,.734,4.762,.734s3.537-.348,4.762-.734Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const UserCheck = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 7.25049C10.519 7.25049 11.75 6.01949 11.75 4.50049C11.75 2.98149 10.519 1.75049 9 1.75049C7.481 1.75049 6.25 2.98149 6.25 4.50049C6.25 6.01949 7.481 7.25049 9 7.25049Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9.41143 9.771C9.27523 9.762 9.13962 9.75049 9.00102 9.75049C6.45002 9.75049 4.26203 11.2805 3.29203 13.4705C2.92703 14.2955 3.37902 15.2444 4.23902 15.5157C5.27782 15.8428 6.61532 16.1292 8.16202 16.2127\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M14 10C11.7939 10 10 11.7944 10 14C10 16.2056 11.7939 18 14 18C16.2061 18 18 16.2056 18 14C18 11.7944 16.2061 10 14 10ZM16.3076 13.252L14.0576 15.752C13.9199 15.9048 13.7256 15.9942 13.5195 15.9996C13.5127 16.0001 13.5068 16.0001 13.5 16.0001C13.3018 16.0001 13.1104 15.9215 12.9697 15.7804L11.7197 14.5304C11.4267 14.2374 11.4267 13.7628 11.7197 13.4699C12.0127 13.177 12.4873 13.1769 12.7802 13.4699L13.4716 14.1608L15.1923 12.2482C15.4706 11.9416 15.9433 11.9162 16.2519 12.1925C16.5595 12.4698 16.5849 12.9439 16.3076 13.252Z\" fill=\"currentColor\"></path>" }} />;
  const UserPen = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 7.25049C10.519 7.25049 11.75 6.01929 11.75 4.50049C11.75 2.98169 10.519 1.75049 9 1.75049C7.481 1.75049 6.25 2.98169 6.25 4.50049C6.25 6.01929 7.481 7.25049 9 7.25049Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M10.7443 10.0134C10.1908 9.84808 9.6082 9.75049 9 9.75049C6.449 9.75049 4.26098 11.2805 3.29098 13.4705C2.92598 14.2955 3.378 15.2444 4.238 15.5154C5.0373 15.7678 6.01889 15.9922 7.12979 16.1238\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12.7959 16.2042L15.9571 13.043C16.3476 12.6525 16.3476 12.0193 15.9571 11.6288L15.3713 11.043C14.9808 10.6525 14.3476 10.6525 13.9571 11.043L10.7959 14.2042L10.0001 17.0001L12.7959 16.2042Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const UserPlus = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 7.2505C10.5188 7.2505 11.75 6.0195 11.75 4.5005C11.75 2.9815 10.5188 1.7505 9 1.7505C7.4812 1.7505 6.25 2.9815 6.25 4.5005C6.25 6.0195 7.4812 7.2505 9 7.2505Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M17.25 14.7505H12.25\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M14.75 12.2505V17.2505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12.2164 10.677C11.2752 10.102 10.1839 9.7505 8.99999 9.7505C6.44899 9.7505 4.26099 11.2805 3.29099 13.4705C2.92599 14.2955 3.37799 15.2444 4.23799 15.5154C5.46299 15.9014 7.08389 16.2495 8.99999 16.2495C9.22329 16.2495 9.43029 16.2319 9.64399 16.2214\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const UserRound = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"4.5\" r=\"2.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><path d=\"M13.762,15.516c.86-.271,1.312-1.221,.947-2.045-.97-2.191-3.159-3.721-5.709-3.721s-4.739,1.53-5.709,3.721c-.365,.825,.087,1.774,.947,2.045,1.225,.386,2.846,.734,4.762,.734s3.537-.348,4.762-.734Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path>" }} />;
  const UserRoundSearch = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 7.2505C10.519 7.2505 11.75 6.0195 11.75 4.5005C11.75 2.9815 10.519 1.7505 9 1.7505C7.481 1.7505 6.25 2.9815 6.25 4.5005C6.25 6.0195 7.481 7.2505 9 7.2505Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13 15.2505C14.243 15.2505 15.25 14.2435 15.25 13.0005C15.25 11.7575 14.243 10.7505 13 10.7505C11.757 10.7505 10.75 11.7575 10.75 13.0005C10.75 14.2435 11.757 15.2505 13 15.2505Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M14.59 14.5905L16.25 16.2505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M8.90341 9.7578C6.39461 9.7964 4.24848 11.3086 3.29098 13.4704C2.92598 14.2954 3.378 15.2443 4.238 15.5153C5.4419 15.8947 7.032 16.2336 8.905 16.2453\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Users = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M5.75 8.25049C6.8546 8.25049 7.75 7.35549 7.75 6.25049C7.75 5.14549 6.8546 4.25049 5.75 4.25049C4.6454 4.25049 3.75 5.14549 3.75 6.25049C3.75 7.35549 4.6454 8.25049 5.75 8.25049Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9.60903 15.1225C10.132 14.9475 10.439 14.3785 10.245 13.8635C9.56003 12.0455 7.80903 10.7515 5.75103 10.7515C3.69303 10.7515 1.94203 12.0455 1.25703 13.8635C1.06303 14.3795 1.37003 14.9485 1.89303 15.1225C2.85503 15.4435 4.17403 15.7505 5.75203 15.7505C7.33003 15.7505 8.64803 15.4435 9.60903 15.1225Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12 5.75049C13.1046 5.75049 14 4.85549 14 3.75049C14 2.64549 13.1046 1.75049 12 1.75049C10.8954 1.75049 10 2.64549 10 3.75049C10 4.85549 10.8954 5.75049 12 5.75049Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13.154 13.1873C14.2224 13.0845 15.1437 12.8614 15.858 12.6226C16.381 12.4476 16.688 11.8785 16.494 11.3636C15.809 9.54549 14.058 8.2515 12 8.2515C11.1608 8.2515 10.379 8.4771 9.69287 8.8555\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const UserSearch = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 7.2505C10.519 7.2505 11.75 6.0195 11.75 4.5005C11.75 2.9815 10.519 1.7505 9 1.7505C7.481 1.7505 6.25 2.9815 6.25 4.5005C6.25 6.0195 7.481 7.2505 9 7.2505Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M13 15.2505C14.243 15.2505 15.25 14.2435 15.25 13.0005C15.25 11.7575 14.243 10.7505 13 10.7505C11.757 10.7505 10.75 11.7575 10.75 13.0005C10.75 14.2435 11.757 15.2505 13 15.2505Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M14.59 14.5905L16.25 16.2505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M8.90341 9.7578C6.39461 9.7964 4.24848 11.3086 3.29098 13.4704C2.92598 14.2954 3.378 15.2443 4.238 15.5153C5.4419 15.8947 7.032 16.2336 8.905 16.2453\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const UserX = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M9 7.25049C10.5188 7.25049 11.75 6.01929 11.75 4.50049C11.75 2.98169 10.5188 1.75049 9 1.75049C7.4812 1.75049 6.25 2.98169 6.25 4.50049C6.25 6.01929 7.4812 7.25049 9 7.25049Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M12 12.0005L16 16.0005\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M9.93269 9.83518C9.62829 9.78518 9.31909 9.75049 8.99999 9.75049C6.44899 9.75049 4.26099 11.2805 3.29099 13.4705C2.92599 14.2955 3.37799 15.2444 4.23799 15.5154C5.46299 15.9014 7.08389 16.2495 8.99999 16.2495C9.00889 16.2495 9.01688 16.2483 9.02578 16.2483\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M16 12.0005L12 16.0005\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Video = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M12.25,8l4.259-2.342c.333-.183,.741,.058,.741,.438v5.809c0,.38-.408,.621-.741,.438l-4.259-2.342\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"1.75\" y=\"3.75\" width=\"10.5\" height=\"10.5\" rx=\"2\" ry=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><circle cx=\"4.75\" cy=\"6.75\" r=\".75\" fill=\"currentColor\"></circle>" }} />;
  const Wand2 = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M4.49298 4.74201L3.54698 4.42701L3.23098 3.47999C3.12898 3.17399 2.62198 3.17399 2.51998 3.47999L2.20398 4.42701L1.25798 4.74201C1.10498 4.79301 1.00098 4.93603 1.00098 5.09803C1.00098 5.26003 1.10498 5.40299 1.25798 5.45399L2.20398 5.76899L2.51998 6.71601C2.57098 6.86901 2.71398 6.97199 2.87498 6.97199C3.03598 6.97199 3.17998 6.86801 3.22998 6.71601L3.54598 5.76899L4.49198 5.45399C4.64498 5.40299 4.74898 5.26003 4.74898 5.09803C4.74898 4.93603 4.64598 4.79301 4.49298 4.74201Z\" fill=\"currentColor\"></path><path d=\"M16.658 12.99L15.395 12.5689L14.974 11.3061C14.837 10.8981 14.162 10.8981 14.025 11.3061L13.604 12.5689L12.341 12.99C12.137 13.058 11.999 13.249 11.999 13.464C11.999 13.679 12.137 13.87 12.341 13.938L13.604 14.359L14.025 15.622C14.093 15.826 14.285 15.964 14.5 15.964C14.715 15.964 14.906 15.826 14.975 15.622L15.396 14.359L16.659 13.938C16.863 13.87 17.001 13.679 17.001 13.464C17.001 13.249 16.862 13.058 16.658 12.99Z\" fill=\"currentColor\"></path><path d=\"M5.75 2.5C6.1642 2.5 6.5 2.164 6.5 1.75C6.5 1.336 6.1642 1 5.75 1C5.3358 1 5 1.336 5 1.75C5 2.164 5.3358 2.5 5.75 2.5Z\" fill=\"currentColor\"></path><path d=\"M2.5 15.5L9.7545 8.24542\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path><path d=\"M8.8428 2L11.6329 3.82147L14.7153 2.55713L13.8445 5.77307L16 8.31268L12.6731 8.47852L10.9231 11.314L9.7374 8.20062L6.5 7.41333L9.0945 5.32208L8.8428 2Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;
  const Webhook = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M3.804,13.278l3.721-6.444c-.91-.515-1.524-1.492-1.524-2.613,0-1.657,1.343-3,3-3s3,1.343,3,3c0,.08-.003,.159-.009,.237\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M14.246,13.25H6.805c.009,1.046-.53,2.065-1.5,2.626-1.435,.828-3.27,.337-4.098-1.098s-.337-3.27,1.098-4.098c.069-.04,.139-.077,.21-.11\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><path d=\"M9,4.222l3.72,6.444c.901-.531,2.054-.574,3.025-.014,1.435,.828,1.927,2.663,1.098,4.098s-2.663,1.927-4.098,1.098c-.069-.04-.136-.082-.2-.126\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><circle cx=\"3.804\" cy=\"13.278\" r=\"1.25\" fill=\"currentColor\"></circle><circle cx=\"9\" cy=\"4.222\" r=\"1.25\" fill=\"currentColor\"></circle><circle cx=\"14.248\" cy=\"13.252\" r=\"1.25\" fill=\"currentColor\"></circle>" }} />;
  const Workflow = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"m6.25,12.75v-2.25c0-.8284.6716-1.5,1.5-1.5h2.5c.8284,0,1.5-.6716,1.5-1.5v-2.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></path><rect x=\"7.75\" y=\"1.75\" width=\"8\" height=\"3.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect><rect x=\"2.25\" y=\"12.75\" width=\"8\" height=\"3.5\" rx=\"1\" ry=\"1\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></rect>" }} />;
  const X = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"14\" y1=\"4\" x2=\"4\" y2=\"14\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"4\" y1=\"4\" x2=\"14\" y2=\"14\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const XCircle = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<circle cx=\"9\" cy=\"9\" r=\"7.25\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></circle><line x1=\"6.25\" y1=\"6.25\" x2=\"11.75\" y2=\"11.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"11.75\" y1=\"6.25\" x2=\"6.25\" y2=\"11.75\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const XIcon = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<line x1=\"14\" y1=\"4\" x2=\"4\" y2=\"14\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line><line x1=\"4\" y1=\"4\" x2=\"14\" y2=\"14\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"></line>" }} />;
  const Zap = (props) => <Icon {...props} dangerouslySetInnerHTML={{ __html: "<path d=\"M14.7505 7.25H9.49905L9.81065 1.9868C9.82325 1.7732 9.55085 1.6734 9.42255 1.8446L3.04965 10.3501C2.92615 10.5149 3.04376 10.75 3.24976 10.75H8.50115L8.18955 16.0132C8.17695 16.2268 8.44935 16.3266 8.57765 16.1554L14.9506 7.6499C15.0741 7.4851 14.9565 7.25 14.7505 7.25Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"></path>" }} />;

  /* --- Hand-authored glyphs (generated/custom.tsx), geometry verbatim --- */

  /**
   * Panel collapse/expand pair — promoted from AppSidebar's private SVGs so the
   * compose recipient rail (TRA-1523) draws the same glyph. Collapse chevrons
   * point into the panel edge; expand points back out.
   */
  const PanelCollapseIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeLinecap="round"
      strokeLinejoin="round"
      strokeWidth={1.5}
      aria-hidden={true}
      {...props}
    >
      <rect x="2.75" y="2.75" width="12.5" height="12.5" rx="2" ry="2" transform="translate(18) rotate(90)" />
      <line x1="5.75" y1="5.75" x2="5.75" y2="12.25" />
      <polyline points="11.5 6.75 9.25 9 11.5 11.25" />
    </svg>
  );

  const PanelExpandIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeLinecap="round"
      strokeLinejoin="round"
      strokeWidth={1.5}
      aria-hidden={true}
      {...props}
    >
      <rect x="2.75" y="2.75" width="12.5" height="12.5" rx="2" ry="2" transform="translate(18 0) rotate(90)" />
      <line x1="12.25" y1="5.75" x2="12.25" y2="12.25" />
      <polyline points="6.5 6.75 8.75 9 6.5 11.25" />
    </svg>
  );

  const CompanySettingsIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeWidth={1.5}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <line x1="10.75" y1="9" x2="15.75" y2="9" />
      <line x1="2.25" y1="9" x2="7.25" y2="9" />
      <line x1="15.75" y1="3.75" x2="5.75" y2="3.75" />
      <line x1="12.25" y1="14.25" x2="2.25" y2="14.25" />
      <circle cx="9" cy="9" r="1.75" />
      <circle cx="4" cy="3.75" r="1.75" />
      <circle cx="14" cy="14.25" r="1.75" />
    </svg>
  );

  const GearKeyholeIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeWidth={1.5}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="m16.25,9.355v-.71c0-.51-.383-.938-.89-.994l-1.094-.122-.503-1.214.688-.859c.318-.398.287-.971-.074-1.332l-.502-.502c-.36-.36-.934-.392-1.332-.074l-.859.688-1.214-.503-.122-1.094c-.056-.506-.484-.89-.994-.89h-.71c-.51,0-.938.383-.994.89l-.122,1.094-1.214.503-.859-.687c-.398-.318-.971-.287-1.332.074l-.502.502c-.36.36-.392.934-.074,1.332l.688.859-.503,1.214-1.094.122c-.506.056-.89.484-.89.994v.71c0,.51.383.938.89.994l1.094.122.503,1.214-.687.859c-.318.398-.287.972.074,1.332l.502.502c.36.36.934.392,1.332.074l.859-.688,1.214.503.122,1.094c.056.506.484.89.994.89h.71c.51,0,.938-.383.994-.89l.122-1.094,1.214-.503.859.688c.398.318.971.287,1.332-.074l.502-.502c.36-.36.392-.934.074-1.332l-.687-.859.503-1.214,1.094-.122c.506-.056.89-.484.89-.994l-.002-.001Z" />
      <circle cx={9} cy={8.5} r={1.25} fill="currentColor" />
      <line x1={9} y1={10.094} x2={9} y2={11.75} />
    </svg>
  );

  const NewsIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeWidth={1.5}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="M3.25 15.25H14.75C15.578 15.25 16.25 14.578 16.25 13.75V2.75H4.75V13.75C4.75 14.578 4.078 15.25 3.25 15.25Z" />
      <path d="M3.25 15.25C2.422 15.25 1.75 14.578 1.75 13.75V6.75" />
      <path d="M7.75 7.25H13.25" />
      <path d="M7.75 10.25H13.25" />
    </svg>
  );

  const CareerIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeWidth={1.5}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="M1.75,8.75c1.421,.616,3.966,1.503,7.25,1.503s5.829-.887,7.25-1.503" />
      <line x1={9} y1={9.25} x2={9} y2={11.5} />
      <path d="M6.25,4.75V2.25c0-.552,.448-1,1-1h3.5c.552,0,1,.448,1,1v2.5" />
      <rect x={1.75} y={4.75} width={14.5} height={10.5} rx={2} ry={2} />
    </svg>
  );

  // Kettlebell weight glyph for the signal weight (1·2·3) control. Ported to the
  // 18-grid house style from the TRA-1105 design (24-grid source scaled ×0.75).
  const WeightIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeWidth={1.5}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="M9 2.25v2.25" />
      <path d="M4.875 4.5h8.25l2.25 9.75a0.75 0.75 0 0 1-0.75 0.9H3.375A0.75 0.75 0 0 1 2.625 14.25z" />
      <path d="M6.75 8.25a2.25 2.25 0 0 0 4.5 0" />
    </svg>
  );

  const JobListingIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeWidth={1.5}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="M6.25 2.75H5.25C4.145 2.75 3.25 3.645 3.25 4.75V14.25C3.25 15.355 4.145 16.25 5.25 16.25H12.75C13.855 16.25 14.75 15.355 14.75 14.25V4.75C14.75 3.645 13.855 2.75 12.75 2.75H11.75" />
      <path d="M10.75 1.25H7.25C6.698 1.25 6.25 1.6977 6.25 2.25V3.25C6.25 3.8023 6.698 4.25 7.25 4.25H10.75C11.302 4.25 11.75 3.8023 11.75 3.25V2.25C11.75 1.6977 11.302 1.25 10.75 1.25Z" />
      <path fill="currentColor" stroke="none" d="M9 9C9.82843 9 10.5 8.32843 10.5 7.5C10.5 6.67157 9.82843 6 9 6C8.17157 6 7.5 6.67157 7.5 7.5C7.5 8.32843 8.17157 9 9 9Z" />
      <path fill="currentColor" stroke="none" d="M11.1011 14H6.89903C6.49233 14 6.10855 13.8013 5.87175 13.4683C5.63935 13.1407 5.57874 12.7207 5.70964 12.3453C6.19794 10.943 7.52013 10.0001 9.00013 10.0001C10.4801 10.0001 11.8023 10.943 12.2911 12.3458C12.4215 12.7208 12.361 13.1407 12.1286 13.4684C11.8918 13.8014 11.5078 14 11.1011 14Z" />
    </svg>
  );

  // AI sparkle-star used for the "train signal with this event" action. Two-color
  // source flattened to `currentColor` so it inherits the button's text color
  // (muted → primary on hover) instead of the hardcoded white it shipped with.
  const SignalSparkleIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 12 12"
      fill="none"
      stroke="currentColor"
      strokeWidth={1}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <polygon points="6.5 10.25 7.845 6.846 11.25 5.5 7.845 4.154 6.5 .75 5.154 4.154 1.75 5.5 5.154 6.846 6.5 10.25" />
      <path
        fill="currentColor"
        stroke="none"
        d="m3.492,10.508l-.946.315-.316.947c-.102.306-.609.306-.711,0l-.316-.947-.946-.315c-.153-.051-.257-.194-.257-.356s.104-.305.257-.356l.946-.315.316-.947c.051-.153.194-.256.355-.256s.305.104.355.256l.316.947.946.315c.153.051.257.194.257.356s-.104.305-.257.356h0Z"
      />
    </svg>
  );

  // Elbow "turn → forward" arrow (shaft drops from the top, rounds the corner,
  // and points right) used beside an event's reasoning line as the "leads to →
  // View event" affordance. The two-color Nucleo source shipped hardcoded white
  // strokes (`data-color="color-2"`); flattened to `currentColor` so it inherits
  // the accent text color and flips with the theme instead of vanishing on the
  // light shell.
  const ArrowTurnRightIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 12 12"
      fill="none"
      stroke="currentColor"
      strokeWidth={1}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="m10.75,6.25H3.25c-1.105,0-2-.895-2-2v-2" />
      <polyline points="7.75 3 11 6.25 7.75 9.5" />
    </svg>
  );

  /* Bookmark family (TRA-1298) - plain outline, filled, and plus. Authored on a
     24-grid with the prototype/lucide paths (matches the Lists/audience glyphs in
     the design mock); the vendored "BookMarked" is a bookmarked-book, not this. */
  const Bookmark = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 24 24"
      fill="none"
      stroke="currentColor"
      strokeWidth={2}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" />
    </svg>
  );

  const BookmarkFilled = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 24 24"
      fill="currentColor"
      stroke="none"
      aria-hidden={true}
      {...props}
    >
      <path d="M17 3H7a2 2 0 0 0-2 2v16l7-4 7 4V5a2 2 0 0 0-2-2z" />
    </svg>
  );

  const BookmarkPlus = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 24 24"
      fill="none"
      stroke="currentColor"
      strokeWidth={2}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" />
      <path d="M12 7v6M9 10h6" />
    </svg>
  );

  // Robot head with antenna + speech bubble — the Trayo Agent glyph (sidebar
  // nav item and floating chat bubble). The two-color Nucleo source shipped
  // hardcoded white strokes; flattened to `currentColor` so it inherits the
  // surrounding text color and flips with the theme.
  const TrayoAgentIcon = ({ size = 18, ...props }) => (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width={size}
      height={size}
      viewBox="0 0 18 18"
      fill="none"
      stroke="currentColor"
      strokeWidth={1}
      strokeLinecap="round"
      strokeLinejoin="round"
      aria-hidden={true}
      {...props}
    >
      <path d="M15.75,.75h-4.5c-.827,0-1.5,.673-1.5,1.5v2c0,.827,.673,1.5,1.5,1.5h.5v2l2.227-2h1.773c.827,0,1.5-.673,1.5-1.5V2.25c0-.827-.673-1.5-1.5-1.5Z" />
      <path d="M15.25,8.25v6c0,1.105-.895,2-2,2H3.75c-1.105,0-2-.895-2-2v-5.5c0-1.105,.895-2,2-2h4.38" />
      <circle cx="5.5" cy="11" r="1" fill="currentColor" stroke="none" />
      <circle cx="11.5" cy="11" r="1" fill="currentColor" stroke="none" />
      <path
        fill="currentColor"
        stroke="none"
        d="M7.5,12h2c.276,0,.5,.224,.5,.5h0c0,.828-.672,1.5-1.5,1.5h0c-.828,0-1.5-.672-1.5-1.5h0c0-.276,.224-.5,.5-.5Z"
      />
      <line x1="5.25" y1="3.75" x2="5.25" y2="6.75" />
      <circle cx="5.25" cy="2.5" r="1.5" fill="currentColor" stroke="none" />
    </svg>
  );

  Object.assign(T, {
    Icons: {
      Activity, AlertCircle, AlertTriangle, ArrowLeft, ArrowLeftCircle, ArrowRight,
      ArrowRightIcon, ArrowTurnRightIcon, ArrowUpDown, ArrowUpRight, AudioWaveform, Ban,
      BarChart2, Bell, Bookmark, BookMarked, BookmarkFilled, BookmarkPlus,
      BookOpen, Bot, Briefcase, Building, Building2, Calendar,
      CalendarClock, CareerIcon, Check, CheckCircle, CheckCircle2, CheckIcon,
      ChevronDown, ChevronDownIcon, ChevronLeft, ChevronLeftIcon, ChevronRight, ChevronRightIcon,
      ChevronsDownUp, ChevronsLeft, ChevronsRight, ChevronsUpDown, ChevronUp, ChevronUpIcon,
      CircleCheck, CircleDot, CircleIcon, CircleQuestionMark, ClipboardList, Clock,
      Cloud, Command, CompanySettingsIcon, Compass, Construction, Contact,
      Copy, CornerDownRight, Cpu, Crown, DollarSign, Download,
      Edit, Edit3, ExternalLink, Eye, EyeOff, FileEdit,
      FileText, Flag, FlaskConical, GalleryVerticalEnd, GearKeyholeIcon, GitBranch,
      Globe, GraduationCap, GripVertical, Hand, Handshake, Hash,
      History, Home, HomeIcon, Icon, Import, Inbox,
      InboxIcon, Info, JobListingIcon, KeyRound, Laptop, Layers,
      LayoutDashboard, LifeBuoy, Lightbulb, Linkedin, List, ListFilter,
      ListTree, Loader, Loader2, Lock, LogIn, LogOut,
      Mail, MailCheck, MailPlus, Map: MapGlyph, MapPin, Maximize2,
      Menu, MessageCircle, MessageSquare, MessageSquareText, Minimize2, Minus,
      MinusCircle, MinusIcon, Moon, MoreHorizontal, MoreVertical, MousePointer,
      MousePointerClick, Network, NewsIcon, Newspaper, PanelCollapseIcon, PanelExpandIcon,
      PanelLeft, PanelLeftIcon, Pencil, Phone, Play, PlayCircle,
      Plus, PlusCircle, PlusIcon, Radar, Radio, RefreshCcw,
      RefreshCw, Rocket, RotateCcw, RotateCw, Rss, Save,
      ScanSearch, Search, SearchIcon, Send, SendHorizontal, Settings,
      Settings2, SettingsIcon, Shield, ShieldCheck, ShieldOff, SignalSparkleIcon,
      SkipForward, Slack, Sliders, SlidersHorizontal, SmilePlus, Sparkles,
      Square, Star, Sun, Tag, Target, ThumbsDown,
      ThumbsUp, Trash2, TrashIcon, TrayoAgentIcon, TrendingUp, TriangleAlert,
      Upload, User, UserCheck, UserPen, UserPlus, UserRound,
      UserRoundSearch, Users, UserSearch, UserX, Video, Wand2,
      Webhook, WeightIcon, Workflow, X, XCircle, XIcon,
      Zap,
    },
  });
})();
