UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.47 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 Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:raindrop/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 Raindrop = /*#__PURE__*/ React.forwardRef(function Raindrop({ 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: "M16,31.36C9.312,31.36,4.64,26.688,4.64,20 c0-4.008,1.925-6.53,2.073-6.717L15.708,0.79c0.135-0.188,0.449-0.188,0.584,0l9,12.5c0.074,0.092,2.068,2.631,2.068,6.71 C27.36,26.688,22.688,31.36,16,31.36z M16,1.616L7.292,13.71c-0.003,0.004-0.007,0.01-0.011,0.014C7.262,13.749,5.36,16.185,5.36,20 c0,6.265,4.375,10.64,10.64,10.64S26.64,26.265,26.64,20c0-3.815-1.902-6.251-1.921-6.275L16,1.616z M16,26.36v-0.72 c3.268,0,5.64-2.372,5.64-5.64h0.721C22.36,23.686,19.686,26.36,16,26.36z" }), children] }); }); //#endregion export { Raindrop as default };