UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 829 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 DataCheck = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M23 27.18l-2.59-2.59L19 26l4 4 7-7-1.41-1.41L23 27.18z" }), React.createElement("circle", { cx: "11", cy: "8", r: "1" }), React.createElement("circle", { cx: "11", cy: "16", r: "1" }), React.createElement("circle", { cx: "11", cy: "24", r: "1" }), React.createElement("path", { d: "M24 3H8a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h8v-2H8v-6h18V5a2 2 0 0 0-2-2zm0 16H8v-6h16zm0-8H8V5h16z" })); exports.default = DataCheck;