iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.29 kB
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 Replace = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-replace", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M8 2H4a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V4a2 2 0 00-2-2zM20 14h-4a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2v-4a2 2 0 00-2-2zM16.707 2.293a1 1 0 01.083 1.32l-.083.094L15.414 5H19a3 3 0 012.995 2.824L22 8v3a1 1 0 01-1.993.117L20 11V8a1 1 0 00-.883-.993L19 7h-3.585l1.292 1.293a1 1 0 01-1.32 1.497l-.094-.083-3-3a.98.98 0 01-.28-.872l.036-.146.04-.104c.058-.126.14-.24.245-.334l2.959-2.958a1 1 0 011.414 0zM3 12a1 1 0 01.993.883L4 13v3a1 1 0 00.883.993L5 17h3.585l-1.292-1.293a1 1 0 01-.083-1.32l.083-.094a1 1 0 011.32-.083l.094.083 3 3a.98.98 0 01.28.872l-.036.146-.04.104a1.02 1.02 0 01-.245.334l-2.959 2.958a1 1 0 01-1.497-1.32l.083-.094L8.584 19H5a3 3 0 01-2.995-2.824L2 16v-3a1 1 0 011-1z" }));
exports.default = Replace;