UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

22 lines 1.24 kB
import * as React from "react"; import { forwardRef } from "react"; const Share2Icon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M10.056 3.056a2.747 2.747 0 0 1 3.829-.054l.003.002.056.052.142.151c.326.38.535.835.62 1.313a8.485 8.485 0 0 1 5.357 10.662l.023.025A2.752 2.752 0 0 1 18 19.75c-.4 0-.785-.088-1.136-.247a8.48 8.48 0 0 1-9.564.121l-.172-.118a2.745 2.745 0 0 1-3.669-1.453 2.75 2.75 0 0 1 .472-2.862 8.47 8.47 0 0 1 .941-7.24 8.5 8.5 0 0 1 4.422-3.434 2.75 2.75 0 0 1 .762-1.46m-.598 2.995a6.99 6.99 0 0 0-4.21 8.306 2.75 2.75 0 0 1 2.637.645l.003.002.056.052.142.151a2.75 2.75 0 0 1 .225 3.282 7 7 0 0 0 3.663 1.053 7 7 0 0 0 3.713-1.057 2.75 2.75 0 0 1 3.053-4.132c.068-.256.127-.515.165-.778a6.986 6.986 0 0 0-4.366-7.52 2.75 2.75 0 0 1-5.08-.002z", clipRule: "evenodd" })); const ForwardRef = forwardRef(Share2Icon); export default ForwardRef;