UNPKG

@pluralsight/ps-design-system-icon

Version:
37 lines 2.88 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 ChannelIcon = 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": "channel icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 23h-1a.5.5 0 0 1-.5-.5v-8.645A3.502 3.502 0 0 1 12 7a3.5 3.5 0 0 1 1 6.855V22.5a.5.5 0 0 1-.5.5zM6.015 3.122A9.482 9.482 0 0 0 2.5 10.5a9.476 9.476 0 0 0 3.38 7.263.5.5 0 0 1 .078.686l-.605.797a.5.5 0 0 1-.717.084A11.471 11.471 0 0 1 .5 10.5a11.48 11.48 0 0 1 4.321-8.985.272.272 0 0 1 .387.048l.859 1.13a.31.31 0 0 1-.052.429zM23.5 10.5a11.47 11.47 0 0 1-3.782 8.526c-.09.081-.209.183-.355.303a.5.5 0 0 1-.716-.083l-.605-.797a.5.5 0 0 1 .078-.687 8.65 8.65 0 0 0 .285-.245A9.475 9.475 0 0 0 21.5 10.5a9.476 9.476 0 0 0-3.38-7.263.5.5 0 0 1-.078-.687l.607-.798a.5.5 0 0 1 .715-.084l.14.118A11.474 11.474 0 0 1 23.5 10.5zM8.316 6.42a4.408 4.408 0 0 0-.189.175A5.483 5.483 0 0 0 6.5 10.5a5.484 5.484 0 0 0 1.816 4.08.5.5 0 0 1 .068.678l-.608.8a.5.5 0 0 1-.724.076A7.48 7.48 0 0 1 4.5 10.5a7.48 7.48 0 0 1 2.55-5.635.5.5 0 0 1 .726.076l.608.801a.5.5 0 0 1-.068.678zM19.5 10.5a7.481 7.481 0 0 1-2.55 5.634.5.5 0 0 1-.726-.075l-.609-.802a.5.5 0 0 1 .068-.678c.1-.088.18-.164.243-.227A5.483 5.483 0 0 0 17.5 10.5a5.481 5.481 0 0 0-1.539-3.815 4.948 4.948 0 0 0-.28-.264.5.5 0 0 1-.066-.677l.608-.801a.5.5 0 0 1 .724-.077A7.48 7.48 0 0 1 19.5 10.5zM12 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" })))); }); ChannelIcon.displayName = "ChannelIcon"; ChannelIcon.colors = Icon.colors; ChannelIcon.sizes = Icon.sizes; export { ChannelIcon }; //# sourceMappingURL=Channel.dist.js.map