{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPeopleIdCard/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 IconPeopleIdCard: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"people-id-card, profile, user-account, badge, person\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.75 2C18.8211 2 20.5 3.67893 20.5 5.75V18.25C20.5 20.3211 18.8211 22 16.75 22H7.25C5.17893 22 3.5 20.3211 3.5 18.25V5.75C3.5 3.67893 5.17893 2 7.25 2H16.75ZM12 16.5C10.2077 16.5 8.00144 17.7222 7.5625 19.7705C7.47604 20.1753 7.82128 20.5156 8.23535 20.5156H15.7656C16.1795 20.5154 16.5239 20.1752 16.4375 19.7705C15.9986 17.7222 13.7922 16.5 12 16.5ZM12 10C10.6193 10 9.5 11.1193 9.5 12.5C9.5 13.8807 10.6193 15 12 15C13.3807 15 14.5 13.8807 14.5 12.5C14.5 11.1193 13.3807 10 12 10ZM9.75 4.5C9.33579 4.5 9 4.83579 9 5.25C9 5.66421 9.33579 6 9.75 6H14.25C14.6642 6 15 5.66421 15 5.25C15 4.83579 14.6642 4.5 14.25 4.5H9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPeopleIdCard;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAqxB,EAArxB,IAAqB,EAAO,UAAU,wDAAuD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mnBAAmnB,KAAK,eAAc,CAAI,GAG/wB",
  "debugId": "E9649B133BB2D04464756E2164756E21",
  "names": []
}