@ohu-mobile/icons
Version:
12 lines (11 loc) • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowRightOutlined = {
name: 'arrow-right',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m16.172 11-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"/>',
};
exports.default = ArrowRightOutlined;