react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 678 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.anchor = void 0;
var anchor = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M18 13.5c-.553 0-1 .447-1 1 0 2.414-1.721 4.434-4 4.898v-7.398h4c.553 0 1-.447 1-1s-.447-1-1-1h-4v-1.184c1.162-.413 2-1.511 2-2.816 0-1.657-1.343-3-3-3s-3 1.343-3 3c0 1.305.838 2.403 2 2.816v1.184h-4c-.553 0-1 .447-1 1s.447 1 1 1h4v7.398c-2.279-.465-4-2.484-4-4.898 0-.553-.447-1-1-1s-1 .447-1 1c0 3.859 3.141 7 7 7s7-3.141 7-7c0-.553-.447-1-1-1zm-6-8.5c.551 0 1 .449 1 1s-.449 1-1 1-1-.449-1-1 .449-1 1-1z"
},
"children": []
}]
};
exports.anchor = anchor;
;