@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 680 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ArrowDownIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "arrow pointing down", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.5 3a.5.5 0 0 0-.5.5v13.666l-4.479-4.48a.25.25 0 0 0-.354 0l-1.06 1.061a.25.25 0 0 0 0 .354l6.54 6.54a.5.5 0 0 0 .708 0l6.54-6.54a.25.25 0 0 0 0-.354l-1.06-1.06a.25.25 0 0 0-.354 0L13 17.167V3.5a.5.5 0 0 0-.5-.5h-1Z" }) });
}
exports.default = ArrowDownIcon;