{"version":3,"file":"chevron-right-icon.cjs","sources":["../../src/icons/chevron-right-icon.tsx"],"sourcesContent":["import { forwardRef, type SVGProps } from \"react\";\n\nexport const ChevronRightIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((props, ref) => (\n  <svg\n    xmlns=\"http://www.w3.org/2000/svg\"\n    width=\"1em\"\n    height=\"1em\"\n    fill=\"none\"\n    stroke=\"currentColor\"\n    strokeWidth={2}\n    viewBox=\"0 0 24 24\"\n    ref={ref}\n    {...props}\n  >\n    <path strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"m9 5 7 7-7 7\" />\n  </svg>\n));\nChevronRightIcon.displayName = \"ChevronRightIcon\";\n"],"names":["forwardRef","jsx"],"mappings":";;;;;AAGY,MAAC,gBAAgB,GAAGA,gBAAU,CAAC,CAAC,KAAK,EAAE,GAAG,qBAAqBC,cAAG;AAC9E,EAAE,KAAK;AACP,EAAE;AACF,IAAI,KAAK,EAAE,4BAA4B;AACvC,IAAI,KAAK,EAAE,KAAK;AAChB,IAAI,MAAM,EAAE,KAAK;AACjB,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,WAAW,EAAE,CAAC;AAClB,IAAI,OAAO,EAAE,WAAW;AACxB,IAAI,GAAG;AACP,IAAI,GAAG,KAAK;AACZ,IAAI,QAAQ,kBAAkBA,cAAG,CAAC,MAAM,EAAE,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAE,cAAc,EAAE;AAChH;AACA,CAAC;AACD,gBAAgB,CAAC,WAAW,GAAG,kBAAkB;;;;"}