UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function FolderIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "folder", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M22 7a1 1 0 0 0-1-1h-9l-1.927-1.927A.25.25 0 0 0 9.897 4H3a1 1 0 0 0-1 1l.008 14a1 1 0 0 0 1 1H21a1 1 0 0 0 1-1V7Zm-2 11H4V8h16v10Z", clipRule: "evenodd" }) }); } exports.default = FolderIcon;