{
  "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=\"M20.4154 6.11824C19.3182 5.2039 17.7968 4.99221 16.4917 5.57228L13.2286 7.02254C11.8744 7.62442 11.0016 8.96737 11.0016 10.4493V10.8432L7.28837 9.3067L6.71484 10.6927L9.8734 11.9997L6.71484 13.3067L7.28837 14.6927L11.0016 13.1562V13.5501C11.0016 15.0321 11.8744 16.375 13.2286 16.9769L16.4917 18.4271C17.7968 19.0072 19.3182 18.7955 20.4154 17.8812L21.9817 16.5759C22.1835 16.4078 22.2826 16.1464 22.2431 15.8867C22.2035 15.6271 22.031 15.4071 21.7884 15.3067L13.7965 11.9997L21.7884 8.69272C22.031 8.59231 22.2035 8.3723 22.2431 8.11268C22.2826 7.85306 22.1835 7.59167 21.9817 7.42355L20.4154 6.11824Z\" 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,gBAAmyC,EAAnyC,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,6lBAA6lB,KAAK,eAAc,CAAI,GAG7xC",
  "debugId": "369BB887FF90B3CC64756E2164756E21",
  "names": []
}