@brizy/ui-icons
Version:
10 lines (9 loc) • 700 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentsLegacy = void 0;
const react_1 = __importDefault(require("react"));
exports.CommentsLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
react_1.default.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" })));