UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 783 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function BriefcaseIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "briefcase icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.5 12a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M21 6a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5V3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3h5Zm-1 13H4v-2h16v2ZM14 6V4h-4v2h4Zm6 2H4v7h16V8Z", clipRule: "evenodd" })] }); } exports.default = BriefcaseIcon;