@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 3.13 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const FrozenPipe = /*#__PURE__*/React.forwardRef(function FrozenPipe({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M23,27.36c-0.75,0-1.36-0.61-1.36-1.36v-4\tc0-0.353-0.287-0.64-0.64-0.64s-0.64,0.287-0.64,0.64c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36\tc0-0.353-0.287-0.64-0.64-0.64c-0.353,0-0.64,0.287-0.64,0.64v1c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36\tc0-0.353-0.287-0.64-0.64-0.64s-0.64,0.287-0.64,0.64v1c0,0.75-0.61,1.36-1.36,1.36S9.64,24.75,9.64,24v-2.64H4.36V23\tc0,0.199-0.161,0.36-0.36,0.36H1c-0.199,0-0.36-0.161-0.36-0.36v-9c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36\tv1.64h7.28V15c0-0.75,0.61-1.36,1.36-1.36h1.64v-1.28H11.5c-1.025,0-1.86-0.834-1.86-1.86s0.834-1.86,1.86-1.86h3.14V8\tc0-0.75,0.61-1.36,1.36-1.36S17.36,7.25,17.36,8v0.64h3.14c1.025,0,1.86,0.834,1.86,1.86s-0.835,1.86-1.86,1.86h-3.14v1.28H19\tc0.75,0,1.36,0.61,1.36,1.36v0.64h7.279V14c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v9\tc0,0.199-0.161,0.36-0.36,0.36h-3c-0.199,0-0.36-0.161-0.36-0.36v-1.64H24.36V26C24.36,26.75,23.75,27.36,23,27.36z M21,20.64\tc0.75,0,1.36,0.61,1.36,1.36v4c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-9c0-0.353-0.287-0.64-0.64-0.64h-3\tc-0.199,0-0.36-0.161-0.36-0.36v-1c0-0.353-0.287-0.64-0.64-0.64h-6c-0.353,0-0.64,0.287-0.64,0.64v1c0,0.199-0.161,0.36-0.36,0.36\th-1c-0.353,0-0.64,0.287-0.64,0.64v7c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-1c0-0.75,0.61-1.36,1.36-1.36\ts1.36,0.61,1.36,1.36c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-1c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36\tc0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64C19.64,21.25,20.25,20.64,21,20.64z M28.36,22.64h2.279v-8.28H28.36V22.64z M1.36,22.64h2.28v-8.28H1.36V22.64z M24.36,20.64h3.279v-4.28H24.2c0.102,0.191,0.16,0.409,0.16,0.64V20.64z M4.36,20.64h5.28V17\tc0-0.231,0.058-0.449,0.16-0.64H4.36V20.64z M15.36,13.64h1.28v-1.28h-1.28V13.64z M19.36,11.64h1.14c0.629,0,1.14-0.512,1.14-1.14\ts-0.511-1.14-1.14-1.14h-1.14V11.64z M16.36,11.64h2.28V9.36h-2.28V11.64z M13.36,11.64h2.28V9.36h-2.28V11.64z M11.5,9.36\tc-0.628,0-1.14,0.512-1.14,1.14s0.512,1.14,1.14,1.14h1.14V9.36H11.5z M15.36,8.64h1.28V8c0-0.353-0.287-0.64-0.64-0.64\tS15.36,7.647,15.36,8V8.64z M13.36,21h-0.72v-2h0.72V21z M21.36,20h-0.72v-2h0.721L21.36,20L21.36,20z M15.36,19h-0.72v-2h0.72V19z"
})), children);
});
module.exports = FrozenPipe;