@brizy/ui-icons
Version:
4 lines (3 loc) • 412 B
JavaScript
import React from "react";
export const CommentsLegacy = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 0c4.4 0 8 3.1 8 7s-3.6 7-8 7c-.4 0-.8 0-1.1-.1L2 16v-4.4C.8 10.4 0 8.8 0 7c0-3.9 3.6-7 8-7Z" })));