@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 675 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ArrowLeftIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "arrow pointing left", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.136 5.99a.5.5 0 0 1 0 .708L6.834 11H20.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H6.832l4.304 4.305a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0l-6.364-6.364a.5.5 0 0 1 0-.707l6.364-6.364a.5.5 0 0 1 .707 0l.707.707Z" }) });
}
exports.default = ArrowLeftIcon;