UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.89 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:toilet--03/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 Toilet_03 = /*#__PURE__*/ React.forwardRef(function Toilet_03({ 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: "M13,31.36H2c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.75,0.61-1.36,1.36-1.36h4c0.632,0,1.38,0.463,1.486,1.153l1.823,11.847H30c0.199,0,0.36,0.161,0.36,0.36v0.5 c0,7.091-5.77,12.86-12.86,12.86c-1.417,0-2.817-0.233-4.14-0.675V31C13.36,31.199,13.199,31.36,13,31.36z M2.36,30.64h10.28v-4.218 c-1.648-0.658-3.153-1.648-4.397-2.92l0.515-0.504c2.265,2.314,5.451,3.642,8.743,3.642c6.694,0,12.14-5.445,12.14-12.14v-0.14H2.36 V30.64z M2.36,13.64h7.221L7.774,1.903C7.731,1.624,7.355,1.36,7,1.36H3C2.647,1.36,2.36,1.647,2.36,2V13.64z M18.043,25.357 l-0.086-0.715c3.01-0.364,5.931-2.048,8.014-4.619l0.559,0.453C24.331,23.192,21.237,24.971,18.043,25.357z M29,12.36H12 c-0.75,0-1.36-0.61-1.36-1.36S11.25,9.64,12,9.64h17c0.75,0,1.36,0.61,1.36,1.36S29.75,12.36,29,12.36z M12,10.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64h17c0.353,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64H12z M7,4.36H4V3.64h3 V4.36z" }), children] }); }); //#endregion export { Toilet_03 as default };