react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 344 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.square = void 0;
var square = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M.09 0c-.06 0-.09.04-.09.09v5.81c0 .05.04.09.09.09h5.91l2 2v-7.91c0-.06-.04-.09-.09-.09h-7.81z"
}
}]
};
exports.square = square;
;