iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 851 B
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 GrillSpatula = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-grill-spatula", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M10.2 10.2l6.3 6.3M19.347 16.575l1.08 1.079a1.96 1.96 0 01-2.773 2.772l-1.08-1.079a1.96 1.96 0 012.773-2.772zM3 7l3.05 3.15a2.9 2.9 0 004.1-4.1L7 3 3 7z" }));
exports.default = GrillSpatula;