UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 702 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 Checkbox = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 3h9v9H3V3zM2 3a1 1 0 011-1h9a1 1 0 011 1v9a1 1 0 01-1 1H3a1 1 0 01-1-1V3zm8.35 2.511a.5.5 0 00-.825-.566L6.64 9.15l-1.443-1.74a.5.5 0 00-.77.638l1.866 2.25a.5.5 0 00.797-.037l3.26-4.749z", fill: "currentColor" })); exports.default = Checkbox;