UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 907 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 CheckSquare2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M20.75 18.5V8.678l-1.5 1.5V18.5a.75.75 0 01-.75.75h-13a.75.75 0 01-.75-.75v-13a.75.75 0 01.75-.75h12.814l.98-.98c.09-.09.187-.172.288-.243A2.24 2.24 0 0018.5 3.25h-13A2.25 2.25 0 003.25 5.5v13a2.25 2.25 0 002.25 2.25h13a2.25 2.25 0 002.25-2.25z", fill: "#323544" }), React.createElement("path", { d: "M20.484 6.519a.75.75 0 00-1.06-1.061l-7.494 7.493-3.353-3.353a.75.75 0 10-1.06 1.061l3.882 3.883a.75.75 0 001.061 0l8.024-8.023z", fill: "#323544" })); exports.default = CheckSquare2;