UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.53 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:scan-code/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 ScanCode = /*#__PURE__*/ React.forwardRef(function ScanCode({ 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: "M31,31.36H21v-0.72h9.64V21h0.721v10 C31.36,31.199,31.199,31.36,31,31.36z M11,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V21h0.72v9.64H11V31.36z M25,25.36H7 c-0.199,0-0.36-0.161-0.36-0.36v-7h0.72v6.64h17.28V18h0.721v7C25.36,25.199,25.199,25.36,25,25.36z M31,16.36H1v-0.72h30V16.36z M24.64,14.001L24.614,7.36H7.36V14H6.64V7c0-0.199,0.161-0.36,0.36-0.36h17.973c0.198,0,0.359,0.16,0.36,0.358l0.027,7 L24.64,14.001z M31.36,11h-0.72V1.36H21V0.64h10c0.199,0,0.36,0.161,0.36,0.36V11z M1.36,11H0.64V1c0-0.199,0.161-0.36,0.36-0.36h10 v0.72H1.36V11z" }), children] }); }); //#endregion export { ScanCode as default };