UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.98 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const GolfCart = /*#__PURE__*/React.forwardRef(function GolfCart({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M24,28.36c-1.853,0-3.36-1.508-3.36-3.36\ts1.508-3.36,3.36-3.36c1.731,0,3.161,1.316,3.341,3H29c0.341,0,0.64-0.299,0.64-0.64v-1c0-3.11-2.529-5.64-5.64-5.64h-0.796\tl-2.896,4.825c-0.064,0.107-0.182,0.174-0.308,0.175l-3.008,0.007c0,0,0,0-0.001,0c-0.096,0-0.188-0.038-0.255-0.106l-4.887-4.9H3\tc-0.353,0-0.64,0.287-0.64,0.64v6.64h2.299c0.18-1.684,1.61-3,3.341-3s3.161,1.316,3.341,3H19v0.721h-7.659\tc-0.18,1.684-1.61,3-3.341,3s-3.161-1.316-3.341-3H2c-0.199,0-0.36-0.161-0.36-0.36v-7c0-0.75,0.61-1.36,1.36-1.36h0.64V12\tc0-0.199,0.161-0.36,0.36-0.36h0.64v-1.462l-1.531,0.027c-0.546,0-0.969-0.421-0.969-0.958v-0.75c0-0.266,0.113-0.5,0.318-0.661\tc0.232-0.181,0.561-0.24,0.879-0.162l1.249,0.307C5.013,8.088,5.36,8.543,5.36,8.998v2.643h1.28V6.36H2\tC1.801,6.36,1.64,6.199,1.64,6c0-1.301,1.059-2.36,2.36-2.36h21c1.302,0,2.36,1.059,2.36,2.36c0,0.199-0.161,0.36-0.36,0.36h-3.497\tl3.819,11.218c1.821,1.12,3.038,3.132,3.038,5.422v1c0,0.737-0.623,1.36-1.36,1.36h-1.659C27.161,27.044,25.731,28.36,24,28.36z M24,22.36c-1.456,0-2.64,1.184-2.64,2.64s1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64S25.456,22.36,24,22.36z M8,22.36\tc-1.456,0-2.64,1.184-2.64,2.64S6.544,27.64,8,27.64s2.64-1.184,2.64-2.64S9.456,22.36,8,22.36z M15.858,20.36l1.283,1.286\tl2.654-0.006l2.751-4.585L21,15.509l-1.745,1.746l-0.51-0.509l4-4l0.51,0.509L21.509,15l1.641,1.64H24\tc0.85,0,1.661,0.167,2.402,0.471L22.742,6.36H7.36v10.28h1.28V11c0-0.199,0.161-0.36,0.36-0.36h1c0.75,0,1.36,0.61,1.36,1.36v4.64\tH12c0.096,0,0.188,0.038,0.255,0.105l0.892,0.894H17c0.199,0,0.36,0.161,0.36,0.36v1c0,0.75-0.61,1.36-1.36,1.36h-0.142V20.36z M15.141,19.64H16c0.353,0,0.64-0.287,0.64-0.64v-0.64h-2.776L15.141,19.64z M9.36,16.64h1.28V12c0-0.353-0.287-0.64-0.64-0.64H9.36\tV16.64z M4.36,16.64h2.28v-4.28H4.36V16.64z M3.059,8.36c-0.073,0-0.127,0.021-0.157,0.044C2.873,8.427,2.86,8.455,2.86,8.498v0.75\tc0,0.138,0.103,0.238,0.243,0.238L4.64,9.458v-0.46c0-0.122-0.121-0.291-0.227-0.317L3.164,8.374C3.126,8.364,3.091,8.36,3.059,8.36\tz M2.4,5.64h24.201C26.436,4.908,25.78,4.36,25,4.36H4C3.219,4.36,2.564,4.908,2.4,5.64z" })), children); }); module.exports = GolfCart;