@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.68 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 Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope({
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: "M5.5,16c0,0.276-0.224,0.5-0.5,0.5S4.5,16.276,4.5,16s0.224-0.5,0.5-0.5S5.5,15.724,5.5,16z M21.36,23\tv-2.647c4.443-0.189,8-3.863,8-8.353V1c0-0.199-0.161-0.36-0.36-0.36h-3c-0.199,0-0.36,0.161-0.36,0.36S25.801,1.36,26,1.36h2.64V12\tc0,4.213-3.427,7.64-7.64,7.64s-7.64-3.427-7.64-7.64V1.36H16c0.199,0,0.36-0.161,0.36-0.36S16.199,0.64,16,0.64h-3\tc-0.199,0-0.36,0.161-0.36,0.36v11c0,4.489,3.557,8.163,8,8.353V23c0,4.213-3.427,7.64-7.64,7.64S5.36,27.213,5.36,23v-4.667\tc1.131-0.174,2-1.154,2-2.333c0-1.301-1.059-2.36-2.36-2.36S2.64,14.699,2.64,16c0,1.179,0.869,2.159,2,2.333V23\tc0,4.609,3.75,8.36,8.36,8.36C17.609,31.36,21.36,27.609,21.36,23z M6.64,16c0,0.904-0.736,1.64-1.64,1.64S3.36,16.904,3.36,16\tS4.096,14.36,5,14.36S6.64,15.096,6.64,16z"
})), children);
});
module.exports = Stethoscope;