UNPKG

@carbon/icons-react

Version:

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

46 lines (44 loc) 2.48 kB
/** * Copyright IBM Corp. 2016, 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 require_chunk = require('./chunk-CsKB0u1v.js'); const require_Icon_js = require('./Icon.js'); const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js'); let react = require("react"); react = require_chunk.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:LogoYelp.js const LogoYelp = react.default.forwardRef(function LogoYelp({ children, size = 16, ...rest }, ref) { return react.default.createElement(require_Icon_js, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M8.5089,15.1845l5.0598,2.4675c.9733,.4747,.8229,1.9059-.2278,2.1679l-5.4618,1.3619c-.6813,.1699-1.3541-.3002-1.4345-.9977-.1719-1.492-.0021-2.9655,.4564-4.3296,.2227-.6625,.9797-.9764,1.6079-.67Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M10.5348,25.6004l3.7659-4.1831c.7245-.8048,2.0589-.2657,2.0211,.8165l-.1964,5.6273c-.0245,.7012-.6613,1.2203-1.3532,1.1041-1.4551-.2444-2.8315-.8069-4.0331-1.6322-.5775-.3967-.6731-1.212-.2043-1.7327Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M19.464,20.0339l5.3529,1.7396c.6663,.2165,.9912,.9705,.6894,1.6027-.6279,1.3155-1.5387,2.4909-2.6766,3.4301-.5412,.4466-1.3521,.3154-1.724-.2796l-2.9838-4.7752c-.5738-.9184,.3123-2.0524,1.3421-1.7177Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M24.9076,16.619l-5.411,1.5515c-1.0409,.2984-1.8868-.8658-1.2812-1.7636l3.1481-4.6668c.3909-.5795,1.2034-.6861,1.7275-.2237,1.0791,.9521,1.9628,2.1433,2.56,3.5214,.2792,.6443-.0685,1.3877-.7434,1.5813Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M12.2638,3.4886c-.9739,.2609-1.903,.6058-2.7815,1.0247-.6096,.2907-.8399,1.0415-.5022,1.6264l5.2887,9.1604c.5934,1.0277,2.1643,.6067,2.1643-.5799V4.1427c0-.6754-.5749-1.2105-1.2481-1.1574-.9703,.0765-1.9474,.2424-2.9212,.5033Z" }), children); }); if (process.env.NODE_ENV !== "production") LogoYelp.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = LogoYelp;