UNPKG

@vector-im/compound-design-tokens

Version:
19 lines 674 B
import { forwardRef } from "react"; import { jsx as _jsx } from "react/jsx-runtime"; function HeadphonesSolidIcon(props, ref) { return /*#__PURE__*/_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24", ref: ref, ...props, children: /*#__PURE__*/_jsx("path", { d: "M12 3a8 8 0 0 0-8 8v3h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9C2 5.477 6.477 1 12 1s10 4.477 10 10v9a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2v-3a8 8 0 0 0-8-8" }) }); } ; HeadphonesSolidIcon.displayName = "HeadphonesSolidIcon"; export default forwardRef(HeadphonesSolidIcon);