iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.05 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 Bong = (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-bong", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M14 2a1 1 0 010 2v5.587l2.293-2.294a1 1 0 011.32-.083l.094.083 2 2a1 1 0 010 1.414l-3.116 3.115.086.233c.311.907.396 1.865.263 2.794l-.062.36-.012.052a6 6 0 01-1.121 2.41l-.16.199a6 6 0 01-10.396-2.378l-.068-.288-.009-.046a6 6 0 012.833-6.324L8 10.803V4a1 1 0 110-2zm-2 2h-2v7.416a1 1 0 01-.483.856l-.117.06A4 4 0 007 16h8a4 4 0 00-.486-1.914 1 1 0 01.17-1.185L17.586 10 17 9.414l-2.9 2.902a1 1 0 01-1.067.226l-.12-.056a4 4 0 00-.316-.155 1 1 0 01-.597-.915z" }));
exports.default = Bong;