UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

29 lines (28 loc) 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.square = void 0; var square = { "viewBox": "0 0 24 24", "children": [{ "name": "rect", "attribs": { "x": "3", "y": "3", "width": "18", "height": "18", "rx": "2", "ry": "2" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.square = square;