UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.36 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const StyledHeadsetRegular = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M12 0C5.29219 0 0.214828 5.58281 0.000975 12L0 14.4938C0 16.4297 1.53516 18 3.42844 18H4.28578C5.23125 18 6 17.2172 6 16.2469V10.0031C6 9.03281 5.23125 8.25 4.28578 8.25H3.42844C3.27483 8.25 3.13106 8.28351 2.98322 8.30381C4.44375 4.75781 7.93594 2.25937 12 2.25891C16.0659 2.25945 19.5562 4.76016 21.0187 8.26359C20.8687 8.28281 20.7234 8.25 20.5734 8.25H19.7161C18.7687 8.25 18 9.03281 18 10.0031V16.2469C18 17.2172 18.7688 18 19.7156 18H20.573C20.989 18 21.3825 17.9128 21.7514 17.7741V18.75C21.7514 19.7841 20.9105 20.625 19.8764 20.625H14.6873C14.2969 19.9547 13.5797 19.5 12.75 19.5H11.25C10.0078 19.5 9 20.5078 9 21.75C9 22.9922 10.0078 24 11.2078 24H12.75C13.5806 24 14.2983 23.5448 14.6878 22.875H19.875C22.1498 22.875 24 21.0248 24 18.75V12C23.7844 5.58281 18.7078 0 12 0ZM3.42844 10.5H3.75V15.75H3.42844C2.77875 15.75 2.25 15.1453 2.25 14.4938V12C2.25 11.887 2.26309 11.7773 2.26694 11.6653C2.31234 11.0156 2.80828 10.5 3.42844 10.5ZM20.5734 15.75H20.25V10.5H20.5714C21.1916 10.5 21.6875 11.0175 21.733 11.6653C21.7359 11.7797 21.75 11.8875 21.75 12V14.4956C21.75 15.1453 21.2203 15.75 20.5734 15.75Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledHeadsetRegular); const HeadsetRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = HeadsetRegular; exports.default = _default; module.exports = exports.default;