UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.12 kB
"use strict"; 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 Wrench = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.495 3.113l-.744.744-.421.422.117.585.395 1.977.145.727.726.145 1.975.395.58.115.42-.419.751-.751a3.886 3.886 0 0 1-1.131 2.732 3.857 3.857 0 0 1-2.746 1.133c-.432 0-.858-.07-1.268-.206l-.649-.216-.484.484-5.127 5.128c-.214.213-.497.33-.799.33a1.121 1.121 0 0 1-.798-1.915l5.129-5.128.487-.487-.218-.655c-.475-1.424-.12-2.959.925-4.005.73-.73 1.7-1.132 2.735-1.135zM12.507 2a4.97 4.97 0 0 0-3.53 1.46C7.585 4.853 7.2 6.856 7.784 8.606l-5.128 5.129a2.236 2.236 0 0 0 3.161 3.162l5.128-5.129c.525.175 1.071.263 1.618.263a4.966 4.966 0 0 0 3.529-1.457c1.546-1.547 1.856-3.842.967-5.71l-2.153 2.153-1.976-.395-.395-1.977 2.153-2.153A5.08 5.08 0 0 0 12.507 2z", fill: "#000", fillRule: "evenodd" })); exports.default = Wrench;