@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.37 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.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:urinal--02/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 Urinal_02 = /*#__PURE__*/ React.forwardRef(function Urinal_02({ 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: "M7.36,31H6.64V1h0.72v2.64h2.28V2h0.72v4H9.64V4.36 H7.36v3.28H13c0.199,0,0.36,0.161,0.36,0.36v5c0,2.007,1.633,3.64,3.64,3.64h8c0.199,0,0.36,0.161,0.36,0.36v1 c0,4.609-3.751,8.36-8.36,8.36h-6c-1.519,0-2.859-0.781-3.64-1.963C7.36,24.397,7.36,31,7.36,31z M7.36,22 c0,2.007,1.633,3.64,3.64,3.64h6c4.213,0,7.64-3.427,7.64-7.64v-0.64H17c-2.404,0-4.36-1.956-4.36-4.36V8.36H7.36V22z" }), children]
});
});
//#endregion
export { Urinal_02 as default };