UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.13 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 Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:aed-defibrillator/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 AedDefibrillator = /*#__PURE__*/ React.forwardRef(function AedDefibrillator({ 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,29.36c-0.096,0-0.188-0.038-0.256-0.106 L2.976,16.373l0,0c-1.506-1.52-2.336-3.535-2.336-5.675c0-2.157,0.83-4.181,2.336-5.701s3.509-2.356,5.64-2.358 c0.001,0,0.002,0,0.004,0c2.131,0,4.135,0.837,5.642,2.358L16,6.751l1.738-1.754c1.508-1.521,3.512-2.358,5.643-2.358 c0.003,0,0.006,0,0.008,0c2.13,0.002,4.131,0.839,5.636,2.358c1.506,1.52,2.336,3.54,2.336,5.688s-0.83,4.168-2.336,5.688 L16.256,29.254C16.188,29.322,16.096,29.36,16,29.36z M3.487,15.866L16,28.488l12.513-12.622c1.372-1.384,2.127-3.225,2.127-5.181 c0-1.957-0.755-3.797-2.127-5.181c-1.369-1.381-3.188-2.142-5.124-2.144c-0.003,0-0.006,0-0.008,0c-1.938,0-3.759,0.761-5.131,2.144 l-1.994,2.012c-0.136,0.137-0.376,0.137-0.512,0L13.75,5.504C12.379,4.121,10.557,3.36,8.62,3.36c-0.001,0-0.002,0-0.004,0 C6.678,3.361,4.857,4.123,3.487,5.504C2.116,6.888,1.36,8.733,1.36,10.698C1.36,12.647,2.116,14.482,3.487,15.866L3.487,15.866z M14.312,23.179l-0.625-0.357l3.691-6.461H14c-0.128,0-0.247-0.068-0.312-0.18c-0.064-0.111-0.065-0.248-0.001-0.359l4-7 l0.625,0.357L14.62,15.64H18c0.128,0,0.247,0.068,0.312,0.18c0.064,0.111,0.064,0.248,0.001,0.359L14.312,23.179z" }), children] }); }); //#endregion export { AedDefibrillator as default };