{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic/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 IconPhoneHaptic: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"phone-haptic, vibration\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.50087 6.75C6.50087 4.67893 8.1798 3 10.2509 3H13.7509C15.8219 3 17.5009 4.67893 17.5009 6.75V17.25C17.5009 19.3211 15.8219 21 13.7509 21H10.2509C8.1798 21 6.50087 19.3211 6.50087 17.25V6.75ZM10.5009 5.25C10.5009 4.83579 10.8367 4.5 11.2509 4.5H12.7509C13.1651 4.5 13.5009 4.83579 13.5009 5.25C13.5009 5.66421 13.1651 6 12.7509 6H11.2509C10.8367 6 10.5009 5.66421 10.5009 5.25ZM4.03121 7.46967C4.32411 7.76256 4.32411 8.23744 4.03121 8.53033L2.9792 9.58234C2.69917 9.86237 2.66766 10.3057 2.90528 10.6225C3.51749 11.4388 3.51749 12.5612 2.90528 13.3775C2.66766 13.6943 2.69917 14.1376 2.9792 14.4177L4.03121 15.4697C4.32411 15.7626 4.32411 16.2374 4.03121 16.5303C3.73832 16.8232 3.26344 16.8232 2.97055 16.5303L1.91854 15.4783C1.11067 14.6704 1.01978 13.3915 1.70528 12.4775C1.91749 12.1945 1.91749 11.8055 1.70528 11.5225C1.01978 10.6085 1.11067 9.32955 1.91854 8.52168L2.97055 7.46967C3.26344 7.17678 3.73832 7.17678 4.03121 7.46967ZM19.9706 7.46967C20.2634 7.17678 20.7383 7.17678 21.0312 7.46967L22.0832 8.52168C22.8911 9.32955 22.982 10.6085 22.2965 11.5225C22.0843 11.8055 22.0843 12.1945 22.2965 12.4775C22.982 13.3915 22.8911 14.6704 22.0832 15.4783L21.0312 16.5303C20.7383 16.8232 20.2634 16.8232 19.9706 16.5303C19.6777 16.2374 19.6777 15.7626 19.9706 15.4697L21.0226 14.4177C21.3026 14.1376 21.3341 13.6943 21.0965 13.3775C20.4843 12.5612 20.4843 11.4388 21.0965 10.6225C21.3341 10.3057 21.3026 9.86237 21.0226 9.58234L19.9706 8.53033C19.6777 8.23744 19.6777 7.76256 19.9706 7.46967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic;\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,gBAAimD,EAAjmD,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,49CAA49C,KAAK,eAAc,CAAI,GAG3lD",
  "debugId": "CF75005A36227EF364756E2164756E21",
  "names": []
}