@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 968 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function QAndAIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "Q and A", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.091 11.057A.25.25 0 0 1 10.25 11h8.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .091-.193ZM10.25 14a.25.25 0 0 0-.25.25v1.5a.248.248 0 0 0 .25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25h-6.5Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M20 7h2a1 1 0 0 1 1 1v14.117a.5.5 0 0 1-.757.429L18 20H7a1 1 0 0 1-1-1v-2H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v4Zm-2 0V4H3v11.003h3V8a1 1 0 0 1 1-1h11ZM8 9v9h10.5l2.5 1.5V9H8Z", clipRule: "evenodd" })] });
}
exports.default = QAndAIcon;