@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function SkipBackwardIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "skip backward", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.99 9.99 0 0 1-8.362-4.515.5.5 0 0 1 .167-.704l.866-.505a.5.5 0 0 1 .67.158l.073.109a8 8 0 1 0 .93-10.2l.802.803A.5.5 0 0 1 6.793 8H3.5a.5.5 0 0 1-.5-.5V4.207a.5.5 0 0 1 .854-.353l1.075 1.075A9.969 9.969 0 0 1 12 2ZM8.63 15.6h1.71V9.003H9.089l-1.908.549.333 1.359 1.116-.27V15.6Zm5.377.126c-1.845 0-3.006-1.521-3.006-3.384 0-1.881 1.179-3.42 3.024-3.42 1.827 0 2.997 1.521 2.997 3.384 0 1.881-1.179 3.42-3.015 3.42Zm.018-1.539c.756 0 1.242-.774 1.242-1.845v-.018c0-1.071-.513-1.863-1.26-1.863-.756 0-1.251.765-1.251 1.845v.018c0 1.08.504 1.863 1.269 1.863Z", clipRule: "evenodd" }) });
}
exports.default = SkipBackwardIcon;