UNPKG

next

Version:

The React Framework

16 lines (15 loc) 553 B
import { jsx as _jsx } from "react/jsx-runtime"; export default function SystemIcon() { return /*#__PURE__*/ _jsx("svg", { width: "16", height: "16", strokeLinejoin: "round", children: /*#__PURE__*/ _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8.5a1 1 0 0 1-1 1H8.75v3h1.75V16h-5v-1.5h1.75v-3H1a1 1 0 0 1-1-1V2Zm1.5.5V10h13V2.5h-13Z", clipRule: "evenodd" }) }); } //# sourceMappingURL=system-icon.js.map