UNPKG

@nomercyicons/react

Version:
24 lines 1.16 kB
import * as React from "react"; function VineIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 40 46", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M40 22.868a14.86 14.86 0 01-3.335.394c-5.757 0-10.189-4.054-10.189-11.102 0-3.454 1.325-5.251 3.198-5.251 1.782 0 2.97 1.613 2.97 4.883 0 1.86-.495 3.897-.858 5.103 0 0 1.774 3.12 6.624 2.162 1.03-2.304 1.59-5.291 1.59-7.91C40 4.1 36.435 0 29.902 0c-6.715 0-10.645 5.205-10.645 12.068 0 6.8 3.153 12.637 8.351 15.296-2.186 4.408-4.967 8.292-7.869 11.219C14.476 32.167 9.72 23.61 7.765 6.909H0c3.587 27.814 14.28 36.67 17.106 38.371 1.6.968 2.977.922 4.438.092 2.296-1.317 9.188-8.263 13.008-16.4A25.391 25.391 0 0040 28.343v-5.475z" })); } const ForwardRef = React.forwardRef(VineIcon); export default ForwardRef;