@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 972 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function TwitterIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "twitter logo", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M21 6.69c.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C19.37 4.5 18.26 4 17 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C9.28 9.09 6.11 7.38 4 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5 0 2.11 1.48 3.85 3.44 4.24a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C4.44 20.29 6.7 21 9.12 21 17 21 21.33 14.46 21.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23-.77.35-1.6.58-2.46.69Z", clipRule: "evenodd" }) });
}
exports.default = TwitterIcon;