UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.94 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:movement--of--items/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 MovementOfItems = /*#__PURE__*/ React.forwardRef(function MovementOfItems({ 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: "M1.36,16H0.64C0.64,7.53,7.53,0.64,16,0.64c4.102,0,7.958,1.598,10.861,4.5l-0.51,0.509 C23.585,2.883,19.909,1.36,16,1.36C7.927,1.36,1.36,7.927,1.36,16z M30.64,16c0,8.072-6.567,14.64-14.64,14.64 c-3.911,0-7.587-1.522-10.352-4.288l-0.509,0.51c2.9,2.901,6.757,4.499,10.86,4.499c8.47,0,15.36-6.891,15.36-15.36L30.64,16 L30.64,16z M5.746,23.255L1.491,19l4.255-4.254l0.509,0.509L2.869,18.64h13.807c0.179-1.406,1.37-2.5,2.823-2.5 c1.577,0,2.86,1.283,2.86,2.86s-1.283,2.86-2.86,2.86c-1.454,0-2.644-1.094-2.823-2.5H2.869l3.385,3.385L5.746,23.255z M17.36,19 c0,1.18,0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14s-0.96-2.14-2.14-2.14S17.36,17.82,17.36,19z M25.745,16.746l3.386-3.386H15.36V15 c0,0.199-0.161,0.36-0.36,0.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36 v1.64h13.771l-3.386-3.386l0.51-0.509L30.509,13l-4.254,4.255L25.745,16.746z M14.64,11.36h-3.28v3.28h3.28V11.36z" }), children] }); }); //#endregion export { MovementOfItems as default };