react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 374 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.unlocked = void 0;
var unlocked = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M3 0c-1.1 0-2 .9-2 2h1c0-.56.44-1 1-1s1 .44 1 1v2h-4v4h6v-4h-1v-2c0-1.1-.9-2-2-2z",
"transform": "translate(1)"
}
}]
};
exports.unlocked = unlocked;
;