iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.4 kB
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 Clover = (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-clover", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.712 13.297l3.398 3.442a3.104 3.104 0 010 4.351 3.04 3.04 0 01-4.036.27l-.075-.062-.073.062a3.04 3.04 0 01-1.664.634l-.203.007a3.04 3.04 0 01-2.17-.91 3.104 3.104 0 01.002-4.354l3.397-3.44a1 1 0 011.424 0M21.09 7.89a3.04 3.04 0 01.27 4.037l-.062.073.062.075a3.04 3.04 0 01.634 1.664l.007.203a3.04 3.04 0 01-.91 2.17 3.104 3.104 0 01-4.354-.002l-3.44-3.397a1 1 0 010-1.424L16.74 7.89a3.104 3.104 0 014.351 0m-13.827.002l3.44 3.397a1 1 0 010 1.424L7.26 16.11a3.104 3.104 0 01-4.351 0 3.04 3.04 0 01-.27-4.036l.062-.075-.062-.073a3.04 3.04 0 01-.634-1.664l-.007-.203c0-.816.328-1.598.91-2.17a3.104 3.104 0 014.354.002M13.94 2a3.04 3.04 0 012.17.91 3.104 3.104 0 01-.002 4.354l-3.397 3.44a1 1 0 01-1.424 0L7.89 7.26a3.104 3.104 0 010-4.351 3.04 3.04 0 014.036-.27l.073.062.075-.062a3.04 3.04 0 011.664-.634z" }));
exports.default = Clover;