@pluralsight/ps-design-system-icon
Version:
Design System component for icon ui
37 lines • 2.58 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 SocialDribbbleIcon = 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 dribbble icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 13.17c.5-.07 1-.11 1.58-.11h.02c.93 0 1.95.12 3.06.37a7.788 7.788 0 0 1-3.24 4.99A57.5 57.5 0 0 0 15 13.17zm-7.64 5.09c.28-.45.87-1.32 1.82-2.22.96-.93 2.32-1.89 4.05-2.46.59 1.67 1.13 3.57 1.54 5.71-.86.33-1.77.51-2.77.51-1.74 0-3.34-.57-4.64-1.54zM4.2 11.89c.22.01.51.01.85.01 1.57-.01 4.31-.14 7.09-1.01.15.33.3.67.45 1.03-1.86.62-3.32 1.61-4.4 2.58-1.03.96-1.74 1.89-2.15 2.5a7.704 7.704 0 0 1-1.84-5v-.11zm7.14-2.64c-2.34.71-4.73.87-6.16.87h-.12c-.25 0-.46 0-.63-.01C5 7.87 6.5 6 8.55 5c.55.65 1.63 2.06 2.79 4.25zm5.52-3.34C15.84 7.14 14.5 8 13.03 8.65 12 6.67 11 5.25 10.34 4.38c.54-.11 1.09-.18 1.66-.18 1.84 0 3.53.64 4.86 1.71zm2.93 5.72a15.32 15.32 0 0 0-3.19-.35c-.81 0-1.56.07-2.27.19-.17-.42-.33-.82-.52-1.21 1.58-.69 3.09-1.68 4.32-3.08a7.823 7.823 0 0 1 1.66 4.45zM2 12A10 10 0 1 0 12 2C6.477 2 2 6.477 2 12z" }))));
});
SocialDribbbleIcon.displayName = "SocialDribbbleIcon";
SocialDribbbleIcon.colors = Icon.colors;
SocialDribbbleIcon.sizes = Icon.sizes;
export { SocialDribbbleIcon };
//# sourceMappingURL=SocialDribbble.dist.js.map