iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 847 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 Duplicati = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.571 1.286A1.72 1.72 0 006.857 3v10.286c0 .634.353 1.183.868 1.48.251.144.538.234.846.234h13.715A1.72 1.72 0 0024 13.286V3a1.72 1.72 0 00-1.714-1.714zm.56 12.087zm3.166 0zm-10.583-.087A1.72 1.72 0 000 15v6a1.72 1.72 0 001.714 1.714h8.572a1.715 1.715 0 001.473-.857c.148-.253.241-.544.241-.857v-4.286H8.571c-.296 0-.582-.042-.857-.114a3.439 3.439 0 01-2.571-3.314zm18 3.428h-6V21H18a1.72 1.72 0 001.714-1.714z" }));
exports.default = Duplicati;