iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 783 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 Comma = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.727 24c0-.555-.044-1.02.02-1.469.027-.191.25-.396.433-.511.887-.563 1.85-1.013 2.677-1.659 2.676-2.092 4.262-4.846 4.349-8.424.024-1.015-.35-1.27-1.202-.873-2.463 1.142-5.112.472-6.525-1.65-1.541-2.316-1.324-5.4.523-7.422C9.36-.59 13.242-.668 15.919 1.8c1.603 1.478 2.365 3.386 2.555 5.557.637 7.271-3.01 13.265-9.649 15.898-.657.26-1.33.475-2.098.746" }));
exports.default = Comma;