UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 997 B
"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 WrenchAdjustable = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-wrench-adjustable", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M16 4.5a4.5 4.5 0 01-1.703 3.526L13 5l2.959-1.11q.04.3.041.61" }), React.createElement("path", { d: "M11.5 9c.653 0 1.273-.139 1.833-.39L12 5.5 11 3l3.826-1.53A4.5 4.5 0 007.29 6.092l-6.116 5.096a2.583 2.583 0 103.638 3.638L9.908 8.71A4.5 4.5 0 0011.5 9m-1.292-4.361l-.596.893.809-.27a.25.25 0 01.287.377l-.596.893.809-.27.158.475-1.5.5a.25.25 0 01-.287-.376l.596-.893-.809.27a.25.25 0 01-.287-.377l.596-.893-.809.27-.158-.475 1.5-.5a.25.25 0 01.287.376M3 14a1 1 0 110-2 1 1 0 010 2" })); exports.default = WrenchAdjustable;