@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.96 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 { _ 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 TennisUmpireChair = /*#__PURE__*/React.forwardRef(function TennisUmpireChair({
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: "M13.647,31.07l-1.736-8.71h-8.68\tl-0.873,8.676l-0.717-0.072L3.614,11.36H3.5c-0.956,0-1.86-0.904-1.86-1.86V2c0-0.199,0.161-0.36,0.36-0.36\tc1.213,0,2.36,1.147,2.36,2.36v4c0,0.305,0.335,0.64,0.64,0.64h6c0.676,0,1.36,0.467,1.36,1.36c0,0.84-0.706,1.36-1.36,1.36h-0.547\tl3.9,19.57L13.647,31.07z M3.303,21.64h8.464L9.719,11.36H4.337L3.303,21.64z M2.36,2.412V9.5c0,0.554,0.586,1.14,1.14,1.14H11\tc0.309,0,0.64-0.257,0.64-0.64c0-0.609-0.533-0.64-0.64-0.64H5C4.301,9.36,3.64,8.699,3.64,8V4C3.64,3.308,3.04,2.605,2.36,2.412z M28.36,31h-0.72v-2.64h-2.28V31h-0.72v-2.64h-2.28V31h-0.72v-2.64h-2.28V31h-0.72V16h0.721v0.64H31v0.72H19.36v1.279H31v0.721\th-2.64v2.279H31v0.721h-2.64v2.279H31v0.721h-2.64v2.279H31v0.721h-2.64V31z M25.36,27.64h2.279v-2.28H25.36V27.64z M22.36,27.64\th2.279v-2.28H22.36V27.64z M19.36,27.64h2.279v-2.28H19.36V27.64z M25.36,24.64h2.279v-2.28H25.36V24.64z M22.36,24.64h2.279v-2.28\tH22.36V24.64z M19.36,24.64h2.279v-2.28H19.36V24.64z M25.36,21.64h2.279v-2.28H25.36V21.64z M22.36,21.64h2.279v-2.28H22.36V21.64z M19.36,21.64h2.279v-2.28H19.36V21.64z"
})), children);
});
export { TennisUmpireChair as default };