@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.08 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.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:bin--sanitary/index.js
/**
* 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.
*/
const BinSanitary = /*#__PURE__*/ react.default.forwardRef(function BinSanitary({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,31.3604H6.002c-.1987,0-.3599-.1611-.3599-.3604V5.3599h-3.6421v-.7197h8.6426V1c0-.1987.1611-.3599.3599-.3599h9.9976c.1992,0,.3604.1611.3604.3599v3.6401h8.6396v.7197h-3.6396v25.6401c0,.1992-.1611.3604-.3604.3604ZM6.3618,30.6396h19.2778V5.3599H6.3618v25.2798ZM11.3623,4.6401h9.2773V1.3599h-9.2773v3.2803ZM18,24.3604h-4c-.1987,0-.3599-.1611-.3599-.3604v-3.6396h-3.6401c-.1987,0-.3599-.1611-.3599-.3604v-4c0-.1987.1611-.3599.3599-.3599h3.6401v-3.6401c0-.1987.1611-.3599.3599-.3599h4c.1992,0,.3604.1611.3604.3599v3.6401h3.6396c.1992,0,.3604.1611.3604.3599v4c0,.1992-.1611.3604-.3604.3604h-3.6396v3.6396c0,.1992-.1611.3604-.3604.3604ZM14.3599,23.6396h3.2798v-3.6396c0-.1992.1611-.3604.3604-.3604h3.6396v-3.2798h-3.6396c-.1992,0-.3604-.1611-.3604-.3599v-3.6401h-3.2798v3.6401c0,.1987-.1611.3599-.3599.3599h-3.6401v3.2798h3.6401c.1987,0,.3599.1611.3599.3604v3.6396Z" }), children]
});
});
//#endregion
module.exports = BinSanitary;