UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.47 kB
const React = require("react"); function HeadphonesSlashIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "m9.68 12.863-.235.873a.75.75 0 0 0 .532.918c.622.167 1.229.327 1.835.342zM1.969 5.152a6.376 6.376 0 0 0-.217 3.852c-.032.031-.065.062-.096.096-.67.717-.833 1.836-.463 3.216.37 1.38 1.07 2.268 2.01 2.555.94.287 1.862.04 2.82-.217a.75.75 0 0 0 .532-.918l-.715-2.664-.713-2.664a.75.75 0 0 0-.104-.201l-.238-.238a.75.75 0 0 0-.344-.115.75.75 0 0 0-.232.025c-.373.1-.742.199-1.092.324a4.869 4.869 0 0 1 .053-1.85ZM8 1a6.478 6.478 0 0 0-3.053.764l1.125 1.125a4.975 4.975 0 0 1 4.867.57 4.882 4.882 0 0 1 1.944 4.744c-.35-.125-.719-.224-1.092-.324a.75.75 0 0 0-.232-.025.75.75 0 0 0-.38.142l3.75 3.75c.19-1.119-.01-2.03-.585-2.646-.031-.034-.064-.065-.096-.096a6.401 6.401 0 0 0-2.422-6.756A6.468 6.468 0 0 0 8 1ZM2.75 2a.75.75 0 0 0-.531.219.75.75 0 0 0 0 1.062l10.5 10.5a.75.75 0 0 0 1.062 0 .75.75 0 0 0 0-1.062l-10.5-10.5A.75.75 0 0 0 2.75 2Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(HeadphonesSlashIcon); module.exports = ForwardRef;