@ohu-mobile/icons
Version:
12 lines (11 loc) • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const KeyFilled = {
name: 'key',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m10.313 11.566 7.94-7.94 2.121 2.121-1.414 1.414 2.121 2.121-3.535 3.536-2.121-2.121-2.99 2.99a5.002 5.002 0 0 1-7.97 5.849 5 5 0 0 1 5.848-7.97m-.899 5.848a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828"/>',
};
exports.default = KeyFilled;