UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.9 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-CuCmpz4u.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const TennisCourt = /*#__PURE__*/React.forwardRef(function TennisCourt({ 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: "M25,30.36H7c-0.096,0-0.187-0.038-0.254-0.105\tC6.678,30.188,6.64,30.096,6.64,30V2c0-0.199,0.161-0.36,0.36-0.36h18c0.199,0,0.36,0.161,0.36,0.36v28\tC25.36,30.199,25.199,30.36,25,30.36z M22.36,29.64h2.279V16.36H22.36V29.64z M10.36,29.64h11.28v-7.28H10.36V29.64z M7.36,29.64\th2.28V16.36H7.36V29.64z M16.36,21.64h5.28v-5.28h-5.28V21.64z M10.36,21.64h5.28v-5.28h-5.28C10.36,16.36,10.36,21.64,10.36,21.64z M22.36,15.64h2.279V2.36H22.36V15.64z M16.36,15.64h5.28v-5.28h-5.28V15.64z M10.36,15.64h5.28v-5.28h-5.28\tC10.36,10.36,10.36,15.64,10.36,15.64z M7.36,15.64h2.28V2.36H7.36V15.64z M10.36,9.64h11.28V2.36H10.36V9.64z M13,28.36\tc-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S13.75,28.36,13,28.36z M13,26.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S13.353,26.36,13,26.36z M19,6.36\tc-0.75,0-1.36-0.61-1.36-1.36S18.25,3.64,19,3.64S20.36,4.25,20.36,5S19.75,6.36,19,6.36z M19,4.36c-0.353,0-0.64,0.287-0.64,0.64\tS18.647,5.64,19,5.64S19.64,5.353,19.64,5S19.353,4.36,19,4.36z" })), children); }); export { TennisCourt as default };