{"version":3,"file":"notification-muted.mjs","names":[],"sources":["../../src/react/notification-muted.tsx"],"sourcesContent":["import { useId, type SVGProps } from 'react';\n\nexport type NotificationMutedIconProps = SVGProps<SVGSVGElement> & {\n  /** Accessibility title for the icon, set aria-hidden=\"true\" if the icon is purely decorative. */\n  title?: string;\n  /**\n   * The size of the icon.\n   * It sets the font-size, possible as the width and height is `1em`. If not set, the icon will inherit the font size of its parent.\n   */\n  size?: '2xl' | 'xl' | 'large' | 'medium' | 'small';\n  /**\n   * The color of the icon.\n   * @default 'inherit'\n   */\n  color?: 'inherit' | 'primary' | 'gray' | 'black' | 'white';\n};\n\nexport const NotificationMutedIcon = ({ title, size, color, ...props }: NotificationMutedIconProps) => {\n  const titleId = useId();\n  return (\n    <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable='false' role='img' width='1em' height='1em'  aria-labelledby={title ? titleId : undefined} data-size={size} data-color={color} {...props}>{title ? <title id={titleId}>{title}</title> : null}<path d=\"M13.375 17.744a1.372 1.372 0 1 1-2.162-1.123h1.578c.354.25.584.659.584 1.123M12.027 5.886c-.55 0-.999-.449-.999-.998 0-.55.45-.999.999-.999.55 0 .998.45.998.999a1 1 0 0 1-.998.998\" /><path d=\"M15.745 10.13a3.72 3.72 0 0 0-.074-.736L9.195 15.87h7.06a3.23 3.23 0 0 1-.51-1.746zm-8.96 0a5.244 5.244 0 0 1 5.242-5.243c1.064 0 2.057.314 2.886.863l-.828 1.251a3.744 3.744 0 0 0-5.8 3.129v3.37h-1.5zm10.46 3.994c0 .964.783 1.746 1.747 1.746v1.5H7.695l-1.653 1.654-1.06-1.06 12.98-12.982 1.061 1.06-2.152 2.152c.24.599.374 1.252.374 1.936z\" /></svg>\n  );\n};"],"mappings":";;;AAiBA,MAAa,yBAAyB,EAAE,OAAO,MAAM,OAAO,GAAG,YAAwC;CACrG,MAAM,UAAU,OAAO;CACvB,OACE,qBAAC,OAAD;EAAK,OAAM;EAA6B,MAAK;EAAe,SAAQ;EAAY,WAAU;EAAQ,MAAK;EAAM,OAAM;EAAM,QAAO;EAAO,mBAAiB,QAAQ,UAAU,KAAA;EAAW,aAAW;EAAM,cAAY;EAAO,GAAI;YAA7N;GAAqO,QAAQ,oBAAC,SAAD;IAAO,IAAI;cAAU;IAAc,CAAA,GAAG;GAAK,oBAAC,QAAD,EAAM,GAAE,uLAAwL,CAAA;uBAAC,QAAD,EAAM,GAAE,uVAAwV,CAAA;GAAM"}