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 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: "M8 1c-1.345 0-2.69.415-3.826 1.248a6.401 6.401 0 0 0-2.422 6.756c-.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-.686-.554.75.75 0 0 0-.232.025c-.373.1-.742.199-1.092.324A4.882 4.882 0 0 1 5.061 3.46a4.977 4.977 0 0 1 5.878 0 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-.686.554l-.713 2.664-.715 2.664a.75.75 0 0 0 .532.918c.958.257 1.88.504 2.82.217.94-.287 1.64-1.174 2.01-2.555.37-1.38.207-2.499-.463-3.216-.031-.034-.064-.065-.096-.096a6.401 6.401 0 0 0-2.422-6.756A6.468 6.468 0 0 0 8 1z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(HeadphonesIcon); module.exports = ForwardRef;