UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ChatMessageLinesIcon(props) { return (0, jsx_runtime_1.jsxs)("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", { d: "M6 7h12v2H6V7ZM16 11H6v2h10v-2Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M6.414 23.64A.25.25 0 0 1 6 23.451V18H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-8.1l-6.486 5.64ZM8 16v3.61L12.152 16H20V4H4v12h4Z", clipRule: "evenodd" })] }); } exports.default = ChatMessageLinesIcon;