iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 821 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 Hooks = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.29 6.642a2.5 2.5 0 1 1 .752-.7l2.38 4.177a.5.5 0 1 1-.869.495L11.29 6.642zM4.093 12.07l2.46-4.319a.5.5 0 0 1 .87.496L5 12.499a2.5 2.5 0 1 1-.907-.429zm9.463 1.898a2.5 2.5 0 1 1-.012 1l-4.832.055a.5.5 0 0 1-.011-1l4.855-.055zM16 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM3.5 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM10 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z", fill: "#000", fillRule: "nonzero" }));
exports.default = Hooks;