{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserEdit/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 IconUserEdit: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-edit, people, person, member\"><path d=\"M8.06934 12.1094C9.14306 12.979 10.5107 13.5 12 13.5C13.0877 13.5 14.1093 13.2202 15 12.7314V13.7148L13.0381 15.6768C12.0537 16.6612 11.5001 17.9974 11.5 19.3896V20.25C11.5 20.5133 11.5477 20.7652 11.6309 21H6.5957C5.16224 20.9998 4.00024 19.8378 4 18.4043C4 15.6021 5.6706 13.1915 8.06934 12.1094Z\" fill=\"currentColor\"/><path d=\"M17.168 13.668C18.0417 12.7943 19.4583 12.7943 20.332 13.668C21.2058 14.5417 21.2058 15.9583 20.332 16.832L17.2627 19.9014C16.5594 20.6046 15.6049 21 14.6104 21H13.75C13.3358 21 13 20.6642 13 20.25V19.3896C13 18.3951 13.3954 17.4406 14.0986 16.7373L17.168 13.668Z\" fill=\"currentColor\"/><path d=\"M12 2.5C14.6234 2.5 16.75 4.62665 16.75 7.25C16.75 9.87335 14.6234 12 12 12C9.37665 12 7.25 9.87335 7.25 7.25C7.25 4.62665 9.37665 2.5 12 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserEdit;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA22B,EAA32B,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,6SAA6S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0QAA0Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,CAAI,GAGr2B",
  "debugId": "A2AAE017184F9C7664756E2164756E21",
  "names": []
}