UNPKG

@astraicons/react

Version:

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

29 lines 1.12 kB
const React = require("react"); function Document2Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M22 8.776V16.5a5.5 5.5 0 0 1-5.5 5.5h-5A5.5 5.5 0 0 1 6 16.5v-6A5.5 5.5 0 0 1 11.5 5H18" }), /*#__PURE__*/React.createElement("path", { d: "m18.448 5.077 3.475 3.475a.262.262 0 0 1-.186.448h-3.475A.26.26 0 0 1 18 8.738V5.263c0-.234.282-.35.448-.186Z" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M12.75 17.25h3.5M11.75 14.25h5.5M15.609 4.747 13.859 2.7a2 2 0 0 0-1.52-.7H7.5A5.5 5.5 0 0 0 2 7.5v6.654C2 16.83 3.824 19 6.5 19" })); } const ForwardRef = React.forwardRef(Document2Icon); module.exports = ForwardRef;