UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.99 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:escalator--up/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 EscalatorUp = /*#__PURE__*/ React.forwardRef(function EscalatorUp({ 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: "M8.643,29.36H5c-2.404,0-4.36-1.956-4.36-4.36S2.596,20.639,5,20.639h1.409L21.718,5.332 c0.439-0.439,1.048-0.691,1.669-0.691H27c2.404,0,4.36,1.956,4.36,4.36s-1.956,4.36-4.36,4.36h-1.379L10.311,28.67 C9.872,29.108,9.264,29.36,8.643,29.36z M5,21.359c-2.007,0-3.641,1.633-3.641,3.641c0,2.007,1.633,3.64,3.64,3.64h3.643 c0.432,0,0.854-0.175,1.16-0.48l15.414-15.414c0.067-0.068,0.159-0.105,0.255-0.105H27c2.007,0,3.64-1.633,3.64-3.64 S29.007,5.36,27,5.36h-3.613c-0.432,0-0.854,0.175-1.159,0.48L6.836,21.23c-0.066,0.078-0.165,0.129-0.276,0.129H5z M23.255,29.255 l-0.51-0.51l7.386-7.385H25v-0.72h6.36V27h-0.72v-5.131L23.255,29.255z M5.36,18H4.64v-5c0-1.853,1.507-3.36,3.36-3.36 c1.848,0,3.352,1.512,3.352,3.372h-0.72c0-1.462-1.181-2.652-2.632-2.652c-1.456,0-2.64,1.185-2.64,2.64C5.36,13,5.36,18,5.36,18z M8,8.36C6.699,8.36,5.64,7.301,5.64,6S6.699,3.64,8,3.64S10.36,4.699,10.36,6S9.302,8.36,8,8.36z M8,4.36 C7.096,4.36,6.36,5.096,6.36,6S7.096,7.64,8,7.64S9.641,6.904,9.641,6S8.905,4.36,8,4.36z" }), children] }); }); //#endregion export { EscalatorUp as default };