@ohu-mobile/icons
Version:
12 lines (11 loc) • 533 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const DownloadCloudFilled = {
name: 'download-cloud',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M13 13v5.585l1.828-1.828 1.415 1.415L12 22.414l-4.243-4.242 1.415-1.415L11 18.585V13zM12 2a7 7 0 0 1 6.954 6.194 5.5 5.5 0 0 1-.953 10.784L18 17a6 6 0 0 0-11.996-.225L6 17v1.978a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2"/>',
};
exports.default = DownloadCloudFilled;