{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDivider/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 IconDivider: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"divider, add-line\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 4.75C2 4.33579 2.33579 4 2.75 4H5.25C5.66421 4 6 4.33579 6 4.75C6 5.16421 5.66421 5.5 5.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 4.75C2 4.33579 2.33579 4 2.75 4H5.25C5.66421 4 6 4.33579 6 4.75C6 5.16421 5.66421 5.5 5.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 4.75C2 4.33579 2.33579 4 2.75 4H5.25C5.66421 4 6 4.33579 6 4.75C6 5.16421 5.66421 5.5 5.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 4.75C2 4.33579 2.33579 4 2.75 4H5.25C5.66421 4 6 4.33579 6 4.75C6 5.16421 5.66421 5.5 5.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 4.75C2 4.33579 2.33579 4 2.75 4H5.25C5.66421 4 6 4.33579 6 4.75C6 5.16421 5.66421 5.5 5.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 4.75C2 4.33579 2.33579 4 2.75 4H5.25C5.66421 4 6 4.33579 6 4.75C6 5.16421 5.66421 5.5 5.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM2 4.75C2 4.33579 2.33579 4 2.75 4H5.25C5.66421 4 6 4.33579 6 4.75C6 5.16421 5.66421 5.5 5.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75Z\" fill=\"currentColor\"/><path d=\"M10 4.75C10 4.33579 10.3358 4 10.75 4H13.25C13.6642 4 14 4.33579 14 4.75C14 5.16421 13.6642 5.5 13.25 5.5H10.75C10.3358 5.5 10 5.16421 10 4.75Z\" fill=\"currentColor\"/><path d=\"M18 4.75C18 4.33579 18.3358 4 18.75 4H21.25C21.6642 4 22 4.33579 22 4.75C22 5.16421 21.6642 5.5 21.25 5.5H18.75C18.3358 5.5 18 5.16421 18 4.75Z\" fill=\"currentColor\"/><path d=\"M2 12C2 11.5858 2.33579 11.25 2.75 11.25H21.25C21.6642 11.25 22 11.5858 22 12C22 12.4142 21.6642 12.75 21.25 12.75H2.75C2.33579 12.75 2 12.4142 2 12Z\" fill=\"currentColor\"/><path d=\"M2 19.25C2 18.8358 2.33579 18.5 2.75 18.5H5.25C5.66421 18.5 6 18.8358 6 19.25C6 19.6642 5.66421 20 5.25 20H2.75C2.33579 20 2 19.6642 2 19.25Z\" fill=\"currentColor\"/><path d=\"M10 19.25C10 18.8358 10.3358 18.5 10.75 18.5H13.25C13.6642 18.5 14 18.8358 14 19.25C14 19.6642 13.6642 20 13.25 20H10.75C10.3358 20 10 19.6642 10 19.25Z\" fill=\"currentColor\"/><path d=\"M18 19.25C18 18.8358 18.3358 18.5 18.75 18.5H21.25C21.6642 18.5 22 18.8358 22 19.25C22 19.6642 21.6642 20 21.25 20H18.75C18.3358 20 18 19.6642 18 19.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDivider;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA8kE,EAA9kE,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+5BAA+5B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kJAAkJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kJAAkJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gJAAgJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,CAAI,GAGxkE",
  "debugId": "5B9BE7E9E6131DCF64756E2164756E21",
  "names": []
}