UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 945 B
"use strict"; 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 Spade = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-spade", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M11.327 2.26a1395.065 1395.065 0 00-4.923 4.504c-.626.6-1.212 1.21-1.774 1.843a6.528 6.528 0 00-.314 8.245l.14.177c1.012 1.205 2.561 1.755 4.055 1.574l.246-.037-.706 2.118A1 1 0 009 22h6l.118-.007a1 1 0 00.83-1.31l-.688-2.065.104.02c1.589.25 3.262-.387 4.32-1.785a6.527 6.527 0 00-.311-8.243 31.787 31.787 0 00-1.76-1.83l-4.938-4.518a1 1 0 00-1.348-.001z" })); exports.default = Spade;