UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const DownloadFilled = { name: 'download', theme: 'filled', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2zM14 9h5l-7 7-7-7h5V3h4z"/>', }; exports.default = DownloadFilled;