UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

10 lines (9 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const CheckDouble = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M9.97 4.47a.75.75 0 1 1 1.06 1.06L7.665 8.895l1.363 1.515 4.942-4.94a.75.75 0 1 1 1.06 1.06l-5.5 5.5a.75.75 0 0 1-1.088-.028l-1.84-2.045L5.53 11.03a.75.75 0 0 1-1.094-.036l-3.5-4a.75.75 0 0 1 1.128-.988l2.972 3.396.56-.561-1.654-1.839a.75.75 0 0 1 1.116-1.004l1.601 1.78z" }), React.createElement("path", { d: "M9.97 4.47a.75.75 0 1 1 1.06 1.06L7.665 8.895l1.363 1.515 4.942-4.94a.75.75 0 1 1 1.06 1.06l-5.5 5.5a.75.75 0 0 1-1.088-.028l-1.84-2.045L5.53 11.03a.75.75 0 0 1-1.094-.036l-3.5-4a.75.75 0 0 1 1.129-.988l2.971 3.396.56-.561-1.654-1.839a.75.75 0 0 1 1.116-1.004l1.601 1.78z" })))); exports.default = CheckDouble;