UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.68 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 { _ 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 GastroHealth = /*#__PURE__*/React.forwardRef(function GastroHealth({ 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: "M24.36,31h-0.72v-5c0-2.007-1.633-3.64-3.64-3.64\tH6v-0.72h21c2.007,0,3.64-1.633,3.64-3.64s-1.633-3.64-3.64-3.64H6v-0.72h21c2.007,0,3.64-1.633,3.64-3.64S29.007,6.36,27,6.36H12\tc-0.199,0-0.36-0.161-0.36-0.36V1h0.72v4.64H27c2.404,0,4.36,1.956,4.36,4.36c0,1.788-1.082,3.328-2.626,4\tc1.544,0.672,2.626,2.212,2.626,4c0,2.404-1.956,4.36-4.36,4.36h-4.603c1.182,0.78,1.963,2.121,1.963,3.64\tC24.36,26,24.36,31,24.36,31z M20.36,31h-0.72v-4.64H5c-2.404,0-4.36-1.956-4.36-4.36c0-1.788,1.082-3.328,2.625-4\tc-1.543-0.672-2.625-2.212-2.625-4c0-2.404,1.956-4.36,4.36-4.36h4.603C8.421,8.859,7.64,7.519,7.64,6V1h0.72v5\tc0,2.007,1.633,3.64,3.64,3.64h14v0.72H5c-2.007,0-3.64,1.633-3.64,3.64S2.993,17.64,5,17.64h21v0.721H5\tc-2.007,0-3.64,1.633-3.64,3.64S2.993,25.64,5,25.64h15c0.199,0,0.36,0.161,0.36,0.36V31z" })), children); }); export { GastroHealth as default };