@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.29 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:ibm--aptio/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 IbmAptio = /*#__PURE__*/ React.forwardRef(function IbmAptio({ 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: "M20,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM25,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM23.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM20,25.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,24.6396h1.2793v-1.2793h-1.2793v1.2793ZM25,25.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM23.3604,24.6396h1.2793v-1.2793h-1.2793v1.2793ZM20,30.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,29.6396h1.2793v-1.2793h-1.2793v1.2793ZM30,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM28.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM16.3599,16V2h-.7197v13.6401H2v.7197h14c.1987,0,.3599-.1611.3599-.3599ZM11.3599,11v-6h-.7197v5.6401h-5.6401v.7197h6c.1987,0,.3599-.1611.3599-.3599Z" }), children]
});
});
//#endregion
export { IbmAptio as default };