UNPKG

@astraicons/react

Version:

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

28 lines 1.73 kB
import * as React from "react"; import { forwardRef } from "react"; const ApisIcon = ({ 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: "M21.01 20.481a.75.75 0 0 1-1.425.475l-.427-1.282-1 2-1.573-4.718a.75.75 0 0 1 1.424-.475l.427 1.282.19-.38.81-1.62zM8.392 5.622a.75.75 0 0 1-.995 1.122l-1.013-.897.027.424.109 1.808L2.799 4.78a.751.751 0 0 1 .996-1.123l1.011.897-.134-2.232z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M10.155 9.106a.751.751 0 0 1 1.061 1.061L9.44 11.943l2.625 2.637 1.775-1.774a.75.75 0 1 1 1.06 1.06l-1.777 1.777 1.314 1.319a.75.75 0 0 1-1.063 1.058l-.391-.393-1.854 1.854a3.243 3.243 0 0 1-4.59-.004.7.7 0 0 1-.119.184.75.75 0 0 1-1.058.055l-.942.938a.75.75 0 0 1-1.06-1.06l.885-.886-.04-.036a.75.75 0 0 1 .271-1.268 3.255 3.255 0 0 1 .067-4.531l1.856-1.856-.392-.394A.75.75 0 0 1 7.07 9.564l1.311 1.317z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M21.234 2.78a.75.75 0 0 0-1.06 0l-.868.866-.096-.086a.75.75 0 0 0-1.216.332 3.243 3.243 0 0 0-4.528.06L12.07 5.345l-.386-.388a.75.75 0 0 0-1.062 1.059l7.358 7.388a.75.75 0 0 0 1.062-1.058l-.388-.39 1.398-1.397a3.256 3.256 0 0 0 .005-4.6l-.065-.065a.74.74 0 0 0 .43-.233.75.75 0 0 0-.004-1.008l.816-.814a.75.75 0 0 0 0-1.06", clipRule: "evenodd" })); const ForwardRef = forwardRef(ApisIcon); export default ForwardRef;