@ohu-mobile/icons
Version:
12 lines (11 loc) • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowRightDownOutlined = {
name: 'arrow-right-down',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M14.59 16.004 5.982 7.397l1.414-1.414 8.607 8.606V7.004h2v11h-11v-2z"/>',
};
exports.default = ArrowRightDownOutlined;