UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 1.87 kB
/** * 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 Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "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.forwardRef(function BinSanitary({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ 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 export { BinSanitary as default };