@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
63 lines (60 loc) • 2.37 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.
*/
import React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9;
const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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", {
strokeWidth: "0",
d: "m30,30h-2v-2c0-.5513-.4482-1-1-1h-6c-.5518,0-1,.4487-1,1v2h-2v-2c0-1.6543,1.3457-3,3-3h6c1.6543,0,3,1.3457,3,3v2Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m24,24c-2.2061,0-4-1.7944-4-4s1.7939-4,4-4,4,1.7944,4,4-1.7939,4-4,4Zm0-6c-1.1025,0-2,.897-2,2s.8975,2,2,2,2-.897,2-2-.8975-2-2-2Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M8 20H10V22H8z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M12 20H18V22H12z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M8 16H10V18H8z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M12 16H18V18H12z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M8 12H10V14H8z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M12 12H18V14H12z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m21,5h-3v-1c0-1.103-.8975-2-2-2h-6c-1.1025,0-2,.897-2,2v1h-3c-1.1025,0-2,.897-2,2v19c0,1.103.8975,2,2,2h9v-2H5V7h3v2h10v-2h3v6.9999h2v-6.9999c0-1.103-.8975-2-2-2Zm-5,2h-6v-3h6v3Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmLpa.propTypes = iconPropTypes;
}
export { IbmLpa as default };