UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 715 B
"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 CopyIcon = (props) => React.createElement("svg", { "aria-label": "Copy icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M18 17V5H8V3.933C8 3.418 8.316 3 8.706 3h10.588c.39 0 .706.418.706.933v12.134c0 .515-.316.933-.706.933H18zM4.75 7h10.5c.414 0 .75.482.75 1.077v11.846c0 .595-.336 1.077-.75 1.077H4.75c-.414 0-.75-.482-.75-1.077V8.077C4 7.482 4.336 7 4.75 7zM6 9v10h8V9H6z" })); exports.default = CopyIcon;