UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.71 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:manage-applications-anywhere/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 ManageApplicationsAnywhere = /*#__PURE__*/ React.forwardRef(function ManageApplicationsAnywhere({ 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.36 c-0.649,0-1.193-0.457-1.328-1.065C8.397,28.672,3.328,23.603,2.706,17.328C2.097,17.193,1.64,16.649,1.64,16 s0.457-1.193,1.065-1.328C3.328,8.397,8.397,3.328,14.672,2.706C14.807,2.097,15.351,1.64,16,1.64s1.193,0.457,1.328,1.065 c6.274,0.623,11.344,5.692,11.967,11.966c0.608,0.135,1.065,0.679,1.065,1.328c0,0.649-0.457,1.193-1.065,1.328 c-0.623,6.274-5.692,11.344-11.967,11.967C17.193,29.903,16.649,30.36,16,30.36z M16,28.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,28.36,16,28.36z M16,27.64c0.602,0,1.113,0.393,1.292,0.935 c5.908-0.603,10.68-5.374,11.282-11.282c-0.542-0.179-0.935-0.69-0.935-1.292s0.393-1.113,0.935-1.292 C27.972,8.8,23.2,4.028,17.292,3.425C17.113,3.968,16.602,4.36,16,4.36s-1.113-0.392-1.292-0.935C8.8,4.028,4.028,8.8,3.425,14.708 C3.968,14.887,4.36,15.398,4.36,16c0,0.602-0.392,1.113-0.935,1.292C4.028,23.2,8.8,27.972,14.708,28.574 C14.887,28.032,15.398,27.64,16,27.64z M29,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S29.353,15.36,29,15.36z M3,15.36c-0.353,0-0.64,0.287-0.64,0.64S2.647,16.64,3,16.64S3.64,16.353,3.64,16S3.353,15.36,3,15.36z M16,2.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,3.64,16,3.64c0.353,0,0.64-0.287,0.64-0.64S16.353,2.36,16,2.36z M23,23.36H13 c-0.199,0-0.36-0.161-0.36-0.36v-3.64H9c-0.199,0-0.36-0.161-0.36-0.36v-9c0-0.199,0.161-0.36,0.36-0.36h10 c0.199,0,0.36,0.161,0.36,0.36v3.64H23c0.199,0,0.36,0.161,0.36,0.36v9C23.36,23.199,23.199,23.36,23,23.36z M13.36,22.64h9.28 v-8.28h-9.28V22.64z M9.36,18.64h3.28V14c0-0.199,0.161-0.36,0.36-0.36h5.64v-3.28H9.36V18.64z M17,16.36h-2v-0.72h2V16.36z M13,12.36h-2v-0.72h2V12.36z" }), children] }); }); //#endregion export { ManageApplicationsAnywhere as default };