@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.69 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 { _ 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 UserMask = /*#__PURE__*/React.forwardRef(function UserMask({
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: "M31.36,31h-0.72c0-6.552-4.774-12.332-11.368-13.785\tc-2.018,0.83-4.524,0.832-6.543,0C6.134,18.669,1.36,24.449,1.36,31H0.64c0-6.603,4.607-12.46,11.087-14.277\tC9.138,15.237,7.39,12.444,7.39,9.25c0-4.748,3.862-8.61,8.61-8.61s8.61,3.862,8.61,8.61c0,3.193-1.748,5.987-4.338,7.473\tC26.753,18.539,31.36,24.396,31.36,31z M11.36,15.628c1.303,0.951,2.907,1.512,4.64,1.512c1.732,0,3.337-0.561,4.64-1.512v-4.395\tc-0.566-0.238-2.296-0.874-4.64-0.874c-2.343,0-4.074,0.635-4.64,0.874C11.36,11.233,11.36,15.628,11.36,15.628z M21.36,11.201\tv3.833c1.463-1.357,2.413-3.262,2.52-5.384L21.36,11.201z M8.12,9.65c0.106,2.123,1.056,4.027,2.52,5.384v-3.833L8.12,9.65z M16,9.64c2.562,0,4.402,0.703,4.976,0.953l2.902-1.786C23.646,4.662,20.201,1.36,16,1.36c-4.202,0-7.646,3.302-7.877,7.447\tl2.902,1.786C11.598,10.343,13.438,9.64,16,9.64z"
})), children);
});
export { UserMask as default };