UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 655 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function BrowseIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "browse", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M3 9h18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1Zm1 2v8h16v-8H4Zm1-5h14a1 1 0 0 1 1 1v1H4V7a1 1 0 0 1 1-1Zm3-3h8a1 1 0 0 1 1 1v1H7V4a1 1 0 0 1 1-1Z", clipRule: "evenodd" }) }); } exports.default = BrowseIcon;