@pluralsight/ps-design-system-icon
Version:
Design System component for icon ui
37 lines • 2.33 kB
JavaScript
// This file is generated by running the "icons" bin script.
// Manual changes might be lost - proceed with caution!
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
import React, { forwardRef } from 'react';
import Icon from '..';
var SkipBackwardIcon = forwardRef(function (props, ref) {
var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']);
return (React.createElement(Icon, __assign({}, rest, { ref: ref }),
React.createElement("svg", __assign({ "aria-label": "skip backward icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })),
React.createElement("path", { fillRule: "evenodd", clipRule: "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" }))));
});
SkipBackwardIcon.displayName = "SkipBackwardIcon";
SkipBackwardIcon.colors = Icon.colors;
SkipBackwardIcon.sizes = Icon.sizes;
export { SkipBackwardIcon };
//# sourceMappingURL=SkipBackward.dist.js.map