@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.86 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:microservices--02/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 Microservices_02 = /*#__PURE__*/ React.forwardRef(function Microservices_02({ 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,31.36c-1.301,0-2.36-1.059-2.36-2.36 s1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36S17.302,31.36,16,31.36z M16,27.36c-0.904,0-1.64,0.735-1.64,1.64 s0.736,1.64,1.64,1.64c0.904,0,1.64-0.735,1.64-1.64S16.904,27.36,16,27.36z M19.179,27.562l-0.357-0.625l5.25-3l0.357,0.625 L19.179,27.562z M12.821,27.562l-5.25-3l0.357-0.625l5.25,3L12.821,27.562z M27,24.86c-1.302,0-2.36-1.059-2.36-2.36 s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S28.302,24.86,27,24.86z M27,20.86c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64 s1.64-0.735,1.64-1.64S27.904,20.86,27,20.86z M5,24.86c-1.301,0-2.36-1.059-2.36-2.36S3.699,20.14,5,20.14s2.36,1.059,2.36,2.36 S6.301,24.86,5,24.86z M5,20.86c-0.904,0-1.64,0.735-1.64,1.64S4.096,24.14,5,24.14s1.64-0.735,1.64-1.64S5.904,20.86,5,20.86z M16,21.36c-2.956,0-5.36-2.405-5.36-5.36c0-2.956,2.404-5.36,5.36-5.36c2.955,0,5.36,2.404,5.36,5.36 C21.36,18.955,18.955,21.36,16,21.36z M16,11.36c-2.559,0-4.64,2.082-4.64,4.64s2.082,4.64,4.64,4.64s4.64-2.081,4.64-4.64 S18.559,11.36,16,11.36z M27.36,19h-0.72v-6h0.721L27.36,19L27.36,19z M5.36,19H4.64v-6h0.72C5.36,13,5.36,19,5.36,19z M27,11.86 c-1.302,0-2.36-1.059-2.36-2.36S25.698,7.14,27,7.14s2.36,1.059,2.36,2.36S28.302,11.86,27,11.86z M27,7.86 c-0.904,0-1.64,0.736-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.736,1.64-1.64S27.904,7.86,27,7.86z M5,11.86 c-1.301,0-2.36-1.059-2.36-2.36S3.699,7.14,5,7.14S7.36,8.199,7.36,9.5S6.301,11.86,5,11.86z M5,7.86c-0.904,0-1.64,0.736-1.64,1.64 S4.096,11.14,5,11.14s1.64-0.736,1.64-1.64S5.904,7.86,5,7.86z M24.071,8.062l-5.25-3l0.357-0.625l5.25,3L24.071,8.062z M7.929,8.062L7.571,7.438l5.25-3l0.357,0.625L7.929,8.062z M16,5.36c-1.301,0-2.36-1.059-2.36-2.36S14.699,0.64,16,0.64 c1.302,0,2.36,1.059,2.36,2.36S17.302,5.36,16,5.36z M16,1.36c-0.904,0-1.64,0.736-1.64,1.64S15.096,4.64,16,4.64 c0.904,0,1.64-0.736,1.64-1.64S16.904,1.36,16,1.36z" }), children]
});
});
//#endregion
export { Microservices_02 as default };