{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconScissors2/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 IconScissors2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"scissors-2, cut\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 3C3.79086 3 2 4.79086 2 7C2 9.20914 3.79086 11 6 11C7.11278 11 8.11943 10.5456 8.84453 9.81224L11.8831 12L8.84453 14.1878C8.11943 13.4544 7.11278 13 6 13C3.79086 13 2 14.7909 2 17C2 19.2091 3.79086 21 6 21C8.20914 21 10 19.2091 10 17C10 16.444 9.88657 15.9145 9.68159 15.4334L22.5469 6.17042L21 5.43582L13.1667 11.0758L9.68159 8.56657C9.88657 8.08546 10 7.55598 10 7C10 4.79086 8.20914 3 6 3ZM3.5 7C3.5 5.61929 4.61929 4.5 6 4.5C7.38071 4.5 8.5 5.61929 8.5 7C8.5 8.38071 7.38071 9.5 6 9.5C4.61929 9.5 3.5 8.38071 3.5 7ZM3.5 17C3.5 15.6193 4.61929 14.5 6 14.5C7.38071 14.5 8.5 15.6193 8.5 17C8.5 18.3807 7.38071 19.5 6 19.5C4.61929 19.5 3.5 18.3807 3.5 17Z\" fill=\"currentColor\"/><path d=\"M21 18.5642L14.4502 13.8483L15.7338 12.9242L22.5469 17.8296L21 18.5642Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconScissors2;\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,gBAAy3B,EAAz3B,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qpBAAqpB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0EAA0E,KAAK,eAAc,CAAI,GAGn3B",
  "debugId": "57C9CB0142A8188064756E2164756E21",
  "names": []
}