@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 636 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function PreviousIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "previous", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M6.5 5h-1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5ZM7.663 11.578l9.569-6.089a.5.5 0 0 1 .768.422v12.178a.5.5 0 0 1-.768.422l-9.57-6.09a.5.5 0 0 1 0-.843Z" }) });
}
exports.default = PreviousIcon;