{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconScissors1/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconScissors1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"scissors-1, cut\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 4.5C4.61929 4.5 3.5 5.61929 3.5 7C3.5 8.38071 4.61929 9.5 6 9.5C7.38071 9.5 8.5 8.38071 8.5 7C8.5 5.61929 7.38071 4.5 6 4.5ZM2 7C2 4.79086 3.79086 3 6 3C8.20914 3 10 4.79086 10 7C10 9.20914 8.20914 11 6 11C3.79086 11 2 9.20914 2 7Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 14.5C4.61929 14.5 3.5 15.6193 3.5 17C3.5 18.3807 4.61929 19.5 6 19.5C7.38071 19.5 8.5 18.3807 8.5 17C8.5 15.6193 7.38071 14.5 6 14.5ZM2 17C2 14.7909 3.79086 13 6 13C8.20914 13 10 14.7909 10 17C10 19.2091 8.20914 21 6 21C3.79086 21 2 19.2091 2 17Z\" fill=\"currentColor\"/><path d=\"M18.9817 4.92384C18.7623 4.74097 18.458 4.69864 18.197 4.81465L11.447 7.81465C11.1762 7.93503 11.0016 8.20362 11.0016 8.50001V10.8435L7.28837 9.307L6.71484 10.693L9.8734 12L6.71484 13.307L7.28837 14.693L11.0016 13.1565V15.5C11.0016 15.7964 11.1762 16.065 11.447 16.1854L18.197 19.1854C18.458 19.3014 18.7623 19.259 18.9817 19.0762L21.9817 16.5762C22.1835 16.4081 22.2826 16.1467 22.2431 15.887C22.2035 15.6274 22.031 15.4074 21.7884 15.307L13.7965 12L21.7884 8.69302C22.031 8.59261 22.2035 8.37259 22.2431 8.11298C22.2826 7.85336 22.1835 7.59196 21.9817 7.42384L18.9817 4.92384Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconScissors1;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA2wC,EAA3wC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6OAA6O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4PAA4P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAGrwC",
  "debugId": "D9C997588FCF00C364756E2164756E21",
  "names": []
}