UNPKG

@astraicons/react

Version:

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

25 lines 1.31 kB
import * as React from "react"; function Document2Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M17.275 5q-.032.123-.032.263v3.475c0 .559.453 1.012 1.013 1.012h3.48q.14 0 .264-.033v6.784A5.504 5.504 0 0 1 16.491 22h-5.008a5.504 5.504 0 0 1-5.508-5.5v-6c0-3.038 2.466-5.5 5.508-5.5zm-5.29 12.25a.75.75 0 0 1 .75-.75h3.506a.75.75 0 1 1 0 1.5h-3.506a.75.75 0 0 1-.75-.75m-.251-3.75a.75.75 0 1 0 0 1.5h5.509a.75.75 0 1 0 0-1.5z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M18.745 8.25V6.44l1.812 1.81zM7.386 3.378c-2.26 0-4.093 1.955-4.093 4.365v6.115c0 1.816 1.207 3.332 2.812 3.686.099.512.269 1 .5 1.45C4.041 18.875 2 16.62 2 13.859V7.743C2 4.571 4.411 2 7.386 2h4.17c.694 0 1.352.323 1.802.885l1.508 1.88a.7.7 0 0 1 .123.235h-1.636l-.977-1.22a1.05 1.05 0 0 0-.82-.402z" })); } const ForwardRef = React.forwardRef(Document2Icon); export default ForwardRef;