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.07 kB
import * as React from "react"; import { forwardRef } from "react"; const LinkAndShareIcon = ({ 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: "M7.5 2.25A5.25 5.25 0 0 0 2.25 7.5v9c0 2.9 2.35 5.25 5.25 5.25h9c2.9 0 5.25-2.35 5.25-5.25v-4.328a.955.955 0 0 0-.805-.94c-2.224-.354-3.866-1.035-5.07-1.861l2.345-2.345.048 2.265a.75.75 0 0 0 1.5-.031l-.086-4.052a.75.75 0 0 0-.765-.734l-4.052.086a.75.75 0 0 0 .032 1.5l2.215-.047-2.397 2.396a7 7 0 0 1-.654-.754c-1.165-1.551-1.436-3.246-1.339-4.363a.957.957 0 0 0-.95-1.042zm7.215 6.16-2.974 2.973a.75.75 0 0 0 1.06 1.06l3.074-3.072a8 8 0 0 1-1.16-.962", clipRule: "evenodd" })); const ForwardRef = forwardRef(LinkAndShareIcon); export default ForwardRef;