UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ArrowUpOutlined = { name: 'arrow-up', theme: 'outlined', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414z"/>', }; exports.default = ArrowUpOutlined;