react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 353 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.alt = void 0;
var alt = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0v2c3.33 0 6 2.67 6 6h2c0-4.41-3.59-8-8-8zm0 3v2c1.67 0 3 1.33 3 3h2c0-2.75-2.25-5-5-5zm0 3v2h2c0-1.11-.9-2-2-2z"
}
}]
};
exports.alt = alt;
;