UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const RobotFilled = { name: 'robot', theme: 'filled', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M13 4.055A9 9 0 0 1 21 13v9H3v-9a9 9 0 0 1 8-8.945V1h2zM12 18a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/>', }; exports.default = RobotFilled;