@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.54 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:trophy/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 Trophy = /*#__PURE__*/ React.forwardRef(function Trophy({ 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: "M23,31.36H9v-0.72h14V31.36z M21,29.36H11v-0.72h4.64 v-6.287c-4.324-0.185-7.808-3.669-7.993-7.993H7c-2.404,0-4.36-1.956-4.36-4.36V5c0-0.199,0.161-0.36,0.36-0.36h4.64V2 c0-0.199,0.161-0.36,0.36-0.36h16c0.199,0,0.36,0.161,0.36,0.36v2.64H29c0.199,0,0.36,0.161,0.36,0.36v5 c0,2.404-1.956,4.36-4.36,4.36h-0.647c-0.185,4.324-3.669,7.808-7.993,7.993v6.287H21V29.36z M8.36,2.36V14 c0,4.213,3.427,7.64,7.64,7.64s7.64-3.427,7.64-7.64V2.36H8.36z M24.36,13.64H25c2.007,0,3.64-1.633,3.64-3.64V5.36h-4.28V13.64z M3.36,5.36V10c0,2.007,1.633,3.64,3.64,3.64h0.64V5.36H3.36z" }), children]
});
});
//#endregion
export { Trophy as default };