@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.67 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:golf--hole/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 GolfHole = /*#__PURE__*/ React.forwardRef(function GolfHole({ 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: "M11,30.36c-1.916,0-3.36-0.8-3.36-1.86 c0-0.993,1.266-1.757,3-1.851V18.36H1v-0.72h9.64V2h0.72v0.64H21c0.199,0,0.36,0.161,0.36,0.36v7c0,0.199-0.161,0.36-0.36,0.36 h-9.64v16.29c1.734,0.094,3,0.857,3,1.851C14.36,29.561,12.916,30.36,11,30.36z M11.36,27.371v2.258 c1.327-0.086,2.28-0.635,2.28-1.129S12.687,27.457,11.36,27.371z M10.64,27.371c-1.327,0.086-2.28,0.635-2.28,1.129 s0.953,1.043,2.28,1.129V27.371z M11.36,9.64h9.28V3.36h-9.28V9.64z M23,24.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36 s1.36,0.61,1.36,1.36S23.75,24.36,23,24.36z M23,22.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S23.353,22.36,23,22.36z M31,18.36H13v-0.72h18V18.36z" }), children]
});
});
//#endregion
export { GolfHole as default };