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:migrate/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 Migrate = /*#__PURE__*/ React.forwardRef(function Migrate({ 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: "M30.509,28l-3.254,3.255l-0.51-0.51l2.386-2.385H16 c-0.199,0-0.36-0.161-0.36-0.36V1.36H1V0.64h15c0.199,0,0.36,0.161,0.36,0.36v26.64h12.771l-2.386-2.385l0.51-0.51L30.509,28z M4,14.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.276,14.5,4,14.5z M1.5,15c0,0.276-0.224,0.5-0.5,0.5 S0.5,15.276,0.5,15s0.224-0.5,0.5-0.5S1.5,14.724,1.5,15z M1.5,12c0,0.276-0.224,0.5-0.5,0.5S0.5,12.276,0.5,12s0.224-0.5,0.5-0.5 S1.5,11.724,1.5,12z M1.5,9c0,0.276-0.224,0.5-0.5,0.5S0.5,9.276,0.5,9S0.724,8.5,1,8.5S1.5,8.724,1.5,9z M1.5,6 c0,0.276-0.224,0.5-0.5,0.5S0.5,6.276,0.5,6S0.724,5.5,1,5.5S1.5,5.724,1.5,6z M1.5,3c0,0.276-0.224,0.5-0.5,0.5S0.5,3.276,0.5,3 S0.724,2.5,1,2.5S1.5,2.724,1.5,3z M7.5,15c0,0.276-0.224,0.5-0.5,0.5S6.5,15.276,6.5,15s0.224-0.5,0.5-0.5S7.5,14.724,7.5,15z M10.5,15c0,0.276-0.224,0.5-0.5,0.5S9.5,15.276,9.5,15s0.224-0.5,0.5-0.5S10.5,14.724,10.5,15z M13.5,15c0,0.276-0.224,0.5-0.5,0.5 s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5S13.5,14.724,13.5,15z M27.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5 s-0.224,0.5-0.5,0.5S27.5,15.276,27.5,15z M30.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5 S30.5,15.276,30.5,15z M30.5,18c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S30.5,18.276,30.5,18z M30.5,21 c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S30.5,21.276,30.5,21z M30.5,24c0-0.276,0.224-0.5,0.5-0.5 s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S30.5,24.276,30.5,24z M24.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5 s-0.224,0.5-0.5,0.5S24.5,15.276,24.5,15z M21.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5 S21.5,15.276,21.5,15z M18.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S18.5,15.276,18.5,15z" }), children] }); }); //#endregion export { Migrate as default };