@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.94 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-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const Shower = /*#__PURE__*/React.forwardRef(function Shower({
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: "M25,29.36c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v2\tC25.36,29.199,25.199,29.36,25,29.36z M19,29.36c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36\ts0.36,0.161,0.36,0.36v2C19.36,29.199,19.199,29.36,19,29.36z M28,25.36c-0.199,0-0.36-0.161-0.36-0.36v-2\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v2C28.36,25.199,28.199,25.36,28,25.36z M25,25.36\tc-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v4C25.36,25.199,25.199,25.36,25,25.36z M22,25.36c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v2\tC22.36,25.199,22.199,25.36,22,25.36z M19,25.36c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36\ts0.36,0.161,0.36,0.36v4C19.36,25.199,19.199,25.36,19,25.36z M16,25.36c-0.199,0-0.36-0.161-0.36-0.36v-2\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v2C16.36,25.199,16.199,25.36,16,25.36z M28,21.36\tc-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v4C28.36,21.199,28.199,21.36,28,21.36z M22,21.36c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v4\tC22.36,21.199,22.199,21.36,22,21.36z M16,21.36c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36\ts0.36,0.161,0.36,0.36v4C16.36,21.199,16.199,21.36,16,21.36z M25,19.36c-0.199,0-0.36-0.161-0.36-0.36v-2\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v2C25.36,19.199,25.199,19.36,25,19.36z M19,19.36\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v2C19.36,19.199,19.199,19.36,19,19.36z M1.36,31H0.64V1h0.72v2.64H21c1.302,0,2.36,1.059,2.36,2.36v5.64H30c0.199,0,0.36,0.161,0.36,0.36v3c0,0.199-0.161,0.36-0.36,0.36\tH14c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h6.64V7c0-0.353-0.287-0.64-0.64-0.64H1.36V31z M14.36,14.64\th15.28v-2.28H23c-0.199,0-0.36-0.161-0.36-0.36v-1.64h-1.28V12c0,0.199-0.161,0.36-0.36,0.36h-6.64\tC14.36,12.36,14.36,14.64,14.36,14.64z M21.36,9.64h1.279V6c0-0.904-0.735-1.64-1.64-1.64H1.36v1.28H20c0.75,0,1.36,0.61,1.36,1.36\tV9.64z"
})), children);
});
export { Shower as default };