@ohu-mobile/icons
Version:
12 lines (11 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const NavigationFilled = {
name: 'navigation',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m2.9 2.3 18.805 6.268a.5.5 0 0 1 .028.939L13 13l-4.425 8.85a.5.5 0 0 1-.928-.086L2.26 2.911A.5.5 0 0 1 2.9 2.3"/>',
};
exports.default = NavigationFilled;