@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
31 lines (29 loc) • 1.6 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.
*/
const require_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:NamingConventions.js
const NamingConventions = react.default.forwardRef(function NamingConventions({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8h-8v2h8v-2ZM14,16h8v-2h-8v2ZM10,14h-2v-4h2v-2h-2v-4h18v12h2V4c0-1.1046-.8954-2-2-2H8c-1.1046,0-2,.8954-2,2v4h-2v2h2v4h-2v2h6v-2ZM13.1055,20h-2.2109c-1.0444,0-1.8945.8496-1.8945,1.8945v6.2109c0,1.0449.8501,1.8945,1.8945,1.8945h2.2109c1.0444,0,1.8945-.8496,1.8945-1.8945v-6.2109c0-1.0449-.8501-1.8945-1.8945-1.8945ZM13,28h-2v-6h2v6ZM1,22v6c0,1.1025.897,2,2,2h4v-2H3v-6h4v-2H3c-1.103,0-2,.8975-2,2ZM21,26l-2-6h-2v10h2v-6l2,6h2v-10h-2v6ZM29,20l-1,8-1-8h-2l2,10h2l2-10h-2Z" }), children);
});
if (process.env.NODE_ENV !== "production") NamingConventions.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = NamingConventions;