UNPKG

@theguild/components

Version:
6 lines (5 loc) 814 B
import { jsx } from "react/jsx-runtime"; const SvgPaper = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx("path", { d: "M9.30005 3.0027V3H19.1982C19.695 3 20.1 3.4095 20.1 3.8928V20.1072C20.0998 20.3441 20.0055 20.5712 19.838 20.7386C19.6704 20.906 19.4432 21 19.2063 21H4.79375C4.67556 20.9992 4.55869 20.9751 4.44981 20.9291C4.34093 20.8831 4.24218 20.8161 4.15919 20.7319C4.0762 20.6478 4.0106 20.5481 3.96614 20.4386C3.92167 20.3291 3.89922 20.2119 3.90005 20.0937V8.4L9.30005 3.0027ZM6.44705 8.4H9.30005V5.547L6.44705 8.4ZM11.1 4.8V9.3C11.1 9.53869 11.0052 9.76761 10.8364 9.9364C10.6677 10.1052 10.4387 10.2 10.2 10.2H5.70005V19.2H18.3V4.8H11.1Z", fill: "currentColor" }) }); export { SvgPaper as ReactComponent };