{
  "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.49999 3.75C6.49999 3.33579 6.83578 3 7.24999 3H16.75C17.1642 3 17.5 3.33579 17.5 3.75V20.25C17.5 20.6642 17.1642 21 16.75 21H7.24999C6.83578 21 6.49999 20.6642 6.49999 20.25V3.75ZM10.5 5.25C10.5 4.83579 10.8358 4.5 11.25 4.5H12.75C13.1642 4.5 13.5 4.83579 13.5 5.25C13.5 5.66421 13.1642 6 12.75 6H11.25C10.8358 6 10.5 5.66421 10.5 5.25ZM4.03034 7.46967C4.32323 7.76256 4.32323 8.23744 4.03034 8.53033L2.49029 10.0704L3.60001 11.55C3.80001 11.8167 3.80001 12.1833 3.60001 12.45L2.49029 13.9296L4.03034 15.4697C4.32323 15.7626 4.32323 16.2374 4.03034 16.5303C3.73744 16.8232 3.26257 16.8232 2.96968 16.5303L0.969678 14.5303C0.705759 14.2664 0.676065 13.8486 0.900008 13.55L2.06251 12L0.900008 10.45C0.676065 10.1514 0.705759 9.73359 0.969678 9.46967L2.96968 7.46967C3.26257 7.17678 3.73744 7.17678 4.03034 7.46967ZM19.9697 7.46967C20.2626 7.17678 20.7374 7.17678 21.0303 7.46967L23.0303 9.46967C23.2943 9.73359 23.3239 10.1514 23.1 10.45L21.9375 12L23.1 13.55C23.3239 13.8486 23.2943 14.2664 23.0303 14.5303L21.0303 16.5303C20.7374 16.8232 20.2626 16.8232 19.9697 16.5303C19.6768 16.2374 19.6768 15.7626 19.9697 15.4697L21.5097 13.9296L20.4 12.45C20.2 12.1833 20.2 11.8167 20.4 11.55L21.5097 10.0704L19.9697 8.53033C19.6768 8.23744 19.6768 7.76256 19.9697 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,gBAAy3C,EAAz3C,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ovCAAovC,KAAK,eAAc,CAAI,GAGn3C",
  "debugId": "84D774B23196BB3964756E2164756E21",
  "names": []
}