UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 555 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const Document = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { stroke: "#64748B", strokeLinejoin: "round", strokeWidth: "2", d: "M6 3a1 1 0 00-1 1v16a1 1 0 001 1h12a1 1 0 001-1V8a1 1 0 00-.375-.78l-5-4A1 1 0 0013 3H6z" }), _jsx("path", { stroke: "#64748B", strokeLinejoin: "round", strokeWidth: "2", d: "M12 4v5h6" })] }))); export default Document; //# sourceMappingURL=document.js.map