@ohu-mobile/icons
Version:
12 lines (11 loc) • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowRightFilled = {
name: 'arrow-right',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M12 13H4v-2h8V4l8 8-8 8z"/>',
};
exports.default = ArrowRightFilled;