UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.04 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 WrenchAdjustableCircleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-wrench-adjustable-circle-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M6.705 8.139a.25.25 0 00-.288-.376l-1.5.5.159.474.808-.27-.595.894a.25.25 0 00.287.376l.808-.27-.595.894a.25.25 0 00.287.376l1.5-.5-.159-.474-.808.27.596-.894a.25.25 0 00-.288-.376l-.808.27z" }), React.createElement("path", { d: "M8 16A8 8 0 108 0a8 8 0 000 16m-6.202-4.751l1.988-1.657a4.5 4.5 0 017.537-4.623L7.497 6.5l1 2.5 1.333 3.11c-.56.251-1.18.39-1.833.39a4.5 4.5 0 01-1.592-.29L4.747 14.2a7.03 7.03 0 01-2.949-2.951M12.496 8a4.5 4.5 0 01-1.703 3.526L9.497 8.5l2.959-1.11q.04.3.04.61" })); exports.default = WrenchAdjustableCircleFill;