{
  "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  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDivider: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"divider, add-line\" maskId=\"round-filled-radius-0-stroke-1.5-IconDivider\"><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,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAgE,EAAM,KAAK,CAAC,IAAU,CACjG,OAAO,gBAAooE,EAApoE,IAAqB,EAAO,UAAU,oBAAoB,OAAO,gDAA+C,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,EAC5oE,EAEc",
  "debugId": "DC006656641DA03464756E2164756E21",
  "names": []
}