UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 661 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function FileIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "file", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M17.174 9 13 4.826V9h4.174ZM18 20v-9h-6.5a.5.5 0 0 1-.5-.5V4H6v16h12ZM5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7.798a.5.5 0 0 1 .354.146l6.702 6.704a.5.5 0 0 1 .146.353V21a1 1 0 0 1-1 1H5Z", clipRule: "evenodd" }) }); } exports.default = FileIcon;