UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ChevronLeftIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "chevron pointing left", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m8.354 11.646 4.292-4.292a.5.5 0 0 1 .708 0l.703.703a.5.5 0 0 1 0 .707L10.83 12l3.227 3.236a.5.5 0 0 1 0 .707l-.703.704a.5.5 0 0 1-.708 0l-4.292-4.293a.5.5 0 0 1 0-.707Z" }) }); } exports.default = ChevronLeftIcon;