@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.58 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialToolsWrenchW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ToolsWrenchW100', short_name: 'ToolsWrench', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m19.3 19.475.35-.35q.225-.225.225-.563 0-.337-.225-.562l-6.825-6.85q.325-.525.5-1.113.175-.587.175-1.237 0-1.875-1.287-3.175-1.288-1.3-3.163-1.3-.325 0-.6.037-.275.038-.55.113L10.825 7.4l-3.25 3.225-2.9-2.9Q4.6 8 4.562 8.262q-.037.263-.037.538 0 1.875 1.3 3.187Q7.125 13.3 9 13.3q.65 0 1.25-.163.6-.162 1.1-.487l6.825 6.825q.225.25.55.25.325 0 .575-.25ZM7.225 4.45q0-.425.437-.625.438-.2 1.338-.2 2.175 0 3.688 1.5Q14.2 6.625 14.2 8.8q0 .6-.125 1.175-.125.575-.375 1.075l6.475 6.475q.425.425.438 1.037.012.613-.413 1.063l-.35.375q-.425.45-1.062.45-.638 0-1.088-.45l-6.5-6.5q-.525.25-1.062.375Q9.6 14 9.025 14q-2.175 0-3.687-1.512Q3.825 10.975 3.825 8.8q0-.875.2-1.312.2-.438.625-.438.15 0 .3.05t.275.175l2.35 2.35L9.85 7.4 7.475 5.025Q7.35 4.9 7.288 4.75q-.063-.15-.063-.3ZM9.2 9Z" }) })));
});
IconMaterialToolsWrenchW100.displayName = 'OnesyIconMaterialToolsWrenchW100';
exports.default = IconMaterialToolsWrenchW100;
;