@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.9 kB
JavaScript
/**
* 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:shop/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 Shop = /*#__PURE__*/ React.forwardRef(function Shop({ 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,0.64H1C0.801,0.64,0.64,0.801,0.64,1v10c0,0.199,0.161,0.36,0.36,0.36h1.64V16 c0,0.199,0.161,0.36,0.36,0.36h1c0.846,0,1.583-0.451,2-1.122c0.417,0.671,1.154,1.122,2,1.122s1.583-0.451,2-1.122 c0.417,0.671,1.154,1.122,2,1.122s1.583-0.451,2-1.122c0.417,0.671,1.154,1.122,2,1.122c0.846,0,1.583-0.451,2-1.121 c0.417,0.67,1.154,1.121,2,1.121s1.583-0.451,2-1.121c0.417,0.67,1.154,1.121,2,1.121s1.583-0.451,2-1.121 c0.417,0.67,1.154,1.121,2,1.121h1c0.199,0,0.36-0.161,0.36-0.36v-4.64H31c0.199,0,0.36-0.161,0.36-0.36V1 C31.36,0.801,31.199,0.64,31,0.64z M26.36,14c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.904-0.735,1.64-1.64,1.64 s-1.64-0.736-1.64-1.64c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.904-0.735,1.64-1.64,1.64s-1.64-0.736-1.64-1.64 c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.904-0.735,1.64-1.64,1.64s-1.64-0.736-1.64-1.64 c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36c0,0.904-0.736,1.64-1.64,1.64s-1.64-0.736-1.64-1.64 c0-0.199-0.161-0.36-0.36-0.36S9.64,13.801,9.64,14c0,0.904-0.736,1.64-1.64,1.64S6.36,14.904,6.36,14c0-0.199-0.161-0.36-0.36-0.36 S5.64,13.801,5.64,14c0,0.904-0.736,1.64-1.64,1.64H3.36v-4.28h25.28v4.28H28C27.096,15.64,26.36,14.904,26.36,14z M28.64,10.64 H3.36V6.36h25.28C28.64,6.36,28.64,10.64,28.64,10.64z M30.64,10.64h-1.28V6c0-0.199-0.161-0.36-0.36-0.36H3 C2.801,5.64,2.64,5.801,2.64,6v4.64H1.36V1.36h29.28C30.64,1.36,30.64,10.64,30.64,10.64z M26,28.36c0.199,0,0.36-0.161,0.36-0.36 v-9c0-0.199-0.161-0.36-0.36-0.36H16c-0.199,0-0.36,0.161-0.36,0.36v9c0,0.199,0.161,0.36,0.36,0.36H26z M16.36,19.36h9.28v8.279 h-9.28V19.36z M29.36,19c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36v11.64H11.36V19c0-0.199-0.161-0.36-0.36-0.36H6 c-0.199,0-0.36,0.161-0.36,0.36v11.64H3.36V19c0-0.199-0.161-0.36-0.36-0.36S2.64,18.801,2.64,19v11.64H1v0.721h5h5h20V30.64h-1.64 V19z M6.359,19.36h4.281v5.279H6.359V19.36z M6.359,30.64v-5.28h4.281v5.279L6.359,30.64L6.359,30.64z" }), children]
});
});
//#endregion
export { Shop as default };