@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.25 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const Urinal_02 = /*#__PURE__*/React.forwardRef(function Urinal_02({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M7.36,31H6.64V1h0.72v2.64h2.28V2h0.72v4H9.64V4.36\tH7.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\tc0,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\tc0,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);
});
export { Urinal_02 as default };