iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.45 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 Merge = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 4.646L8.354 2.5h-.707L5.5 4.646l.707.707L7.3 4.261V5.28h-.02v.456l.026.001.006.319c.003.187.02.379.05.574.03.195.068.39.116.586.048.195.115.404.2.627.155.379.343.722.565 1.031.222.309.46.598.715.867.255.27.508.535.76.797.25.262.478.541.681.838.204.297.368.621.494.973.125.351.188.755.188 1.213v.884h1.42v-.884a5.991 5.991 0 00-.167-1.39 4.643 4.643 0 00-.427-1.1 5.868 5.868 0 00-.604-.897c-.222-.27-.453-.527-.693-.774-.24-.246-.471-.492-.693-.738a6.39 6.39 0 01-.604-.785 3.795 3.795 0 01-.433-.914 3.676 3.676 0 01-.16-1.13V5.28h-.001v-1l1.074 1.074.707-.708zM7.042 9.741a8.19 8.19 0 00.329-.369 6.06 6.06 0 01-.619-1.15L6.743 8.2a7.259 7.259 0 01-.094-.263 6.39 6.39 0 01-.566.726c-.221.246-.452.492-.692.738-.24.247-.472.504-.693.774-.222.27-.424.568-.605.896a4.643 4.643 0 00-.426 1.102c-.104.406-.16.869-.167 1.389v.884h1.42v-.884c0-.457.062-.862.188-1.213.125-.352.29-.676.493-.973.203-.297.43-.576.682-.838.251-.262.504-.527.76-.797z", fill: "#424242" }));
exports.default = Merge;