figma constant

String const figma

Implementation

static const String figma =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M5 5.5A3.5 3.5 0 018.5 2H12v7H8.5A3.5 3.5 0 015 5.5zM12 2h3.5a3.5 3.5 0 110 7H12V2z"/><path d="M12 12.5a3.5 3.5 0 117 0 3.5 3.5 0 11-7 0zm-7 7A3.5 3.5 0 018.5 16H12v3.5a3.5 3.5 0 11-7 0zm0-7A3.5 3.5 0 018.5 9H12v7H8.5A3.5 3.5 0 015 12.5z"/></g></svg>';