{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSlidesTallAdd/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 IconSlidesTallAdd: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"slides-tall-add\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 5.75C4 3.67893 5.67893 2 7.75 2H12.25C14.3211 2 16 3.67893 16 5.75V6H16.25C18.3211 6 20 7.67893 20 9.75V18.25C20 20.3211 18.3211 22 16.25 22H11.75C9.67893 22 8 20.3211 8 18.25V18H7.75C5.67893 18 4 16.3211 4 14.25V5.75ZM14.5 6H11.75C9.67893 6 8 7.67893 8 9.75V16.5H7.75C6.50736 16.5 5.5 15.4926 5.5 14.25V5.75C5.5 4.50736 6.50736 3.5 7.75 3.5H12.25C13.4926 3.5 14.5 4.50736 14.5 5.75V6ZM14.75 11.75C14.75 11.3358 14.4142 11 14 11C13.5858 11 13.25 11.3358 13.25 11.75V13.25H11.75C11.3358 13.25 11 13.5858 11 14C11 14.4142 11.3358 14.75 11.75 14.75H13.25V16.25C13.25 16.6642 13.5858 17 14 17C14.4142 17 14.75 16.6642 14.75 16.25V14.75H16.25C16.6642 14.75 17 14.4142 17 14C17 13.5858 16.6642 13.25 16.25 13.25H14.75V11.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSlidesTallAdd;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAi1B,EAAj1B,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,otBAAotB,KAAK,eAAc,CAAI,GAG30B",
  "debugId": "66527BB3D840E97D64756E2164756E21",
  "names": []
}