@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 3.26 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:zurich--swiss-national-museum/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 ZurichSwissNationalMuseum = /*#__PURE__*/ React.forwardRef(function ZurichSwissNationalMuseum({ 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: "M9,22c0-0.276,0.224-0.5,0.5-0.5 S10,21.724,10,22s-0.224,0.5-0.5,0.5S9,22.276,9,22z M10.5,15c0.276,0,0.5-0.224,0.5-0.5S10.776,14,10.5,14S10,14.224,10,14.5 S10.224,15,10.5,15z M12,15c0.276,0,0.5-0.224,0.5-0.5S12.276,14,12,14s-0.5,0.224-0.5,0.5S11.724,15,12,15z M13.5,15 c0.276,0,0.5-0.224,0.5-0.5S13.776,14,13.5,14S13,14.224,13,14.5S13.224,15,13.5,15z M15,15c0.276,0,0.5-0.224,0.5-0.5 S15.276,14,15,14s-0.5,0.224-0.5,0.5S14.724,15,15,15z M16.5,15c0.276,0,0.5-0.224,0.5-0.5S16.776,14,16.5,14S16,14.224,16,14.5 S16.224,15,16.5,15z M25.5,11c0.276,0,0.5-0.224,0.5-0.5S25.776,10,25.5,10S25,10.224,25,10.5S25.224,11,25.5,11z M24.5,12 c0.276,0,0.5-0.224,0.5-0.5S24.776,11,24.5,11S24,11.224,24,11.5S24.224,12,24.5,12z M23.5,13c0.276,0,0.5-0.224,0.5-0.5 S23.776,12,23.5,12S23,12.224,23,12.5S23.224,13,23.5,13z M22.5,14c0.276,0,0.5-0.224,0.5-0.5S22.776,13,22.5,13S22,13.224,22,13.5 S22.224,14,22.5,14z M21.5,15c0.276,0,0.5-0.224,0.5-0.5S21.776,14,21.5,14S21,14.224,21,14.5S21.224,15,21.5,15z M6.5,23 C6.776,23,7,22.776,7,22.5S6.776,22,6.5,22S6,22.224,6,22.5S6.224,23,6.5,23z M5,23c0.276,0,0.5-0.224,0.5-0.5S5.276,22,5,22 s-0.5,0.224-0.5,0.5S4.724,23,5,23z M3.5,23C3.776,23,4,22.776,4,22.5S3.776,22,3.5,22S3,22.224,3,22.5S3.224,23,3.5,23z M9.5,21 c0.276,0,0.5-0.224,0.5-0.5S9.776,20,9.5,20S9,20.224,9,20.5S9.224,21,9.5,21z M28.5,24.5c0.276,0,0.5-0.224,0.5-0.5 s-0.224-0.5-0.5-0.5S28,23.724,28,24S28.224,24.5,28.5,24.5z M28.5,23c0.276,0,0.5-0.224,0.5-0.5S28.776,22,28.5,22 S28,22.224,28,22.5S28.224,23,28.5,23z M31,28.36H1v-0.72h30V28.36z M31,26.36h-9c-0.096,0-0.188-0.038-0.255-0.105l-2.779-2.779 l-3.75,2.812C15.154,26.335,15.078,26.36,15,26.36H1v-0.72h0.64V7c0-0.138,0.079-0.265,0.204-0.325 c0.063-0.03,0.131-0.039,0.2-0.033L18.691,8.6l11.247-1.956c0.106-0.02,0.212,0.01,0.293,0.079C30.313,6.793,30.36,6.894,30.36,7 v18.64H31V26.36z M22.542,25.64h7.098V8.783L22.542,25.64z M10.142,25.64h4.738l3.76-2.819v-3.129L10.142,25.64z M7.062,11.354 c-0.102,0.019-0.206-0.009-0.287-0.073L2.36,7.749V25.64h6.527l9.907-6.935c0.142-0.1,0.337-0.083,0.461,0.04l3.807,3.807 l6.351-15.084L7.062,11.354z M19.36,22.851l2.516,2.517l0.904-2.147l-0.035,0.035L19.36,19.87V22.851z M3.207,7.504l3.891,3.113 l9.107-1.584L3.207,7.504z" }), children]
});
});
//#endregion
export { ZurichSwissNationalMuseum as default };