iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.2 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 CopyX = (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-x", ...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-3zm.8 8.786l-1.837 1.799-1.749-1.785a1 1 0 00-1.319-.096l-.095.082a1 1 0 00-.014 1.414l1.749 1.785-1.835 1.8a1 1 0 00-.096 1.32l.082.095a1 1 0 001.414.014l1.836-1.8 1.75 1.786a1 1 0 001.319.096l.095-.082a1 1 0 00.014-1.414l-1.75-1.786 1.836-1.8a1 1 0 00.096-1.319l-.082-.095a1 1 0 00-1.414-.014" }));
exports.default = CopyX;