{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUnlocked2/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 IconUnlocked2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"unlocked-2, unlock, private\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.5C14.1061 1.5 15.8906 2.87007 16.5137 4.76562C16.643 5.15912 16.4286 5.58354 16.0352 5.71289C15.6417 5.84222 15.2172 5.62785 15.0879 5.23438C14.6611 3.93603 13.4391 3 12 3C10.2051 3 8.75 4.45507 8.75 6.25V7.23828C9.75341 6.76736 10.8563 6.5 12 6.5C16.2802 6.5 20 10.2198 20 14.5C20 18.7802 16.2802 22.5 12 22.5C7.71979 22.5 4 18.7802 4 14.5C4 11.9685 5.30128 9.63325 7.25 8.14746V6.25C7.25 3.62665 9.37665 1.5 12 1.5ZM12 12C11.5858 12 11.25 12.3358 11.25 12.75V16.25C11.25 16.6642 11.5858 17 12 17C12.4142 17 12.75 16.6642 12.75 16.25V12.75C12.75 12.3358 12.4142 12 12 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUnlocked2;\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,gBAA8sB,EAA9sB,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAGxsB",
  "debugId": "2245E535682F5BF064756E2164756E21",
  "names": []
}