iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 818 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 HobbyKnife = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.354 13.354a.5.5 0 01-.707 0l-5.25-5.25A.5.5 0 016.316 8H5a.5.5 0 01-.472-.336l-2.4-6.9A.5.5 0 012.936.23l5.4 4.9a.5.5 0 01.164.37v.317a.501.501 0 01.104.08l5.25 5.25a.5.5 0 010 .707l-1.5 1.5zM8.25 6.957l-.793.793L12 12.293l.793-.793L8.25 6.957zM3.717 2.288L5.355 7h.938L7.5 5.793V5.72L3.717 2.288z", fill: "currentColor" }));
exports.default = HobbyKnife;