iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 849 B
JavaScript
;
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 Magnet = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.75 5.501A2.25 2.25 0 016 3.251h2a2.25 2.25 0 012.25 2.25v6.5a2.25 2.25 0 004.5 0v-6.5A2.25 2.25 0 0117 3.251h2a2.25 2.25 0 012.25 2.25v6.5a8.75 8.75 0 11-17.5 0v-6.5zM6 4.751a.75.75 0 00-.75.75v2.25h3.5v-2.25a.75.75 0 00-.75-.75H6zm-.75 7.25a7.25 7.25 0 0014.5 0v-2.75h-3.5v2.75a3.75 3.75 0 01-7.5 0v-2.75h-3.5v2.75zm14.5-4.25v-2.25a.75.75 0 00-.75-.75h-2a.75.75 0 00-.75.75v2.25h3.5z", fill: "#323544" }));
exports.default = Magnet;