@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.66 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:headphones/index.js
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const Headphones = /*#__PURE__*/ React.forwardRef(function Headphones({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M27,31.36c-1.302,0-2.36-1.059-2.36-2.36v-8c0-1.302,1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36v8 C29.36,30.302,28.302,31.36,27,31.36z M27,19.36c-0.904,0-1.64,0.735-1.64,1.64v8c0,0.904,0.735,1.64,1.64,1.64 s1.64-0.735,1.64-1.64v-8C28.64,20.096,27.904,19.36,27,19.36z M5,31.36c-1.301,0-2.36-1.059-2.36-2.36v-8 c0-1.302,1.059-2.36,2.36-2.36S7.36,19.698,7.36,21v8C7.36,30.302,6.301,31.36,5,31.36z M5,19.36c-0.904,0-1.64,0.735-1.64,1.64v8 c0,0.904,0.736,1.64,1.64,1.64S6.64,29.904,6.64,29v-8C6.64,20.096,5.904,19.36,5,19.36z M31.36,25h-0.72v-9 c0-8.073-6.567-14.64-14.64-14.64C7.927,1.36,1.36,7.927,1.36,16v9H0.64v-9C0.64,7.53,7.53,0.64,16,0.64S31.36,7.53,31.36,16V25z" }), children]
});
});
//#endregion
export { Headphones as default };