{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTeddyBear/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTeddyBear: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"teddy-bear, play\" maskId=\"square-outlined-radius-0-stroke-2-IconTeddyBear\"><path d=\"M9 12C8.27457 13.1294 7.89556 14.3674 8.02509 16\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M15 12C15.7254 13.1294 16.1044 14.3674 15.9749 16\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M9.5 19C11.2245 19.5732 12.7755 19.5732 14.5 19\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M9.5 18.5C9.5 19.8807 8.38071 21 7 21C5.61929 21 4.5 19.8807 4.5 18.5C4.5 17.1193 5.61929 16 7 16C8.38071 16 9.5 17.1193 9.5 18.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M19.5 18.5C19.5 19.8807 18.3807 21 17 21C15.6193 21 14.5 19.8807 14.5 18.5C14.5 17.1193 15.6193 16 17 16C18.3807 16 19.5 17.1193 19.5 18.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M16 11L18.5349 11.9506C19.4162 12.2811 20 13.1235 20 14.0647C20 14.6636 19.7621 15.2379 19.3387 15.6613L19 16\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M8 11L5.46511 11.9506C4.58384 12.2811 4 13.1235 4 14.0647C4 14.6636 4.23789 15.2379 4.66133 15.6613L5 16\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M12 3C11.2451 3 10.5293 3.15056 9.88762 3.42013C9.49062 3.15474 9.01338 3 8.5 3C7.11929 3 6 4.11929 6 5.5C6 6.31791 6.39278 7.04408 7 7.50018C7.00011 9.98538 9.23864 12 12 12C14.7614 12 16.9999 9.98538 17 7.50018C17.6072 7.04408 18 6.31791 18 5.5C18 4.11929 16.8807 3 15.5 3C14.9866 3 14.5094 3.15475 14.1124 3.42014C13.4707 3.15056 12.7549 3 12 3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M10.9554 8.10982C10.5727 8.18767 10.3796 8.53558 10.5808 8.82263C10.875 9.24226 11.3626 9.75 12 9.75C12.6374 9.75 13.125 9.24226 13.4192 8.82263C13.6204 8.53558 13.4273 8.18767 13.0446 8.10982C12.3248 7.96339 11.6752 7.96339 10.9554 8.10982Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconTeddyBear;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAkE,EAAM,KAAK,CAAC,IAAU,CACnG,OAAO,gBAAmuD,EAAnuD,IAAqB,EAAO,UAAU,mBAAmB,OAAO,mDAAkD,gBAAC,OAAD,CAAM,EAAE,mDAAmD,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,oDAAoD,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,qIAAqI,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,8IAA8I,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,gHAAgH,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,2GAA2G,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,+VAA+V,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,EAC3uD,EAEc",
  "debugId": "99A43FFE483EFB6964756E2164756E21",
  "names": []
}