@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.38 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.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:telemedicine--mobile/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 TelemedicineMobile = /*#__PURE__*/ react.default.forwardRef(function TelemedicineMobile({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,28.5c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S11.552,28.5,11,28.5z M20.36,31V16.36 H28c1.302,0,2.36-1.059,2.36-2.36V6c0-1.301-1.059-2.36-2.36-2.36h-7.64V1c0-0.199-0.161-0.36-0.36-0.36H2 C1.801,0.64,1.64,0.801,1.64,1v30c0,0.199,0.161,0.36,0.36,0.36h18C20.199,31.36,20.36,31.199,20.36,31z M2.36,24.36h17.28v6.279 H2.36V24.36z M2.36,1.36h17.28v2.28H17c-1.301,0-2.36,1.059-2.36,2.36v14c0,0.146,0.087,0.277,0.222,0.333 c0.134,0.053,0.29,0.024,0.392-0.078l3.895-3.895h0.49v7.28H2.36V1.36z M28,4.36c0.904,0,1.64,0.736,1.64,1.64v8 c0,0.904-0.735,1.64-1.64,1.64h-9c-0.096,0-0.188,0.038-0.255,0.105L15.36,19.13V6c0-0.904,0.736-1.64,1.64-1.64H28z M23.86,14 v-2.64h2.64c0.199,0,0.36-0.161,0.36-0.36V9c0-0.199-0.161-0.36-0.36-0.36h-2.64V6c0-0.199-0.161-0.36-0.36-0.36h-2 c-0.199,0-0.36,0.161-0.36,0.36v2.64H18.5c-0.199,0-0.36,0.161-0.36,0.36v2c0,0.199,0.161,0.36,0.36,0.36h2.64V14 c0,0.199,0.161,0.36,0.36,0.36h2C23.699,14.36,23.86,14.199,23.86,14z M21.86,11c0-0.199-0.161-0.36-0.36-0.36h-2.64V9.36h2.64 c0.199,0,0.36-0.161,0.36-0.36V6.36h1.279V9c0,0.199,0.161,0.36,0.36,0.36h2.64v1.28H23.5c-0.199,0-0.36,0.161-0.36,0.36v2.64h-1.28 V11z" }), children]
});
});
//#endregion
module.exports = TelemedicineMobile;