UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.01 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 ClipboardCheck = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.5 18.765V3.221h3.886V2.11H8.05c0-.614.497-1.111 1.11-1.111h2.22c.614 0 1.111.497 1.111 1.11h1.665v1.11h3.886v15.545H2.5zM13.047 3.22h-1.665v-.554a.555.555 0 0 0-.555-.555h-1.11a.555.555 0 0 0-.556.555v.554H7.496v2.221h5.551v-2.22zm3.886 1.11h-2.776v2.221H6.386v-2.22H3.61v13.323h13.323V4.331zm-9.08 7.931l1.79 1.79 4.09-5.12a.568.568 0 0 1 .803.802l-4.414 5.525h-.001c-.005.005-.003.013-.007.018a.532.532 0 0 1-.754 0l-.002-.002c-.01-.01-.028-.005-.038-.016-.01-.011-.007-.027-.016-.039l-2.205-2.204a.533.533 0 0 1 .753-.754z", fill: "#000", fillRule: "evenodd" })); exports.default = ClipboardCheck;