UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ArrowLeftFilled = { name: 'arrow-left', theme: 'filled', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M12 13v7l-8-8 8-8v7h8v2z"/>', }; exports.default = ArrowLeftFilled;