iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 703 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 SuitClubFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-suit-club-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M11.5 12.5a3.5 3.5 0 01-2.684-1.254 20 20 0 001.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a20 20 0 001.582-2.907 3.5 3.5 0 11-2.538-5.743 3.5 3.5 0 116.708 0A3.5 3.5 0 1111.5 12.5" }));
exports.default = SuitClubFill;