UNPKG

@nomercyicons/react

Version:
24 lines 1.38 kB
import * as React from "react"; function RdioIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 40", 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.934 17.307c.039.826.099 1.628.11 2.431.131 9.237-5.977 17.208-14.991 19.482-6.155 1.552-12.042.787-17.398-2.78-4.765-3.174-7.588-7.694-8.43-13.412C-1.315 12.593 5.2 2.996 15.398.608c3.545-.83 7.083-.816 10.615.077.12.03.237.067.374.105v11.608c-.724-.229-1.43-.52-2.166-.673-3.69-.773-6.96.177-9.808 2.616-1.691 1.449-2.913 3.243-3.427 5.455-.744 3.2.575 6.106 3.489 7.575 3.11 1.569 6.285 1.503 9.404.04 2.943-1.383 5.057-3.603 6.044-6.776.252-.813.333-1.709.338-2.567.03-5.116.015-10.232.015-15.348v-.49c.616.352 1.179.642 1.71.982 2.327 1.489 4.69 2.91 7.224 4.014 1.777.775 3.598 1.405 5.526 1.657.591.078 1.191.1 1.788.115.83.023 1.312.497 1.336 1.343.022.77-.23 1.465-.594 2.117-1.32 2.366-3.341 3.848-5.855 4.697-.164.055-.33.105-.478.152" })); } const ForwardRef = React.forwardRef(RdioIcon); export default ForwardRef;