{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/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 IconPhoneHaptic2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"phone-haptic-2, vibration, sound\" maskId=\"round-filled-radius-0-stroke-1.5-IconPhoneHaptic2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.749 3C17.1632 3 17.499 3.33579 17.499 3.75V20.25C17.499 20.6642 17.1632 21 16.749 21H7.24902C6.83481 21 6.49902 20.6642 6.49902 20.25V3.75C6.49902 3.33579 6.83481 3 7.24902 3H16.749ZM11.249 4.5C10.8348 4.5 10.499 4.83579 10.499 5.25C10.499 5.66421 10.8348 6 11.249 6H12.749C13.1632 6 13.499 5.66421 13.499 5.25C13.499 4.83579 13.1632 4.5 12.749 4.5H11.249Z\" fill=\"currentColor\"/><path d=\"M4.41211 15.4443C4.77226 15.2403 5.23022 15.3665 5.43457 15.7266C5.63866 16.0866 5.51216 16.5445 5.15234 16.749L3.33691 17.7793C2.97675 17.9836 2.51893 17.8571 2.31445 17.4971C2.11005 17.1368 2.23647 16.6791 2.59668 16.4746L4.41211 15.4443Z\" fill=\"currentColor\"/><path d=\"M18.5645 15.7266C18.7689 15.3664 19.2267 15.24 19.5869 15.4443L21.4023 16.4746C21.762 16.6792 21.8888 17.1371 21.6846 17.4971C21.4802 17.8569 21.0222 17.9831 20.6621 17.7793L18.8467 16.749C18.4865 16.5446 18.3602 16.0868 18.5645 15.7266Z\" fill=\"currentColor\"/><path d=\"M4.24902 11.25C4.66324 11.25 4.99902 11.5858 4.99902 12C4.99902 12.4142 4.66324 12.75 4.24902 12.75H1.86328C1.44907 12.75 1.11328 12.4142 1.11328 12C1.11328 11.5858 1.44907 11.25 1.86328 11.25H4.24902Z\" fill=\"currentColor\"/><path d=\"M22.1348 11.25C22.549 11.25 22.8848 11.5858 22.8848 12C22.8848 12.4142 22.549 12.75 22.1348 12.75H19.749C19.3348 12.75 18.999 12.4142 18.999 12C18.999 11.5858 19.3348 11.25 19.749 11.25H22.1348Z\" fill=\"currentColor\"/><path d=\"M2.31445 6.50293C2.51894 6.14285 2.97675 6.01635 3.33691 6.2207L5.15234 7.25098C5.51216 7.45548 5.63868 7.91339 5.43457 8.27344C5.23023 8.63347 4.77225 8.75964 4.41211 8.55566L2.59668 7.52539C2.23648 7.32095 2.11007 6.86315 2.31445 6.50293Z\" fill=\"currentColor\"/><path d=\"M20.6621 6.22168C21.0223 6.01752 21.4802 6.1438 21.6846 6.50391C21.8884 6.86397 21.7622 7.322 21.4023 7.52637L19.5869 8.55664C19.2269 8.7609 18.769 8.63421 18.5645 8.27441C18.36 7.91419 18.4865 7.4564 18.8467 7.25195L20.6621 6.22168Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconPhoneHaptic2;\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,EAAqE,EAAM,KAAK,CAAC,IAAU,CACtG,OAAO,gBAAqjE,EAArjE,IAAqB,EAAO,UAAU,mCAAmC,OAAO,qDAAoD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2WAA2W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4OAA4O,KAAK,eAAc,CAAI,EAC7jE,EAEc",
  "debugId": "12EDFCC8B53744DE64756E2164756E21",
  "names": []
}