UNPKG

@astraicons/react

Version:

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

22 lines 967 B
import * as React from "react"; import { forwardRef } from "react"; const Download2Icon = ({ 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: "M12.749 3.9a.75.75 0 1 0-1.5 0v5.55H3.95c-.427 0-1.007.164-1.324.709-.59 1.014-.503 2.49.366 3.38l5.868 6.014c1.688 1.73 4.734 1.73 6.422 0l5.589-5.728c1.007-1.032 1.16-2.52.395-3.694-.327-.502-.878-.68-1.33-.68H12.75zm0 5.55h-1.5v4.34l-2.32-2.32a.75.75 0 1 0-1.06 1.06l2.964 2.964a1.65 1.65 0 0 0 2.333 0l2.964-2.963a.75.75 0 0 0-1.061-1.061l-2.32 2.32z", clipRule: "evenodd" })); const ForwardRef = forwardRef(Download2Icon); export default ForwardRef;