{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconListBullets/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 IconListBullets: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"list-bullets\"><path d=\"M4.2002 16.7998C4.86285 16.7999 5.40039 17.3373 5.40039 18C5.40029 18.6626 4.86278 19.2001 4.2002 19.2002C3.53752 19.2002 3.00011 18.6627 3 18C3 17.3373 3.53745 16.7998 4.2002 16.7998Z\" fill=\"currentColor\"/><path d=\"M20.25 17.25C20.6642 17.25 21 17.5858 21 18C21 18.4142 20.6642 18.75 20.25 18.75H8.75C8.33579 18.75 8 18.4142 8 18C8 17.5858 8.33579 17.25 8.75 17.25H20.25Z\" fill=\"currentColor\"/><path d=\"M4.2002 10.7998C4.86285 10.7999 5.40039 11.3373 5.40039 12C5.40029 12.6626 4.86278 13.2001 4.2002 13.2002C3.53752 13.2002 3.00011 12.6627 3 12C3 11.3373 3.53745 10.7998 4.2002 10.7998Z\" fill=\"currentColor\"/><path d=\"M20.25 11.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H8.75C8.33579 12.75 8 12.4142 8 12C8 11.5858 8.33579 11.25 8.75 11.25H20.25Z\" fill=\"currentColor\"/><path d=\"M4.2002 4.7998C4.86285 4.79991 5.40039 5.33732 5.40039 6C5.40029 6.66259 4.86278 7.20009 4.2002 7.2002C3.53752 7.2002 3.00011 6.66265 3 6C3 5.33726 3.53745 4.7998 4.2002 4.7998Z\" fill=\"currentColor\"/><path d=\"M20.25 5.25C20.6642 5.25 21 5.58579 21 6C21 6.41421 20.6642 6.75 20.25 6.75H8.75C8.33579 6.75 8 6.41421 8 6C8 5.58579 8.33579 5.25 8.75 5.25H20.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconListBullets;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAmuC,EAAnuC,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+JAA+J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+JAA+J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sJAAsJ,KAAK,eAAc,CAAI,GAG7tC",
  "debugId": "332B2D6F6CF7423C64756E2164756E21",
  "names": []
}