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.29 kB
const React = require("react"); function HeadphonesIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", 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: "M10 2c-1.535 0-3.07.475-4.367 1.426A7.302 7.302 0 0 0 2.889 11.2a3.15 3.15 0 0 0-.158.159c-.746.798-.932 2.038-.508 3.619.424 1.58 1.205 2.56 2.25 2.879 1.045.319 2.097.043 3.205-.254a.75.75 0 0 0 .531-.918l-.828-3.09-.828-3.09a.75.75 0 0 0-.686-.555.75.75 0 0 0-.234.026c-.482.129-.953.255-1.393.424a5.791 5.791 0 0 1 2.28-5.766 5.892 5.892 0 0 1 6.96 0 5.791 5.791 0 0 1 2.28 5.766c-.44-.169-.911-.295-1.393-.424a.75.75 0 0 0-.234-.026.75.75 0 0 0-.686.555l-.828 3.09-.828 3.09a.75.75 0 0 0 .531.918c1.108.297 2.16.573 3.205.254 1.045-.32 1.826-1.298 2.25-2.88.424-1.58.238-2.82-.508-3.618a3.15 3.15 0 0 0-.158-.159 7.302 7.302 0 0 0-2.744-7.775A7.381 7.381 0 0 0 10 2Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(HeadphonesIcon); module.exports = ForwardRef;