{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSafeSimple/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 IconSafeSimple: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"safe-simple, save\"><path d=\"M12.25 10.25C11.2835 10.25 10.5 11.0335 10.5 12C10.5 12.9665 11.2835 13.75 12.25 13.75C13.2165 13.75 14 12.9665 14 12C14 11.0335 13.2165 10.25 12.25 10.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.75 3C3.7835 3 3 3.7835 3 4.75V7H2.75C2.33579 7 2 7.33579 2 7.75C2 8.16421 2.33579 8.5 2.75 8.5H3V15.5H2.75C2.33579 15.5 2 15.8358 2 16.25C2 16.6642 2.33579 17 2.75 17H3V19.25C3 20.2165 3.7835 21 4.75 21H19.25C20.2165 21 21 20.2165 21 19.25V4.75C21 3.7835 20.2165 3 19.25 3H4.75ZM10.5439 9.23327C11.0398 8.92684 11.6243 8.75 12.25 8.75C12.8757 8.75 13.4602 8.92684 13.9561 9.23327L15.4697 7.71967C15.7626 7.42678 16.2374 7.42678 16.5303 7.71967C16.8232 8.01256 16.8232 8.48744 16.5303 8.78033L15.0167 10.2939C15.3232 10.7898 15.5 11.3743 15.5 12C15.5 12.6257 15.3232 13.2102 15.0167 13.7061L16.5303 15.2197C16.8232 15.5126 16.8232 15.9874 16.5303 16.2803C16.2374 16.5732 15.7626 16.5732 15.4697 16.2803L13.9561 14.7667C13.4602 15.0732 12.8757 15.25 12.25 15.25C11.6243 15.25 11.0398 15.0732 10.5439 14.7667L9.03033 16.2803C8.73744 16.5732 8.26256 16.5732 7.96967 16.2803C7.67678 15.9874 7.67678 15.5126 7.96967 15.2197L9.48327 13.7061C9.17684 13.2102 9 12.6257 9 12C9 11.3743 9.17684 10.7898 9.48327 10.2939L7.96967 8.78033C7.67678 8.48744 7.67678 8.01256 7.96967 7.71967C8.26256 7.42678 8.73744 7.42678 9.03033 7.71967L10.5439 9.23327Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSafeSimple;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA+6C,EAA/6C,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qnCAAqnC,KAAK,eAAc,CAAI,GAGz6C",
  "debugId": "CC2DB6D6986C9B8C64756E2164756E21",
  "names": []
}