UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 743 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var SuitClubFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "suit-club-fill" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M11.5 12.5a3.5 3.5 0 0 1-2.684-1.254 20 20 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a20 20 0 0 0 1.582-2.907 3.5 3.5 0 1 1-2.538-5.743 3.5 3.5 0 1 1 6.708 0A3.5 3.5 0 1 1 11.5 12.5" }))); } }))); }; export default SuitClubFill;