@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.77 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:san-jose/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 SanJose = /*#__PURE__*/ React.forwardRef(function SanJose({ 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: "M12.644,30v-1.575l-1.28,0.213V30h-0.72v-1.242l-1.28,0.213V30h-0.72v-0.909l-1.28,0.214V30h-0.72v-4.265 l3.996-1.25V23.5l-2.996,1l0.045-10.675l4.976-8.963c0.146-0.496,1.418-4.293,6.342-4.22l0.354,0.006v19.77l1.64-0.82l6.365,3.18V30 h-0.721v-1.64h-1.279V30h-0.721v-1.64h-1.279V30h-0.721v-1.64H21.36V30h-0.72v-1.64h-1.274V30h-0.721v-1.64h-1.279V30h-0.72v-1.64 H15.36V30h-0.72v-1.64h-1.276V30H12.644L12.644,30z M7.364,26.265v2.31l5.28-0.879L12.64,6.39l-1.28,2.306v16.318L7.364,26.265 L7.364,26.265z M21.36,27.64h5.284v-4.417l-5.284-2.641V27.64z M15.36,27.64h5.28v-7.058l-5.28,2.641 C15.36,23.223,15.36,27.64,15.36,27.64z M13.364,27.64h1.276v-4.862l4-2V1.362c-4.142,0.098-5.164,3.27-5.28,3.685L13.364,27.64 L13.364,27.64z M8.364,14.093V23.5l2.276-0.76V9.994L8.364,14.093L8.364,14.093z" }), children]
});
});
//#endregion
export { SanJose as default };