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 WeightMachine1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.554 6.28a.75.75 0 10-1.06-1.06l-1 1a.75.75 0 101.06 1.06l1-1z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.523 4.5H7.84A4.75 4.75 0 0112.023 2a4.75 4.75 0 014.185 2.5h2.315a2.25 2.25 0 012.25 2.25V18.5a2.25 2.25 0 01-2.25 2.25h-13a2.25 2.25 0 01-2.25-2.25V6.75a2.25 2.25 0 012.25-2.25zm1.75 2.25c0-.255.02-.506.06-.75h-1.81a.75.75 0 00-.75.75V18.5c0 .414.336.75.75.75h13a.75.75 0 00.75-.75V6.75a.75.75 0 00-.75-.75h-1.808a4.75 4.75 0 11-9.441.75zm4.75-3.25a3.25 3.25 0 100 6.5 3.25 3.25 0 000-6.5z", fill: "#323544" })); exports.default = WeightMachine1;