{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLinebreak/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 IconLinebreak: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"linebreak,next-line\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 4.75C3 4.33579 3.33579 4 3.75 4H20.25C20.6642 4 21 4.33579 21 4.75C21 5.16421 20.6642 5.5 20.25 5.5H3.75C3.33579 5.5 3 5.16421 3 4.75ZM3 12C3 11.5858 3.33579 11.25 3.75 11.25H16.875C19.2912 11.25 21.25 13.2088 21.25 15.625C21.25 18.0412 19.2912 20 16.875 20H13.5607L14.7803 21.2197C15.0732 21.5126 15.0732 21.9874 14.7803 22.2803C14.4874 22.5732 14.0126 22.5732 13.7197 22.2803L11.2197 19.7803C10.9268 19.4874 10.9268 19.0126 11.2197 18.7197L13.7197 16.2197C14.0126 15.9268 14.4874 15.9268 14.7803 16.2197C15.0732 16.5126 15.0732 16.9874 14.7803 17.2803L13.5607 18.5H16.875C18.4628 18.5 19.75 17.2128 19.75 15.625C19.75 14.0372 18.4628 12.75 16.875 12.75H3.75C3.33579 12.75 3 12.4142 3 12ZM3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H7.25C7.66421 18.5 8 18.8358 8 19.25C8 19.6642 7.66421 20 7.25 20H3.75C3.33579 20 3 19.6642 3 19.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLinebreak;\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,gBAAq8B,EAAr8B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,o0BAAo0B,KAAK,eAAc,CAAI,GAG/7B",
  "debugId": "4E30527A645E5FE864756E2164756E21",
  "names": []
}