@brizy/ui-icons
Version:
4 lines (3 loc) • 424 B
JavaScript
import React from "react";
export const Message = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 17 16" },
React.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" })));