iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 680 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Comment1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 12.096a9.5 9.5 0 119.5 9.5H3.25a.75.75 0 01-.53-1.28l2.053-2.054A9.465 9.465 0 012.5 12.096zm9.5-8a8 8 0 00-5.657 13.657.75.75 0 010 1.06l-1.282 1.283H12a8 8 0 100-16z", fill: "#323544" }));
exports.default = Comment1;