{
  "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.49994 4.75C6.49994 3.7835 7.28344 3 8.24994 3H15.7499C16.7164 3 17.4999 3.7835 17.4999 4.75V19.25C17.4999 20.2165 16.7164 21 15.7499 21H8.24994C7.28344 21 6.49994 20.2165 6.49994 19.25V4.75ZM10.4999 5.25C10.4999 4.83579 10.8357 4.5 11.2499 4.5H12.7499C13.1642 4.5 13.4999 4.83579 13.4999 5.25C13.4999 5.66421 13.1642 6 12.7499 6H11.2499C10.8357 6 10.4999 5.66421 10.4999 5.25ZM4.03028 7.46967C4.32318 7.76256 4.32318 8.23744 4.03028 8.53033L2.64355 9.91706C2.55558 10.005 2.54568 10.1443 2.62033 10.2438L3.14995 10.95C3.61662 11.5722 3.61662 12.4278 3.14995 13.05L2.62033 13.7562C2.54568 13.8557 2.55558 13.995 2.64355 14.0829L4.03028 15.4697C4.32318 15.7626 4.32318 16.2374 4.03028 16.5303C3.73739 16.8232 3.26252 16.8232 2.96962 16.5303L1.58289 15.1436C0.967083 14.5278 0.897798 13.5529 1.42033 12.8562L1.94995 12.15C2.01662 12.0611 2.01662 11.9389 1.94995 11.85L1.42033 11.1438C0.897799 10.4471 0.967082 9.47221 1.58289 8.8564L2.96962 7.46967C3.26252 7.17678 3.73739 7.17678 4.03028 7.46967ZM19.9696 7.46967C20.2625 7.17678 20.7374 7.17678 21.0303 7.46967L22.417 8.8564C23.0328 9.47221 23.1021 10.4471 22.5796 11.1438L22.05 11.85C21.9833 11.9389 21.9833 12.0611 22.05 12.15L22.5796 12.8562C23.1021 13.5529 23.0328 14.5278 22.417 15.1436L21.0303 16.5303C20.7374 16.8232 20.2625 16.8232 19.9696 16.5303C19.6767 16.2374 19.6767 15.7626 19.9696 15.4697L21.3564 14.0829C21.4443 13.995 21.4542 13.8557 21.3796 13.7562L20.85 13.05C20.3833 12.4278 20.3833 11.5722 20.85 10.95L21.3796 10.2438C21.4542 10.1443 21.4443 10.005 21.3564 9.91706L19.9696 8.53033C19.6767 8.23744 19.6767 7.76256 19.9696 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,gBAAysD,EAAzsD,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,okDAAokD,KAAK,eAAc,CAAI,GAGnsD",
  "debugId": "E8FBD4AAD0C8C32464756E2164756E21",
  "names": []
}