UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.83 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 { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const MastersLeaderBoard = /*#__PURE__*/React.forwardRef(function MastersLeaderBoard({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M17,28.36h-2\tc-0.199,0-0.36-0.161-0.36-0.36v-6.641H5.027c-0.009,0-0.018,0.001-0.027,0.001H3c-0.199,0-0.36-0.161-0.36-0.36V9\tc0-0.199,0.161-0.36,0.36-0.36h1.838c2.861-3.18,6.919-5,11.162-5s8.301,1.82,11.161,5H29c0.199,0,0.36,0.161,0.36,0.36v12\tc0,0.199-0.161,0.36-0.36,0.36h-2c-0.009,0-0.018-0.001-0.026-0.001H17.36V28C17.36,28.199,17.199,28.36,17,28.36z M15.36,27.64\th1.28v-6.28h-1.28V27.64z M27.36,20.64h1.279V9.36H27.36V20.64z M3.36,20.64h1.28V9.36H3.36V20.64z M5.36,20.639h21.28V9.137\tC23.915,6.1,20.045,4.36,16,4.36S8.085,6.1,5.36,9.137V20.639z M28,8.36c-0.75,0-1.36-0.61-1.36-1.36S27.25,5.64,28,5.64\tS29.36,6.25,29.36,7S28.75,8.36,28,8.36z M28,6.36c-0.353,0-0.64,0.287-0.64,0.64S27.647,7.64,28,7.64S28.64,7.353,28.64,7\tS28.353,6.36,28,6.36z M4,8.36C3.25,8.36,2.64,7.75,2.64,7S3.25,5.64,4,5.64S5.36,6.25,5.36,7S4.75,8.36,4,8.36z M4,6.36\tC3.647,6.36,3.36,6.647,3.36,7S3.647,7.64,4,7.64S4.64,7.353,4.64,7S4.353,6.36,4,6.36z" })), children); }); export { MastersLeaderBoard as default };