@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.5 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 Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:healthcare/index.js
/**
* 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.
*/
const Healthcare = /*#__PURE__*/ React.forwardRef(function Healthcare({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M16,30.36c-0.104,0-0.204-0.046-0.272-0.125L3.587,16.227C3.409,16.312,3.21,16.36,3,16.36 c-0.75,0-1.36-0.61-1.36-1.36c0-0.318,0.11-0.612,0.294-0.844C1.385,13.295,0.64,11.834,0.64,10.25c0-4.748,3.75-8.61,8.36-8.61 c2.597,0,5.292,1.451,7,3.736c1.708-2.285,4.403-3.736,7-3.736c4.609,0,8.36,3.862,8.36,8.61c0,1.584-0.746,3.045-1.295,3.906 C30.25,14.388,30.36,14.681,30.36,15c0,0.75-0.61,1.36-1.36,1.36c-0.21,0-0.409-0.048-0.587-0.133L16.272,30.235 C16.204,30.314,16.104,30.36,16,30.36z M4.131,15.755L16,29.45l11.869-13.695c-0.08-0.12-0.142-0.252-0.181-0.395h-4.966l-3.4,6.801 c-0.06,0.118-0.18,0.195-0.312,0.198c-0.143,0.045-0.257-0.066-0.322-0.181L11.021,8.763l-3.199,6.398 C7.761,15.283,7.636,15.36,7.5,15.36H4.312C4.272,15.502,4.211,15.635,4.131,15.755z M11,7.64c0.129,0,0.249,0.069,0.312,0.181 l7.666,13.416l3.199-6.398c0.062-0.122,0.186-0.199,0.322-0.199h5.188c0.158-0.576,0.687-1,1.312-1c0.17,0,0.333,0.031,0.483,0.089 c0.738-1.169,1.156-2.421,1.156-3.479c0-4.351-3.427-7.89-7.64-7.89c-2.865,0-5.43,1.928-6.7,3.839c-0.134,0.201-0.466,0.201-0.6,0 C14.43,4.288,11.865,2.36,9,2.36c-4.213,0-7.64,3.54-7.64,7.89c0,1.058,0.418,2.31,1.156,3.479C2.667,13.671,2.83,13.64,3,13.64 c0.625,0,1.153,0.424,1.312,1h2.966l3.401-6.801c0.059-0.119,0.179-0.195,0.312-0.199C10.993,7.64,10.997,7.64,11,7.64z M29,14.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S29.353,14.36,29,14.36z M3,14.36 c-0.353,0-0.64,0.287-0.64,0.64S2.647,15.64,3,15.64S3.64,15.353,3.64,15S3.353,14.36,3,14.36z" }), children]
});
});
//#endregion
export { Healthcare as default };