UNPKG

@pluralsight/ps-design-system-icon

Version:
62 lines 4.28 kB
"use strict"; // 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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; 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; }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChannelAddIcon = void 0; var react_1 = __importStar(require("react")); var __1 = __importDefault(require("..")); var ChannelAddIcon = react_1.forwardRef(function (props, ref) { var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']); return (react_1.default.createElement(__1.default, __assign({}, rest, { ref: ref }), react_1.default.createElement("svg", __assign({ "aria-label": "channel add icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m21.065 13.345.06-.192A9.503 9.503 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 .7-.096A11.474 11.474 0 0 1 23.5 10.5c.001.9-.103 1.777-.298 2.619-.031.13-.077.303-.137.517a.5.5 0 0 1-.481.364H21.54a.5.5 0 0 1-.475-.655zM12.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-.701.096 10.011 10.011 0 0 1-.326-.277A11.471 11.471 0 0 1 .5 10.5a11.48 11.48 0 0 1 4.321-8.985.272.272 0 0 1 .383.043l.863 1.135a.31.31 0 0 1-.052.429zM8.316 6.42a4.414 4.414 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.679l-.608.799a.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.634.5.5 0 0 1 .726.076l.608.8a.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 3zm11.5 9H21v2.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V21h-2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H19v-2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V19h2.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5z" })))); }); exports.ChannelAddIcon = ChannelAddIcon; ChannelAddIcon.displayName = "ChannelAddIcon"; ChannelAddIcon.colors = __1.default.colors; ChannelAddIcon.sizes = __1.default.sizes; //# sourceMappingURL=ChannelAdd.dist.js.map