UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 739 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 CheckSquareOffsetLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M222 48v160a14 14 0 01-14 14h-72a6 6 0 010-12h72a2 2 0 002-2V48a2 2 0 00-2-2H48a2 2 0 00-2 2v96a6 6 0 01-12 0V48a14 14 0 0114-14h160a14 14 0 0114 14zM115.76 155.76L64 207.51l-19.76-19.75a6 6 0 00-8.48 8.48l24 24a6 6 0 008.48 0l56-56a6 6 0 00-8.48-8.48z" })); exports.default = CheckSquareOffsetLight;