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 KnifeFork1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 5.75A3.75 3.75 0 018.25 2H9a.75.75 0 01.75.75v18.5a.75.75 0 01-1.5 0v-6.5h-1.5A2.25 2.25 0 014.5 12.5V5.75zM8.25 3.5A2.25 2.25 0 006 5.75v6.75c0 .414.336.75.75.75h1.5V3.5z", fill: "#323544" }),
React.createElement("path", { d: "M13.5 2.75a.75.75 0 00-1.5 0v5a3.751 3.751 0 003 3.675v9.825a.75.75 0 001.5 0v-9.825c1.712-.348 3-1.86 3-3.675v-5a.75.75 0 00-1.5 0v5a2.25 2.25 0 01-4.5 0v-5z", fill: "#323544" }),
React.createElement("path", { d: "M15.75 2a.75.75 0 01.75.75v5a.75.75 0 01-1.5 0v-5a.75.75 0 01.75-.75z", fill: "#323544" }));
exports.default = KnifeFork1;