iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 864 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 Comicfury = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 6.959l1.899-3.256 2.725 2.736 2.973-.204L9.3 3.297l2.213 2.693 8.655-.252.406-1.085L24 5.128v5.268l-11.248 3.526-1.085 6.781H0V6.959zm2.195-.748L1.041 8.137l1.75 1.748 1.133-1.948-1.729-1.726zm7.409-.448L8.48 7.546l1.224 1.598 1.137-1.766-1.237-1.615zm3.901 3.751l-1.992.349.997 2.025.995-2.374zm3.319-.565l-1.992.348.996 2.025.996-2.373zm3.228-.611l-1.991.349.996 2.025.995-2.374zm3.183-.566l-1.992.349.996 2.025.996-2.374z" }));
exports.default = Comicfury;