iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 958 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 CopyMinus = (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-copy-minus", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M18.333 6A3.667 3.667 0 0122 9.667v8.666A3.667 3.667 0 0118.333 22H9.667A3.667 3.667 0 016 18.333V9.667A3.667 3.667 0 019.667 6zM15 2c1.094 0 1.828.533 2.374 1.514a1 1 0 11-1.748.972C15.405 4.088 15.284 4 15 4H5c-.548 0-1 .452-1 1v9.998c0 .32.154.618.407.805l.1.065a1 1 0 11-.99 1.738A3 3 0 012 15V5c0-1.652 1.348-3 3-3zm2 11h-6a1 1 0 000 2h6a1 1 0 000-2" }));
exports.default = CopyMinus;