image_outline constant

String const image_outline

Implementation

static const String image_outline =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"><rect width="416" height="352" x="48" y="80" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="32" rx="48" ry="48"/><circle cx="336" cy="176" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m304 335.79-90.66-90.49a32 32 0 00-43.87-1.3L48 352m176 80 123.34-123.34a32 32 0 0143.11-2L464 368"/></svg>';