{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLineThickness/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 IconLineThickness: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"line-thickness, lines, border\" maskId=\"round-filled-radius-1-stroke-1.5-IconLineThickness\"><path d=\"M19.3715 5.125L19.4974 5.1377C19.7821 5.19589 19.9961 5.4479 19.9961 5.75C19.9961 6.0521 19.7821 6.30411 19.4974 6.3623L19.3715 6.375H4.62071C4.27575 6.375 3.99609 6.09518 3.99609 5.75C3.99609 5.40482 4.27575 5.125 4.62071 5.125H19.3715Z\" fill=\"currentColor\"/><path d=\"M18.3721 15.625L18.538 15.6338C19.3571 15.7169 19.9961 16.4085 19.9961 17.25C19.9961 18.0915 19.3571 18.7831 18.538 18.8662L18.3721 18.875H5.6201C4.72319 18.875 3.99609 18.1475 3.99609 17.25C3.99609 16.3525 4.72319 15.625 5.6201 15.625H18.3721Z\" fill=\"currentColor\"/><path d=\"M18.9869 9.88086L18.8718 9.875H5.12041C4.49947 9.875 3.99609 10.3787 3.99609 11C3.99609 11.6213 4.49947 12.125 5.12041 12.125H18.8718L18.9869 12.1191C19.5539 12.0615 19.9961 11.5825 19.9961 11C19.9961 10.4175 19.5539 9.93846 18.9869 9.88086Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconLineThickness;\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,EAAsE,EAAM,KAAK,CAAC,IAAU,CACvG,OAAO,gBAAs7B,EAAt7B,IAAqB,EAAO,UAAU,gCAAgC,OAAO,sDAAqD,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uPAAuP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,EAC97B,EAEc",
  "debugId": "609C94A3327E6D0464756E2164756E21",
  "names": []
}