iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.04 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 Golf = (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-golf", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M11 3a1 1 0 011.496-.868l7 4a1 1 0 010 1.736L13 11.58V18a1 1 0 01-.883.993L12 19a1 1 0 01-1-1z" }),
React.createElement("path", { d: "M14.135 17.168a1 1 0 011.367-.363C16.418 17.337 17 18.096 17 19c0 1.84-2.319 3-5 3s-5-1.16-5-3c0-.911.577-1.66 1.498-2.195a1 1 0 111.004 1.73c-.365.212-.502.39-.502.465 0 .086.179.296.622.518.6.3 1.456.482 2.378.482s1.777-.182 2.378-.482c.443-.222.622-.432.622-.518 0-.07-.142-.256-.502-.465a1 1 0 01-.363-1.367" }));
exports.default = Golf;