@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 1.43 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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.
*/
;
var React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const DigitalIdentity = /*#__PURE__*/React.forwardRef(function DigitalIdentity({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M20,19v-1c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v7h2v-7c0-.5.4-1,1-1h6c.5,0,1,.5,1,1v1h2ZM10,10c0,2.2,1.8,4,4,4s4-1.8,4-4-1.8-4-4-4-4,1.8-4,4ZM16,10c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM27,21c0,7.8-7.7,8-8,8v2c0,0,10-.2,10-10h-2ZM19,27c2.1,0,6-1.3,6-6h-2c0,3.9-3.6,4-4,4v2ZM5,3h18v16h2V3c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v26c0,1.1.9,2,2,2h12v-2H5V3ZM20,21c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
DigitalIdentity.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = DigitalIdentity;