@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 673 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ChatMessageLinesFilledIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "lined chat bubble", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M6 23.451c0 .215.252.33.414.189L12.9 18H21a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h3v5.451ZM18 7H6v2h12V7ZM6 11h10v2H6v-2Z", clipRule: "evenodd" }) });
}
exports.default = ChatMessageLinesFilledIcon;