react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 334 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.delicious = void 0;
var delicious = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M0 0v16h16v-16h-16zM8 15v-7h-7v-7h7v7h7v7h-7z"
}
}]
};
exports.delicious = delicious;
;