react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 440 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.card = void 0;
var card = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M.25 0c-.14 0-.25.11-.25.25v.75h8v-.75c0-.14-.11-.25-.25-.25h-7.5zm-.25 2v3.75c0 .14.11.25.25.25h7.5c.14 0 .25-.11.25-.25v-3.75h-8zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1z",
"transform": "translate(0 1)"
}
}]
};
exports.card = card;
;