UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

33 lines (30 loc) 2.43 kB
/** * 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const Headset = /*#__PURE__*/React.forwardRef(function Headset({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M24,29.36h-1c-0.75,0-1.36-0.61-1.36-1.36V16\tc0-0.75,0.61-1.36,1.36-1.36h1c0.22,0,0.433,0.011,0.64,0.035v-2.674c0-4.765-3.876-8.642-8.64-8.642s-8.64,3.876-8.64,8.64v2.676\tC7.568,14.652,7.78,14.64,8,14.64h1c0.75,0,1.36,0.61,1.36,1.36v12c0,0.75-0.61,1.36-1.36,1.36H8c-1.304,0-2.367-0.409-3.555-1.367\tC3.298,27.067,2.64,25.612,2.64,24v-4c0-1.61,0.658-3.065,1.806-3.99c0.752-0.606,1.453-0.993,2.194-1.196V12\tc0-5.161,4.199-9.36,9.36-9.36s9.36,4.199,9.36,9.361v2.812c0.743,0.202,1.443,0.588,2.194,1.194c0.436,0.351,0.8,0.778,1.085,1.261\tV12c0-1.969-0.463-3.924-1.342-5.673C27.202,6.349,27.103,6.36,27,6.36c-0.75,0-1.36-0.61-1.36-1.36S26.25,3.64,27,3.64\tS28.36,4.25,28.36,5c0,0.389-0.164,0.74-0.427,0.988C28.867,7.841,29.36,9.914,29.36,12v12c0,1.61-0.658,3.064-1.807,3.99\tC26.364,28.95,25.301,29.36,24,29.36z M23,15.36c-0.353,0-0.64,0.287-0.64,0.64v12c0,0.353,0.287,0.64,0.64,0.64h1\tc0.22,0,0.433-0.014,0.64-0.042V15.402c-0.207-0.028-0.42-0.042-0.64-0.042C24,15.36,23,15.36,23,15.36z M7.36,28.598\tC7.567,28.626,7.78,28.64,8,28.64h1c0.353,0,0.64-0.287,0.64-0.64V16c0-0.353-0.287-0.64-0.64-0.64H8\tc-0.22,0-0.433,0.014-0.64,0.043V28.598z M6.64,15.569c-0.58,0.19-1.141,0.517-1.742,1.001C3.92,17.358,3.36,18.608,3.36,20v4\tc0,1.394,0.561,2.645,1.537,3.433c0.601,0.484,1.162,0.811,1.743,1V15.569z M25.36,15.567v12.864c0.58-0.19,1.141-0.517,1.742-1.002\tc0.977-0.788,1.537-2.038,1.537-3.43v-4c0-1.394-0.56-2.646-1.536-3.433C26.502,16.083,25.941,15.757,25.36,15.567z M27,4.36\tc-0.353,0-0.64,0.287-0.64,0.64S26.647,5.64,27,5.64S27.64,5.353,27.64,5S27.353,4.36,27,4.36z" })), children); }); export { Headset as default };