@ohu-mobile/icons
Version:
12 lines (11 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowDownOutlined = {
name: 'arrow-down',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m13 16.172 5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2z"/>',
};
exports.default = ArrowDownOutlined;