UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

30 lines (29 loc) 614 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checkSquare = void 0; var checkSquare = { "viewBox": "0 0 24 24", "children": [{ "name": "polyline", "attribs": { "points": "9 11 12 14 22 4" }, "children": [] }, { "name": "path", "attribs": { "d": "M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.checkSquare = checkSquare;