UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.09 kB
"use strict"; 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 CopyPlus = (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-plus", ...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 6zM14 10a1 1 0 00-1 1v2h-2a1 1 0 00-.993.883L10 14a1 1 0 001 1h2v2a1 1 0 00.883.993L14 18a1 1 0 001-1v-2h2a1 1 0 00.993-.883L18 14a1 1 0 00-1-1h-2v-2a1 1 0 00-.883-.993zm1-8c1.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-3z" })); exports.default = CopyPlus;