@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 1.87 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ChannelIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "channel", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M2.5 10.5a9.482 9.482 0 0 1 3.515-7.378.31.31 0 0 0 .052-.43l-.86-1.129-.003-.005a.272.272 0 0 0-.383-.043A11.479 11.479 0 0 0 .5 10.5a11.471 11.471 0 0 0 4.136 8.83l.016.012a.5.5 0 0 0 .7-.095l.606-.797a.5.5 0 0 0-.078-.687A9.476 9.476 0 0 1 2.5 10.5Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M11 22.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-8.645A3.501 3.501 0 0 0 12 7a3.5 3.5 0 0 0-1 6.855V22.5Zm2.5-12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { d: "M23.5 10.5a11.47 11.47 0 0 1-3.782 8.526c-.09.081-.209.183-.355.303a.5.5 0 0 1-.703-.067l-.007-.008-.006-.008-.605-.797a.5.5 0 0 1 .078-.687c.116-.096.211-.178.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.127 6.595c.05-.05.113-.108.19-.175a.5.5 0 0 0 .067-.678l-.608-.8a.5.5 0 0 0-.725-.076l-.08.069A7.48 7.48 0 0 0 4.5 10.5a7.48 7.48 0 0 0 2.552 5.634.5.5 0 0 0 .724-.077l.608-.798a.5.5 0 0 0-.068-.678A5.484 5.484 0 0 1 6.5 10.5c0-1.528.622-2.91 1.627-3.906Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.5 10.5a7.48 7.48 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.482 5.482 0 0 0 17.5 10.5a5.482 5.482 0 0 0-1.539-3.815 4.954 4.954 0 0 0-.28-.264.5.5 0 0 1-.066-.677l.609-.801a.5.5 0 0 1 .723-.077A7.48 7.48 0 0 1 19.5 10.5Z" })] });
}
exports.default = ChannelIcon;