UNPKG

@pluralsight/ps-design-system-icon

Version:
37 lines 2.04 kB
// 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 SocialStackoverflowIcon = 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": "social stackoverflow icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 20v-5h2v7H4v-7h2v5h12zm-9.86-7.44 8.79 1.85-.37 1.76-8.79-1.85.37-1.76zM9.69 8.5l8.14 3.78-.76 1.62-8.14-3.79.76-1.61zm2.65-3.76 6.9 5.76-1.15 1.37-6.9-5.75 1.15-1.38zM21 9.08l-1.44 1.07-5.36-7.21 1.44-1.07L21 9.08zM7.59 16.61h8.98v1.8H7.59v-1.8z" })))); }); SocialStackoverflowIcon.displayName = "SocialStackoverflowIcon"; SocialStackoverflowIcon.colors = Icon.colors; SocialStackoverflowIcon.sizes = Icon.sizes; export { SocialStackoverflowIcon }; //# sourceMappingURL=SocialStackoverflow.dist.js.map