UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 705 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Message = void 0; const react_1 = __importDefault(require("react")); exports.Message = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 17 16" }, react_1.default.createElement("path", { fill: "none", fillRule: "evenodd", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M14.5 1h-12A1.5 1.5 0 0 0 1 2.5v9A1.5 1.5 0 0 0 2.5 13H6l2.5 3 2.5-3h3.5a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 1ZM4 5h9M4 9h9" })));