UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.01 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:sneaker/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 Sneaker = /*#__PURE__*/ React.forwardRef(function Sneaker({ 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: "M29.501,27.36H1c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.033,0.004-0.066,0.014-0.099l2-7 c0.025-0.088,0.083-0.164,0.163-0.211l11-6.5c0.111-0.065,0.249-0.067,0.361-0.002C14.291,5.251,14.36,5.371,14.36,5.5v8.581 l16.137,9.213c0.035,0.02,0.065,0.045,0.091,0.074c0.484,0.413,0.772,1.075,0.772,1.785c0,1.187-0.81,2.165-1.812,2.204 C29.532,27.359,29.517,27.36,29.501,27.36z M1.36,26.64h28.104c0.011-0.001,0.021-0.001,0.033-0.002 c0.52-0.006,0.959-0.459,1.098-1.072H1.36V26.64z M1.36,24.845h29.255c-0.064-0.391-0.25-0.734-0.522-0.952 c-0.001-0.001-0.001-0.001-0.002-0.002l-7.656-4.371l-1.273,2.1l-0.615-0.373l1.264-2.084l-1.375-0.784l-1.288,2.124l-0.615-0.373 l1.278-2.108l-1.375-0.784l-1.303,2.148l-0.616-0.373l1.293-2.133l-3.988-2.277c-0.112-0.064-0.181-0.183-0.181-0.312v-8.16 L3.307,12.237L1.36,19.051V24.845z M8,19.36c-1.853,0-3.36-1.508-3.36-3.36S6.147,12.64,8,12.64s3.36,1.507,3.36,3.36 S9.853,19.36,8,19.36z M8,13.36c-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64s2.64-1.184,2.64-2.64 S9.456,13.36,8,13.36z" }), children] }); }); //#endregion export { Sneaker as default };